Home
last modified time | relevance | path

Searched refs:getLabelTy (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DTypeToLLVM.cpp68 return llvm::Type::getLabelTy(context); in translateType()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DType.h422 static Type *getLabelTy(LLVMContext &C);
/llvm-project-15.0.7/llvm/lib/IR/
H A DType.cpp47 case LabelTyID : return getLabelTy(C); in getPrimitiveType()
223 Type *Type::getLabelTy(LLVMContext &C) { return &C.pImpl->LabelTy; } in getLabelTy() function in Type
H A DBasicBlock.cpp49 : Value(Type::getLabelTy(C), Value::BasicBlockVal), Parent(nullptr) { in BasicBlock()
H A DCore.cpp846 return wrap(Type::getLabelTy(*unwrap(C))); in LLVMLabelTypeInContext()
/llvm-project-15.0.7/llvm/tools/bugpoint/
H A DCrashDebugger.cpp533 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 DLLLexer.cpp784 TYPEKEYWORD("label", Type::getLabelTy(Context)); in LexIdentifier()
H A DLLParser.cpp3079 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 DBitcodeReader.cpp2230 ResultTy = Type::getLabelTy(Context); in parseTypeTableBody()