/llvm-project/libc/benchmarks/automemcpy/lib/ |
H A D | CodeGen.cpp |
|
H A D | ResultAnalyzerMain.cpp |
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | Function.h |
|
H A D | Compiler.h |
|
H A D | ByteCodeEmitter.h |
|
H A D | EvalEmitter.h |
|
H A D | EvalEmitter.cpp |
|
H A D | ByteCodeEmitter.cpp |
|
/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | SymbolRewriter.h | 95 bool parse(const std::string &MapFile, RewriteDescriptorList *Descriptors); 121 Descriptors.splice(Descriptors.begin(), DL); in RewriteSymbolPass() 132 SymbolRewriter::RewriteDescriptorList Descriptors; variable
|
/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | DbiModuleList.cpp | 180 if (auto EC = Reader.readArray(Descriptors, ModInfo.getLength())) in initializeModInfo() 222 auto DescriptorIter = Descriptors.begin(); in initializeFileInfo() 227 assert(DescriptorIter != Descriptors.end()); in initializeFileInfo() 235 assert(DescriptorIter == Descriptors.end()); in initializeFileInfo() 258 auto Iter = Descriptors.at(Offset); in getModuleDescriptor() 259 assert(Iter != Descriptors.end()); in getModuleDescriptor()
|
/llvm-project/llvm/include/llvm/MCA/ |
H A D | InstrBuilder.h | 73 Descriptors; variable 107 Descriptors.clear(); in clear()
|
/llvm-project/llvm/lib/MCA/ |
H A D | InstrBuilder.cpp | 637 Descriptors[DKey] = std::move(ID); in createInstrDescImpl() 638 return *Descriptors[DKey]; in createInstrDescImpl() 656 if (Descriptors.find_as(DKey) != Descriptors.end()) in getOrCreateInstrDesc() 657 return *Descriptors[DKey]; in getOrCreateInstrDesc()
|
/llvm-project/llvm/test/TableGen/ |
H A D | RegisterInfoEmitter-regcost.td | 33 // CHECK: static const TargetRegisterInfoDesc MyTargetRegInfoDesc = { // Extra Descriptors
|
H A D | RegisterInfoEmitter-regcost-list.td | 31 // CHECK: static const TargetRegisterInfoDesc MyTargetRegInfoDesc = { // Extra Descriptors
|
H A D | RegisterInfoEmitter-regcost-tuple.td | 68 // CHECK: static const TargetRegisterInfoDesc MyTargetRegInfoDesc = { // Extra Descriptors
|
/llvm-project/lld/test/ELF/ |
H A D | aarch64-memtag-globals.s | 185 # CHECK: Memtag Global Descriptors:
|
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | DbiModuleList.h | 87 VarStreamArray<DbiModuleDescriptor> Descriptors; variable
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SymbolRewriter.cpp | 529 for (auto &Descriptor : Descriptors) in runImpl() 540 Parser.parse(MapFile, &Descriptors); in loadAndParseMapFiles()
|
/llvm-project/clang/docs/ |
H A D | ConstantInterpreter.rst | 179 allocation site. Descriptors and elements are stored sequentially in the 199 Descriptors 202 Descriptors are generated at bytecode compilation time and contain information 208 Descriptors global() section in Memory Organisation
|
/llvm-project/llvm/test/tools/llvm-objdump/ELF/RISCV/ |
H A D | extensions.test | 771 Descriptors: 786 Descriptors:
|
/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugLine.cpp | 244 ContentDescriptors Descriptors; in parseV5EntryFormat() 256 Descriptors.push_back(Descriptor); in parseV5EntryFormat() 268 return Descriptors; in parseV5EntryFormat() 245 ContentDescriptors Descriptors; parseV5EntryFormat() local
|
/llvm-project/llvm/test/tools/llvm-readobj/ELF/AArch64/ |
H A D | memtag.test | 197 # LLVM-OK: Memtag Global Descriptors: [ 206 # GNU-OK: Memtag Global Descriptors:
|
/llvm-project/llvm/lib/ObjectYAML/ |
H A D | DWARFYAML.cpp | 176 IO.mapOptional("Descriptors", ARange.Descriptors); in mapping()
|
/llvm-project/llvm/tools/obj2yaml/ |
H A D | dwarf2yaml.cpp | 130 Range.Descriptors.push_back(Desc); in dumpDebugARanges()
|
/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | DWARFYAML.h | 61 std::vector<ARangeDescriptor> Descriptors; member
|