Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPreISelIntrinsicLowering.cpp45 struct PreISelIntrinsicLowering { struct
46 const TargetMachine &TM;
47 const function_ref<TargetTransformInfo &(Function &)> LookupTTI;
52 const bool UseMemIntrinsicLibFunc;
54 explicit PreISelIntrinsicLowering( in PreISelIntrinsicLowering() function