Searched refs:visitLoadInst (Results 1 - 25 of 26) sorted by relevance

12

/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUAnnotateUniformValues.cpp47 void visitLoadInst(LoadInst &I);
76 void AMDGPUAnnotateUniformValues::visitLoadInst(LoadInst &I) { function in class:AMDGPUAnnotateUniformValues
H A DSITypeRewriter.cpp48 void visitLoadInst(LoadInst &I);
74 void SITypeRewriter::visitLoadInst(LoadInst &I) { function in class:SITypeRewriter
/external/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h196 SizeOffsetType visitLoadInst(LoadInst &I);
259 SizeOffsetEvalType visitLoadInst(LoadInst &I);
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h151 void visitLoadInst(LoadInst &I);
H A DExecution.cpp1039 void Interpreter::visitLoadInst(LoadInst &I) {
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DInstVisitor.h171 RetTy visitLoadInst(LoadInst &I) { DELEGATE(Instruction); } function in class:llvm::InstVisitor
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h144 void visitLoadInst(LoadInst &I);
H A DExecution.cpp810 void Interpreter::visitLoadInst(LoadInst &I) {
/external/llvm/include/llvm/IR/
H A DInstVisitor.h178 RetTy visitLoadInst(LoadInst &I) { DELEGATE(UnaryInstruction);} function in class:llvm::InstVisitor
/external/llvm/lib/Analysis/
H A DCFLGraph.h292 void visitLoadInst(LoadInst &Inst) { function in class:llvm::cflaa::CFLGraph::CFLGraphBuilder::GetEdgesVisitor
H A DLint.cpp84 void visitLoadInst(LoadInst &I);
463 void Lint::visitLoadInst(LoadInst &I) { function in class:Lint
H A DMemoryBuiltins.cpp596 SizeOffsetType ObjectSizeOffsetVisitor::visitLoadInst(LoadInst&) { function in class:ObjectSizeOffsetVisitor
795 SizeOffsetEvalType ObjectSizeOffsetEvaluator::visitLoadInst(LoadInst&) { function in class:ObjectSizeOffsetEvaluator
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombine.h188 Instruction *visitLoadInst(LoadInst &LI);
H A DInstCombineLoadStoreAlloca.cpp144 Instruction *InstCombiner::visitLoadInst(LoadInst &LI) { function in class:InstCombiner
/external/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp149 bool visitLoadInst(LoadInst &);
594 bool Scalarizer::visitLoadInst(LoadInst &LI) { function in class:Scalarizer
H A DSCCP.cpp508 void visitLoadInst (LoadInst &I);
1026 void SCCPSolver::visitLoadInst(LoadInst &I) { function in class:SCCPSolver
H A DSROA.cpp730 void visitLoadInst(LoadInst &LI) {
2370 bool visitLoadInst(LoadInst &LI) {
3086 bool visitLoadInst(LoadInst &LI) {
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DLint.cpp79 void visitLoadInst(LoadInst &I);
423 void Lint::visitLoadInst(LoadInst &I) { function in class:Lint
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h322 Instruction *visitLoadInst(LoadInst &LI);
H A DInstCombineLoadStoreAlloca.cpp789 Instruction *InstCombiner::visitLoadInst(LoadInst &LI) { function in class:InstCombiner
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DSCCP.cpp522 void visitLoadInst (LoadInst &I);
1220 void SCCPSolver::visitLoadInst(LoadInst &I) { function in class:SCCPSolver
/external/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp340 void visitLoadInst(LoadInst &LI);
1163 void DFSanVisitor::visitLoadInst(LoadInst &LI) { function in class:DFSanVisitor
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
H A DCBackend.cpp311 void visitLoadInst (LoadInst &I);
3460 void CWriter::visitLoadInst(LoadInst &I) { function in class:CWriter
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DVerifier.cpp280 void visitLoadInst(LoadInst &LI);
1312 void Verifier::visitLoadInst(LoadInst &LI) { function in class:Verifier
/external/llvm/lib/IR/
H A DVerifier.cpp408 void visitLoadInst(LoadInst &LI);
2976 void Verifier::visitLoadInst(LoadInst &LI) { function in class:Verifier

Completed in 444 milliseconds

12