Home
last modified time | relevance | path

Searched refs:isLabelTy (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/DirectX/
H A DDXILPointerType.cpp63 return !ElemTy->isVoidTy() && !ElemTy->isLabelTy() && in isValidElementType()
/llvm-project-15.0.7/llvm/lib/IR/
H A DType.cpp392 return !RetTy->isFunctionTy() && !RetTy->isLabelTy() && in isValidReturnType()
589 return !ElemTy->isVoidTy() && !ElemTy->isLabelTy() && in isValidElementType()
651 return !ElemTy->isVoidTy() && !ElemTy->isLabelTy() && in isValidElementType()
779 return !ElemTy->isVoidTy() && !ElemTy->isLabelTy() && in isValidElementType()
H A DVerifier.cpp2852 Check(BI.getDestination(i)->getType()->isLabelTy(), in visitIndirectBrInst()
/llvm-project-15.0.7/llvm/tools/llvm-reduce/deltas/
H A DReduceOperandsSkip.cpp47 if (Ty->isLabelTy() || Ty->isMetadataTy()) in shouldReduceOperand()
H A DReduceOperands.cpp53 if (Ty->isLabelTy() || Ty->isMetadataTy()) in shouldReduceOperand()
H A DReduceOperandsToArgs.cpp39 if (Ty->isLabelTy() || Ty->isMetadataTy()) in canReduceUse()
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DTypeFromLLVM.cpp70 if (type->isLabelTy()) in translatePrimitiveType()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DType.h187 bool isLabelTy() const { return getTypeID() == LabelTyID; } in isLabelTy() function
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp1512 if (Ty->isLabelTy()) in checkValidVariableType()
2450 if (Result->isLabelTy()) in parseType()
2462 if (Result->isLabelTy()) in parseType()
2968 if (Ty->isLabelTy()) { in getVal()
3001 if (Ty->isLabelTy()) { in getVal()
5459 if (!Ty->isFirstClassType() || Ty->isLabelTy()) in convertValIDToValue()
5470 if (!Ty->isFirstClassType() || Ty->isLabelTy()) in convertValIDToValue()
5481 if (!Ty->isFirstClassType() || Ty->isLabelTy()) in convertValIDToValue()
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2898 if (CurTy->isVoidTy() || CurTy->isFunctionTy() || CurTy->isLabelTy()) in parseConstants()
5483 if (FTy->getParamType(i)->isLabelTy()) in parseFunctionBody()
6192 if (FTy->getParamType(i)->isLabelTy()) in parseFunctionBody()
/llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2541 if (FTy->getParamType(i)->isLabelTy()) in writeInstruction()
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3198 if (FTy->getParamType(i)->isLabelTy()) in writeInstruction()