Home
last modified time | relevance | path

Searched defs:const (Results 11451 - 11475 of 19672) sorted by relevance

1...<<451452453454455456457458459460>>...787

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp317 unsigned X86ELFObjectWriter::getRelocType(MCContext &Ctx, const MCValue &Target, in getRelocType() argument
H A DX86IntelInstPrinter.cpp35 void X86IntelInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { in printRegName() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86EvexToVex.cpp210 CompressEvexToVexImpl(MachineInstr &MI) const CompressEvexToVexImpl() argument
[all...]
H A DX86FixupBWInsts.cpp188 getSuperRegDestIfDead(MachineInstr *OrigMI, Register &SuperDestReg) const getSuperRegDestIfDead() argument
286 tryReplaceLoad(unsigned New32BitOpcode, MachineInstr *MI) const tryReplaceLoad() argument
310 tryReplaceCopy(MachineInstr *MI) const tryReplaceCopy() argument
346 tryReplaceExtend(unsigned New32BitOpcode, MachineInstr *MI) const tryReplaceExtend() argument
373 tryReplaceInstr(MachineInstr *MI, MachineBasicBlock &MBB) const tryReplaceInstr() argument
[all...]
H A DX86InsertPrefetch.cpp106 findPrefetchInfo(const FunctionSamples *TopSamples, const MachineInstr &MI, Prefetches &Prefetches) const findPrefetchInfo() argument
174 getAnalysisUsage(AnalysisUsage &AU) const getAnalysisUsage() argument
[all...]
H A DX86LegalizerInfo.cpp88 legalizeIntrinsic(MachineInstr &MI, MachineRegisterInfo &MRI, MachineIRBuilder &MIRBuilder) const legalizeIntrinsic() argument
[all...]
H A DX86RegisterBankInfo.cpp44 X86RegisterBankInfo::getRegBankFromRegClass(const TargetRegisterClass &RC, in getRegBankFromRegClass() argument
145 getSameOperandsMapping(const MachineInstr &MI, bool isFP) const getSameOperandsMapping() argument
162 getInstrMapping(const MachineInstr &MI) const getInstrMapping() argument
272 applyMappingImpl( const OperandsMapper &OpdMapper) const applyMappingImpl() argument
278 getInstrAlternativeMappings(const MachineInstr &MI) const getInstrAlternativeMappings() argument
[all...]
H A DX86Subtarget.cpp58 unsigned char X86Subtarget::classifyBlockAddressReference() const { in classifyBlockAddressReference() argument
65 X86Subtarget::classifyGlobalReference(const GlobalValue *GV) const { in classifyGlobalReference() argument
70 X86Subtarget::classifyLocalReference(const GlobalValue *GV) const { in classifyLocalReference() argument
122 unsigned char X86Subtarget::classifyGlobalReference(const GlobalValue *GV, in classifyGlobalReference() argument
172 X86Subtarget::classifyGlobalFunctionReference(const GlobalValue *GV) const { in classifyGlobalFunctionReference() argument
177 classifyGlobalFunctionReference(const GlobalValue *GV, const Module &M) const classifyGlobalFunctionReference() argument
220 isLegalToCallImmediateAddr() const isLegalToCallImmediateAddr() argument
358 getCallLowering() const getCallLowering() argument
362 getInstructionSelector() const getInstructionSelector() argument
366 getLegalizerInfo() const getLegalizerInfo() argument
370 getRegBankInfo() const getRegBankInfo() argument
374 enableEarlyIfConversion() const enableEarlyIfConversion() argument
378 getPostRAMutations( std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const getPostRAMutations() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
H A DXCoreMachineFunctionInfo.h51 int getVarArgsFrameIndex() const { return VarArgsFrameIndex; } in getVarArgsFrameIndex() argument
55 int getLRSpillSlot() const { in getLRSpillSlot() argument
62 int getFPSpillSlot() const { in getFPSpillSlot() argument
69 const int* getEHSpillSlot() const { in getEHSpillSlot() argument
80 unsigned getReturnStackOffset() const { in getReturnStackOffset() argument
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringX8664.h98 containsValid(SizeT VarNum) const containsValid() argument
[all...]
H A DIceThreading.h134 bool empty() const { return Front == Back; } in empty() argument
135 size_t size() const { return Back - Front; } in size() argument
184 uint32_t getSequenceNumber() const { retur argument
185 getKind() const getKind() argument
[all...]
H A DIceTimerTree.cpp108 getPath(TTindex Index, const TranslationType &Mapping) const getPath() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/
H A DTestUtil.h148 AssemblerX8664 *assembler() const { return Assembler.get(); } in assembler() argument
150 size_t codeBytesSize() const { return Assembler->getBufferView().size(); } in codeBytesSize() argument
152 const uint8_t *codeBytes() const { in codeBytes() argument
[all...]
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/
H A Dspirv_reduce_mutator.cc156 std::vector<uint32_t> SpirvReduceMutator::GetBinary() const { in GetBinary() argument
162 std::string SpirvReduceMutator::GetErrors() const { in GetErrors() argument
166 void SpirvReduceMutator::LogErrors(const std::string* path, in LogErrors() argument
/third_party/skia/third_party/externals/tint/src/
H A Dcastable.h215 Is() const Is() argument
224 Is(Pred&& pred) const Is() argument
231 IsAnyOf() const IsAnyOf() argument
247 As() const As() argument
296 Is() const Is() argument
305 Is(Pred&& pred) const Is() argument
315 IsAnyOf() const IsAnyOf() argument
331 As() const As() argument
[all...]
H A Dsource.h80 inline bool operator==(const Location& rhs) const { in operator ==() argument
87 operator !=(const Location& rhs) const operator !=() argument
112 operator +(size_t n) const operator +() argument
119 operator ==(const Range& rhs) const operator ==() argument
126 operator !=(const Range& rhs) const operator !=() argument
162 Begin() const Begin() argument
167 End() const End() argument
174 operator +(size_t n) const operator +() argument
[all...]
/third_party/skia/third_party/externals/tint/src/diagnostic/
H A Dformatter.cc112 void Formatter::format(const List& list, Printer* printer) const { in format() argument
130 void Formatter::format(const Diagnostic& diag, State& state) const { in format() argument
250 format(const List& list) const format() argument
[all...]
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Denum_converter_test.cc47 std::string error() const { return errors_.str(); } in error() argument
110 std::string error() const { return errors_.str(); } in error() argument
182 std::string error() const { return errors_.str(); } in error() argument
262 std::string error() const { retur argument
336 error() const error() argument
[all...]
H A Dnamer.cc107 std::string Namer::FindUnusedDerivedName(const std::string& base_name) const { in FindUnusedDerivedName() argument
94 GetMemberName(uint32_t struct_id, uint32_t member_index) const GetMemberName() argument
[all...]
/third_party/skia/third_party/externals/tint/src/sem/
H A Dintrinsic.cc26 const char* Intrinsic::str() const { in str() argument
122 bool Intrinsic::IsCoarseDerivative() const { in IsCoarseDerivative() argument
126 bool Intrinsic::IsFineDerivative() const { in IsFineDerivative() argument
130 bool Intrinsic::IsDerivative() const { in IsDerivative() argument
134 bool Intrinsic::IsFloatClassification() const { in IsFloatClassification() argument
138 bool Intrinsic::IsTexture() const { in IsTexture() argument
142 bool Intrinsic::IsImageQuery() const { in IsImageQuery() argument
146 bool Intrinsic::IsDataPacking() const { in IsDataPacking() argument
150 IsDataUnpacking() const IsDataUnpacking() argument
154 IsBarrier() const IsBarrier() argument
158 IsAtomic() const IsAtomic() argument
[all...]
/third_party/skia/third_party/externals/tint/src/transform/
H A Dcalculate_array_length.cc61 std::string CalculateArrayLength::BufferSizeIntrinsic::InternalName() const { in InternalName() argument
66 Clone(CloneContext* ctx) const Clone() argument
[all...]
/third_party/skia/third_party/externals/tint/src/utils/
H A Denum_set.h166 operator *() const operator *() argument
183 operator ==(const Iterator& rhs) const operator ==() argument
190 operator !=(const Iterator& rhs) const operator !=() argument
251 operator ()(const tint::utils::EnumSet<T>& e) const operator ()() argument
[all...]
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dscalar_constant.h143 operator ()( const tint::writer::spirv::ScalarConstant& c) const operator ()() argument
/third_party/skia/third_party/externals/tint/src/writer/
H A Dtext_generator.cc122 std::string TextGenerator::TextBuffer::String(uint32_t indent /* = 0 */) const { in String() argument
H A Dtext_generator.h101 std::string result() const { return main_buffer_.String(); } in result() argument
104 const diag::List& Diagnostics() const { return diagnostics_; } in Diagnostics() argument
107 std::string error() const { retur argument
198 TypeOf(const ast::Expression* expr) const TypeOf() argument
204 TypeOf(const ast::Type* type) const TypeOf() argument
210 TypeOf(const ast::TypeDecl* type_decl) const TypeOf() argument
[all...]

Completed in 18 milliseconds

1...<<451452453454455456457458459460>>...787