Searched refs:visitCallInst (Results 1 - 21 of 21) sorted by relevance

/external/spirv-llvm/lib/SPIRV/
H A DOCL20To12.cpp65 virtual void visitCallInst(CallInst &CI);
100 OCL20To12::visitCallInst(CallInst& CI) { function in class:SPIRV::OCL20To12
H A DOCL21ToSPIRV.cpp67 virtual void visitCallInst(CallInst &CI);
142 OCL21ToSPIRV::visitCallInst(CallInst& CI) { function in class:SPIRV::OCL21ToSPIRV
H A DSPIRVToOCL20.cpp73 void visitCallInst(CallInst &CI);
159 SPIRVToOCL20::visitCallInst(CallInst& CI) { function in class:SPIRV::SPIRVToOCL20
H A DOCL20ToSPIRV.cpp84 virtual void visitCallInst(CallInst &CI);
366 OCL20ToSPIRV::visitCallInst(CallInst& CI) { function in class:SPIRV::OCL20ToSPIRV
/external/llvm/lib/Target/AMDGPU/
H A DSITypeRewriter.cpp49 void visitCallInst(CallInst &I);
94 void SITypeRewriter::visitCallInst(CallInst &I) { function in class:SITypeRewriter
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h173 void visitCallInst(CallInst &I) { visitCallSite (CallSite (&I)); } function in class:llvm::Interpreter
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DInstVisitor.h191 RetTy visitCallInst(CallInst &I) { DELEGATE(Instruction); } function in class:llvm::InstVisitor
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h166 void visitCallInst(CallInst &I) { visitCallSite (CallSite (&I)); } function in class:llvm::Interpreter
/external/llvm/include/llvm/IR/
H A DInstVisitor.h226 RetTy visitCallInst(CallInst &I) { function in class:llvm::InstVisitor
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombine.h179 Instruction *visitCallInst(CallInst &CI);
H A DInstCombineCalls.cpp168 /// visitCallInst - CallInst simplification. This mostly only handles folding
172 Instruction *InstCombiner::visitCallInst(CallInst &CI) { function in class:InstCombiner
/external/llvm/lib/Analysis/
H A DLint.cpp81 void visitCallInst(CallInst &I);
351 void Lint::visitCallInst(CallInst &I) { function in class:Lint
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DLint.cpp76 void visitCallInst(CallInst &I);
342 void Lint::visitCallInst(CallInst &I) { function in class:Lint
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h313 Instruction *visitCallInst(CallInst &CI);
H A DInstCombineCalls.cpp1243 Instruction *InstCombiner::visitCallInst(CallInst &CI) { function in class:InstCombiner
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
H A DCBackend.cpp306 void visitCallInst (CallInst &I);
2906 void CWriter::visitCallInst(CallInst &I) { function in class:CWriter
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DVerifier.cpp277 void visitCallInst(CallInst &CI);
1160 void Verifier::visitCallInst(CallInst &CI) { function in class:Verifier
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp510 void visitCallInst (CallInst &I) { function in class:__anon13409::SCCPSolver
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DSCCP.cpp524 void visitCallInst (CallInst &I) { function in class:__anon18974::SCCPSolver
/external/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp595 DFSanVisitor(DFSF).visitCallInst(*CI);
/external/llvm/lib/IR/
H A DVerifier.cpp405 void visitCallInst(CallInst &CI);
2740 void Verifier::visitCallInst(CallInst &CI) { function in class:Verifier

Completed in 423 milliseconds