/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | DependenceGraphBuilder.h | 133 size_t getOrdinal(Instruction &I) { in getOrdinal() function 140 size_t getOrdinal(NodeType &N) { in getOrdinal() function
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | DependenceGraphBuilder.h | 158 size_t getOrdinal(Instruction &I) { in getOrdinal() function 165 size_t getOrdinal(NodeType &N) { in getOrdinal() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
D | JITLinkGeneric.cpp | 155 if (LHS->getSection().getOrdinal() != RHS->getSection().getOrdinal()) in layOutBlocks() 156 return LHS->getSection().getOrdinal() < RHS->getSection().getOrdinal(); in layOutBlocks()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | DependenceGraphBuilder.cpp | 56 NodeOrdinalMap.insert(std::make_pair(&NewNode, getOrdinal(I))); in createFineGrainedNodes() 124 return getOrdinal(*LHS) < getOrdinal(*RHS); in createPiBlocks()
|
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
D | JITLinkGeneric.cpp | 197 if (LHS->getSection().getOrdinal() != RHS->getSection().getOrdinal()) in layOutBlocks() 198 return LHS->getSection().getOrdinal() < RHS->getSection().getOrdinal(); in layOutBlocks()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | DependenceGraphBuilder.cpp | 57 NodeOrdinalMap.insert(std::make_pair(&NewNode, getOrdinal(I))); in createFineGrainedNodes() 125 return getOrdinal(*LHS) < getOrdinal(*RHS); in createPiBlocks()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 202 Index = A->getFragment()->getParent()->getOrdinal() + 1; in RecordX86_64Relocation() 214 Index = B->getFragment()->getParent()->getOrdinal() + 1; in RecordX86_64Relocation() 246 Index = Symbol->getFragment()->getParent()->getOrdinal() + 1; in RecordX86_64Relocation() 582 Index = Sec.getOrdinal() + 1; in RecordX86Relocation()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 203 Index = A->getFragment()->getParent()->getOrdinal() + 1; in RecordX86_64Relocation() 215 Index = B->getFragment()->getParent()->getOrdinal() + 1; in RecordX86_64Relocation() 247 Index = Symbol->getFragment()->getParent()->getOrdinal() + 1; in RecordX86_64Relocation() 586 Index = Sec.getOrdinal() + 1; in RecordX86Relocation()
|
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 202 Index = A->getFragment()->getParent()->getOrdinal() + 1; in RecordX86_64Relocation() 214 Index = B->getFragment()->getParent()->getOrdinal() + 1; in RecordX86_64Relocation() 246 Index = Symbol->getFragment()->getParent()->getOrdinal() + 1; in RecordX86_64Relocation() 582 Index = Sec.getOrdinal() + 1; in RecordX86Relocation()
|
/external/llvm/include/llvm/MC/ |
D | MCSection.h | 128 unsigned getOrdinal() const { return Ordinal; }
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCSection.h | 129 unsigned getOrdinal() const { return Ordinal; }
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCSection.h | 134 unsigned getOrdinal() const { return Ordinal; }
|
/external/llvm/tools/llvm-objdump/ |
D | COFFDump.cpp | 375 if (Entry.getOrdinal(Ordinal)) in printImportTables() 412 if (I->getOrdinal(Ordinal)) in printExportTable()
|
/external/llvm-project/llvm/tools/llvm-objdump/ |
D | COFFDump.cpp | 376 if (Entry.getOrdinal(Ordinal)) in printImportTables() 413 if (I->getOrdinal(Ordinal)) in printExportTable()
|
/external/llvm/include/llvm/Object/ |
D | COFF.h | 198 uint16_t getOrdinal() const { in getOrdinal() function 957 std::error_code getOrdinal(uint32_t &Result) const; 985 std::error_code getOrdinal(uint16_t &Result) const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMachObjectWriter.cpp | 363 Index = Sec.getOrdinal() + 1; in RecordPPCRelocation()
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMachObjectWriter.cpp | 364 Index = Sec.getOrdinal() + 1; in RecordPPCRelocation()
|
/external/llvm-project/lld/COFF/ |
D | DLL.cpp | 584 uint16_t ord = s->getOrdinal(); in create() 652 names.push_back(make<OrdinalOnlyChunk>(s->getOrdinal())); in create()
|
/external/llvm/include/llvm/Support/ |
D | COFF.h | 436 uint16_t getOrdinal() const { in getOrdinal() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MachObjectWriter.cpp | 357 Index = Sec.getOrdinal() + 1; in recordRelocation()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | COFF.h | 441 uint16_t getOrdinal() const { in getOrdinal() function
|
/external/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MachObjectWriter.cpp | 357 Index = Sec.getOrdinal() + 1; in recordRelocation()
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MachObjectWriter.cpp | 365 Index = Sec.getOrdinal() + 1; in recordRelocation()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | COFF.h | 194 uint16_t getOrdinal() const { in getOrdinal() function 1149 std::error_code getOrdinal(uint32_t &Result) const; 1177 std::error_code getOrdinal(uint16_t &Result) const;
|
/external/llvm-project/llvm/include/llvm/Object/ |
D | COFF.h | 194 uint16_t getOrdinal() const { in getOrdinal() function 1160 Error getOrdinal(uint32_t &Result) const; 1188 Error getOrdinal(uint16_t &Result) const;
|