Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DPreISelIntrinsicLowering.cpp58 bool lowerIntrinsics(Module &M) { in lowerIntrinsics() function
72 bool runOnModule(Module &M) { return lowerIntrinsics(M); } in runOnModule()
89 if (!lowerIntrinsics(M)) in run()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DPreISelIntrinsicLowering.cpp58 static bool lowerIntrinsics(Module &M) { in lowerIntrinsics() function
75 bool runOnModule(Module &M) override { return lowerIntrinsics(M); } in runOnModule()
92 if (!lowerIntrinsics(M)) in run()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Instrumentation/
DInstrProfiling.h76 bool lowerIntrinsics(Function *F);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp374 bool InstrProfiling::lowerIntrinsics(Function *F) { in lowerIntrinsics() function in InstrProfiling
489 MadeChange |= lowerIntrinsics(&F); in run()
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
DCBackend.cpp130 lowerIntrinsics(F); in runOnFunction()
197 void lowerIntrinsics(Function &F);
2828 void CWriter::lowerIntrinsics(Function &F) { in lowerIntrinsics() function in CWriter