Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPreISelIntrinsicLowering.cpp109 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.cpp978 !II || IntrinsicInst::mayLowerToFunctionCall(II->getIntrinsicID()); in dropLocation()
H A DVerifier.cpp4421 !IntrinsicInst::mayLowerToFunctionCall(CalledFn->getIntrinsicID())) in visitEHPadPredecessors()
6338 if (IntrinsicInst::mayLowerToFunctionCall(ID)) { in visitIntrinsicCall()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h127 static bool mayLowerToFunctionCall(Intrinsic::ID IID);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp971 !IntrinsicInst::mayLowerToFunctionCall(CalledFn->getIntrinsicID())) in PropagateOperandBundles()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp4800 if (!llvm::IntrinsicInst::mayLowerToFunctionCall(IID)) in getBundlesForFunclet()