Home
last modified time | relevance | path

Searched refs:lowerIntrinsics (Results 1 – 7 of 7) 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-10.0/llvm/lib/CodeGen/
DPreISelIntrinsicLowering.cpp121 static bool lowerIntrinsics(Module &M) { in lowerIntrinsics() function
219 bool runOnModule(Module &M) override { return lowerIntrinsics(M); } in runOnModule()
236 if (!lowerIntrinsics(M)) in run()
/external/llvm-project/llvm/lib/CodeGen/
DPreISelIntrinsicLowering.cpp121 static bool lowerIntrinsics(Module &M) { in lowerIntrinsics() function
219 bool runOnModule(Module &M) override { return lowerIntrinsics(M); } in runOnModule()
236 if (!lowerIntrinsics(M)) in run()
/external/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
DInstrProfiling.h75 bool lowerIntrinsics(Function *F);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Instrumentation/
DInstrProfiling.h80 bool lowerIntrinsics(Function *F);
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp444 bool InstrProfiling::lowerIntrinsics(Function *F) { in lowerIntrinsics() function in InstrProfiling
572 MadeChange |= lowerIntrinsics(&F); in run()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp410 bool InstrProfiling::lowerIntrinsics(Function *F) { in lowerIntrinsics() function in InstrProfiling
533 MadeChange |= lowerIntrinsics(&F); in run()