Home
last modified time | relevance | path

Searched refs:lowerIntrinsics (Results 1 – 2 of 2) 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/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