Searched refs:EntryTy (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfStringPool.cpp | 25 StringMapEntry<DwarfStringPool::EntryTy> & 30 Entry.Index = EntryTy::NotIndexed; in getEntryImpl() 84 SmallVector<const StringMapEntry<EntryTy> *, 64> Entries( in emit() 87 llvm::sort(Entries, [](const StringMapEntry<EntryTy> *A, in emit() 88 const StringMapEntry<EntryTy> *B) { in emit()
|
| H A D | DwarfStringPool.h | 28 using EntryTy = DwarfStringPoolEntry; variable 30 StringMap<EntryTy, BumpPtrAllocator &> Pool; 36 StringMapEntry<EntryTy> &getEntryImpl(AsmPrinter &Asm, StringRef Str);
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/ |
| H A D | Utility.cpp | 28 StructType *EntryTy = in getEntryTy() local 30 if (!EntryTy) in getEntryTy() 31 EntryTy = StructType::create( in getEntryTy() 36 return EntryTy; in getEntryTy()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | CallingConvEmitter.cpp | 342 using EntryTy = std::pair<std::string, std::set<std::string>>; in emitArgRegisterLists() typedef 346 std::deque<EntryTy> Worklist(DelegateToMap.begin(), DelegateToMap.end()); in emitArgRegisterLists() 349 EntryTy Entry = Worklist.front(); in emitArgRegisterLists()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | ConstraintElimination.cpp | 92 enum class EntryTy { enum 113 EntryTy Ty; 115 FactOrCheck(EntryTy Ty, DomTreeNode *DTN, Instruction *Inst) in FactOrCheck() 121 Ty(EntryTy::UseCheck) {} in FactOrCheck() 126 NumOut(DTN->getDFSNumOut()), Ty(EntryTy::ConditionFact) {} 135 return FactOrCheck(EntryTy::InstFact, DTN, Inst); in getInstFact() 143 return FactOrCheck(EntryTy::InstCheck, DTN, CI); in getCheck() 147 return Ty == EntryTy::InstCheck || Ty == EntryTy::UseCheck; in isCheck() 152 if (Ty == EntryTy::UseCheck) in getContextInst() 159 if (Ty == EntryTy::InstCheck) in getInstructionToSimplify() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Offloading/ |
| H A D | Utility.h | 28 struct EntryTy { struct
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Type.cpp | 576 using EntryTy = StringMap<StructType *>::MapEntryTy; in setName() typedef 581 SymbolTable.remove((EntryTy *)SymbolTableEntry); in setName() 587 ((EntryTy *)SymbolTableEntry)->Destroy(SymbolTable.getAllocator()); in setName() 615 ((EntryTy *)SymbolTableEntry)->Destroy(SymbolTable.getAllocator()); in setName()
|
| H A D | AsmWriter.cpp | 5343 using EntryTy = std::pair<unsigned, std::string>; typedef 5344 SmallVector<EntryTy, 4> Buffer;
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGHLSLRuntime.cpp | 433 auto *EntryTy = llvm::FunctionType::get(llvm::Type::getVoidTy(Ctx), false); in emitEntryFunction() local 435 Function::Create(EntryTy, Function::ExternalLinkage, FD->getName(), &M); in emitEntryFunction()
|