Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DPreISelIntrinsicLowering.cpp73 assert(IntrinsicInst::mayLowerToFunctionCall(F.getIntrinsicID()) && in lowerObjCCall()
/llvm-project-15.0.7/llvm/lib/IR/
H A DIntrinsicInst.cpp35 bool IntrinsicInst::mayLowerToFunctionCall(Intrinsic::ID IID) { in mayLowerToFunctionCall() function in IntrinsicInst
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIntrinsicInst.h112 static bool mayLowerToFunctionCall(Intrinsic::ID IID);
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp843 !IntrinsicInst::mayLowerToFunctionCall(CalledFn->getIntrinsicID())) in PropagateOperandBundles()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCall.cpp4486 if (!llvm::IntrinsicInst::mayLowerToFunctionCall(IID)) in getBundlesForFunclet()