Home
last modified time | relevance | path

Searched refs:visitSelectInst (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemoryBuiltins.h272 SizeOffsetType visitSelectInst(SelectInst &I);
339 SizeOffsetEvalType visitSelectInst(SelectInst &I);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h150 void visitSelectInst(SelectInst &I);
DExecution.cpp859 void Interpreter::visitSelectInst(SelectInst &I) { in visitSelectInst() function in Interpreter
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInlineCost.cpp331 bool visitSelectInst(SelectInst &SI);
1571 bool CallAnalyzer::visitSelectInst(SelectInst &SI) { in visitSelectInst() function in CallAnalyzer
1593 return Base::visitSelectInst(SI); in visitSelectInst()
1607 return Base::visitSelectInst(SI); in visitSelectInst()
1624 return Base::visitSelectInst(SI); in visitSelectInst()
DMemoryBuiltins.cpp786 SizeOffsetType ObjectSizeOffsetVisitor::visitSelectInst(SelectInst &I) { in visitSelectInst() function in ObjectSizeOffsetVisitor
1032 SizeOffsetEvalType ObjectSizeOffsetEvaluator::visitSelectInst(SelectInst &I) { in visitSelectInst() function in ObjectSizeOffsetEvaluator
DCFLGraph.h332 void visitSelectInst(SelectInst &Inst) { in visitSelectInst() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstVisitor.h191 RetTy visitSelectInst(SelectInst &I) { DELEGATE(Instruction);} in visitSelectInst() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DScalarizer.cpp187 bool visitSelectInst(SelectInst &SI);
572 bool ScalarizerVisitor::visitSelectInst(SelectInst &SI) { in visitSelectInst() function in ScalarizerVisitor
DSCCP.cpp618 void visitSelectInst(SelectInst &I);
942 void SCCPSolver::visitSelectInst(SelectInst &I) { in visitSelectInst() function in SCCPSolver
DSROA.cpp1045 void visitSelectInst(SelectInst &SI) { visitPHINodeOrSelectInst(SI); } in visitSelectInst() function in AllocaSlices::SliceBuilder
3177 bool visitSelectInst(SelectInst &SI) { in visitSelectInst() function in llvm::sroa::AllocaSliceRewriter
3455 bool visitSelectInst(SelectInst &SI) { in visitSelectInst() function in __anonea5966140b11::AggLoadStoreRewriter
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUCodeGenPrepare.cpp185 bool visitSelectInst(SelectInst &I);
989 bool AMDGPUCodeGenPrepare::visitSelectInst(SelectInst &I) { in visitSelectInst() function in AMDGPUCodeGenPrepare
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp352 void visitSelectInst(SelectInst &SI);
1380 void SelectInstVisitor::visitSelectInst(SelectInst &SI) { in visitSelectInst() function in SelectInstVisitor
DDataFlowSanitizer.cpp458 void visitSelectInst(SelectInst &I);
1463 void DFSanVisitor::visitSelectInst(SelectInst &I) { in visitSelectInst() function in DFSanVisitor
DMemorySanitizer.cpp3553 void visitSelectInst(SelectInst& I) { in visitSelectInst() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h424 Instruction *visitSelectInst(SelectInst &SI);
DInstCombineSelect.cpp2326 Instruction *InstCombiner::visitSelectInst(SelectInst &SI) { in visitSelectInst() function in InstCombiner
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DVerifier.cpp475 void visitSelectInst(SelectInst &SI);
2551 void Verifier::visitSelectInst(SelectInst &SI) { in visitSelectInst() function in Verifier