Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DPreISelIntrinsicLowering.cpp73 assert(IntrinsicInst::mayLowerToFunctionCall(F.getIntrinsicID()) && in lowerObjCCall()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DIntrinsicInst.cpp36 bool IntrinsicInst::mayLowerToFunctionCall(Intrinsic::ID IID) { in mayLowerToFunctionCall() function in IntrinsicInst
DDebugInfo.cpp879 !II || IntrinsicInst::mayLowerToFunctionCall(II->getIntrinsicID()); in dropLocation()
/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DIntrinsicInst.h114 static bool mayLowerToFunctionCall(Intrinsic::ID IID);
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DInlineFunction.cpp973 !IntrinsicInst::mayLowerToFunctionCall(CalledFn->getIntrinsicID())) in PropagateOperandBundles()
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGCall.cpp4536 if (!llvm::IntrinsicInst::mayLowerToFunctionCall(IID)) in getBundlesForFunclet()