Home
last modified time | relevance | path

Searched refs:mayLowerToFunctionCall (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DIntrinsicInst.h33 static bool mayLowerToFunctionCall(Intrinsic::ID IID) { in mayLowerToFunctionCall() function
34 return llvm::IntrinsicInst::mayLowerToFunctionCall(IID); in mayLowerToFunctionCall()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPreISelIntrinsicLowering.cpp141 assert(IntrinsicInst::mayLowerToFunctionCall(F.getIntrinsicID()) && in lowerObjCCall()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp36 bool IntrinsicInst::mayLowerToFunctionCall(Intrinsic::ID IID) { in mayLowerToFunctionCall() function in IntrinsicInst
H A DDebugInfo.cpp1006 !II || IntrinsicInst::mayLowerToFunctionCall(II->getIntrinsicID()); in dropLocation()
H A DVerifier.cpp4589 !IntrinsicInst::mayLowerToFunctionCall(CalledFn->getIntrinsicID())) in visitEHPadPredecessors()
6698 if (IntrinsicInst::mayLowerToFunctionCall(ID)) { in visitIntrinsicCall()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h130 LLVM_ABI static bool mayLowerToFunctionCall(Intrinsic::ID IID);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp993 !IntrinsicInst::mayLowerToFunctionCall(CalledFn->getIntrinsicID())) in PropagateOperandBundles()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp4978 if (!llvm::IntrinsicInst::mayLowerToFunctionCall(IID)) in getBundlesForFunclet()