Searched refs:getLabelTy (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Target/LLVMIR/ |
| H A D | TypeToLLVM.cpp | 68 return llvm::Type::getLabelTy(context); in translateType()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Type.h | 422 static Type *getLabelTy(LLVMContext &C);
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Type.cpp | 47 case LabelTyID : return getLabelTy(C); in getPrimitiveType() 223 Type *Type::getLabelTy(LLVMContext &C) { return &C.pImpl->LabelTy; } in getLabelTy() function in Type
|
| H A D | BasicBlock.cpp | 49 : Value(Type::getLabelTy(C), Value::BasicBlockVal), Parent(nullptr) { in BasicBlock()
|
| H A D | Core.cpp | 846 return wrap(Type::getLabelTy(*unwrap(C))); in LLVMLabelTypeInContext()
|
| /llvm-project-15.0.7/llvm/tools/bugpoint/ |
| H A D | CrashDebugger.cpp | 533 if (V && V->getType() == Type::getLabelTy(V->getContext())) in TestBlocks() 641 if (V && V->getType() == Type::getLabelTy(V->getContext())) in TestBlocks() 734 if (V && V->getType() == Type::getLabelTy(V->getContext())) in TestBlocks()
|
| /llvm-project-15.0.7/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 784 TYPEKEYWORD("label", Type::getLabelTy(Context)); in LexIdentifier()
|
| H A D | LLParser.cpp | 3079 getVal(Name, Type::getLabelTy(F.getContext()), Loc)); in getBB() 3084 getVal(ID, Type::getLabelTy(F.getContext()), Loc)); in getBB() 6986 parseValue(Type::getLabelTy(Context), Op1, PFS) || in parsePHI() 7007 parseValue(Type::getLabelTy(Context), Op1, PFS) || in parsePHI()
|
| /llvm-project-15.0.7/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 2230 ResultTy = Type::getLabelTy(Context); in parseTypeTableBody()
|