Home
last modified time | relevance | path

Searched refs:PreISelIntrinsicLowering (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPreISelIntrinsicLowering.cpp45 struct PreISelIntrinsicLowering { struct
54 explicit PreISelIntrinsicLowering( in PreISelIntrinsicLowering() argument
184 bool PreISelIntrinsicLowering::shouldExpandMemIntrinsicWithSize( in shouldExpandMemIntrinsicWithSize()
208 bool PreISelIntrinsicLowering::expandMemIntrinsicUses(Function &F) const { in expandMemIntrinsicUses()
302 bool PreISelIntrinsicLowering::lowerIntrinsics(Module &M) const { in lowerIntrinsics()
417 PreISelIntrinsicLowering Lowering(TM, LookupTTI); in runOnModule()
447 PreISelIntrinsicLowering Lowering(TM, LookupTTI); in run()
/freebsd/lib/clang/libllvm/
H A DMakefile394 SRCS_MIN+= CodeGen/PreISelIntrinsicLowering.cpp