Home
last modified time | relevance | path

Searched refs:visitLoadInst (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUAnnotateUniformValues.cpp57 void visitLoadInst(LoadInst &I);
123 void AMDGPUAnnotateUniformValues::visitLoadInst(LoadInst &I) { in visitLoadInst() function in AMDGPUAnnotateUniformValues
DAMDGPUCodeGenPrepare.cpp183 bool visitLoadInst(LoadInst &I);
931 bool AMDGPUCodeGenPrepare::visitLoadInst(LoadInst &I) { in visitLoadInst() function in AMDGPUCodeGenPrepare
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemoryBuiltins.h270 SizeOffsetType visitLoadInst(LoadInst &I);
337 SizeOffsetEvalType visitLoadInst(LoadInst &I);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h132 void visitLoadInst(LoadInst &I);
DExecution.cpp1091 void Interpreter::visitLoadInst(LoadInst &I) { in visitLoadInst() function in Interpreter
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLint.cpp106 void visitLoadInst(LoadInst &I);
506 void Lint::visitLoadInst(LoadInst &I) { in visitLoadInst() function in Lint
DMemoryBuiltins.cpp776 SizeOffsetType ObjectSizeOffsetVisitor::visitLoadInst(LoadInst&) { in visitLoadInst() function in ObjectSizeOffsetVisitor
986 SizeOffsetEvalType ObjectSizeOffsetEvaluator::visitLoadInst(LoadInst&) { in visitLoadInst() function in ObjectSizeOffsetEvaluator
DCFLGraph.h346 void visitLoadInst(LoadInst &Inst) { in visitLoadInst() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstVisitor.h171 RetTy visitLoadInst(LoadInst &I) { DELEGATE(UnaryInstruction);} in visitLoadInst() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DScalarizer.cpp197 bool visitLoadInst(LoadInst &LI);
786 bool ScalarizerVisitor::visitLoadInst(LoadInst &LI) { in visitLoadInst() function in ScalarizerVisitor
DSCCP.cpp633 void visitLoadInst (LoadInst &I);
1150 void SCCPSolver::visitLoadInst(LoadInst &I) { in visitLoadInst() function in SCCPSolver
DSROA.cpp780 void visitLoadInst(LoadInst &LI) { in visitLoadInst() function in AllocaSlices::SliceBuilder
2491 bool visitLoadInst(LoadInst &LI) { in visitLoadInst() function in llvm::sroa::AllocaSliceRewriter
3372 bool visitLoadInst(LoadInst &LI) { in visitLoadInst() function in __anonea5966140b11::AggLoadStoreRewriter
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp447 void visitLoadInst(LoadInst &LI);
1303 void DFSanVisitor::visitLoadInst(LoadInst &LI) { in visitLoadInst() function in DFSanVisitor
DMemorySanitizer.cpp1775 void visitLoadInst(LoadInst &I) { in visitLoadInst() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h435 Instruction *visitLoadInst(LoadInst &LI);
DInstCombineLoadStoreAlloca.cpp959 Instruction *InstCombiner::visitLoadInst(LoadInst &LI) { in visitLoadInst() function in InstCombiner
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp508 void visitLoadInst(LoadInst &) {} // Good. Nothing to do. in visitLoadInst() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DVerifier.cpp465 void visitLoadInst(LoadInst &LI);
3406 void Verifier::visitLoadInst(LoadInst &LI) { in visitLoadInst() function in Verifier