Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h230 SizeOffsetType visitSelectInst(SelectInst &I);
303 SizeOffsetEvalType visitSelectInst(SelectInst &I);
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h149 void visitSelectInst(SelectInst &I);
H A DExecution.cpp861 void Interpreter::visitSelectInst(SelectInst &I) { in visitSelectInst() function in Interpreter
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInlineCost.cpp445 bool visitSelectInst(SelectInst &SI);
2220 bool CallAnalyzer::visitSelectInst(SelectInst &SI) { in visitSelectInst() function in CallAnalyzer
2242 return Base::visitSelectInst(SI); in visitSelectInst()
2256 return Base::visitSelectInst(SI); in visitSelectInst()
2273 return Base::visitSelectInst(SI); in visitSelectInst()
H A DMemoryBuiltins.cpp1018 SizeOffsetType ObjectSizeOffsetVisitor::visitSelectInst(SelectInst &I) { in visitSelectInst() function in ObjectSizeOffsetVisitor
1240 SizeOffsetEvalType ObjectSizeOffsetEvaluator::visitSelectInst(SelectInst &I) { in visitSelectInst() function in ObjectSizeOffsetEvaluator
H A DCFLGraph.h339 void visitSelectInst(SelectInst &Inst) { in visitSelectInst() function
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstVisitor.h189 RetTy visitSelectInst(SelectInst &I) { DELEGATE(Instruction);} in visitSelectInst() function
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp213 bool visitSelectInst(SelectInst &SI);
625 bool ScalarizerVisitor::visitSelectInst(SelectInst &SI) { in visitSelectInst() function in ScalarizerVisitor
H A DSROA.cpp1063 void visitSelectInst(SelectInst &SI) { visitPHINodeOrSelectInst(SI); } in visitSelectInst() function in AllocaSlices::SliceBuilder
3187 bool visitSelectInst(SelectInst &SI) { in visitSelectInst() function in llvm::sroa::AllocaSliceRewriter
3584 bool visitSelectInst(SelectInst &SI) { in visitSelectInst() function in __anon3ad87db80b11::AggLoadStoreRewriter
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp288 void visitSelectInst(SelectInst &I);
913 void SCCPInstVisitor::visitSelectInst(SelectInst &I) { in visitSelectInst() function in SCCPInstVisitor
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp214 bool visitSelectInst(SelectInst &I);
1373 bool AMDGPUCodeGenPrepare::visitSelectInst(SelectInst &I) { in visitSelectInst() function in AMDGPUCodeGenPrepare
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp430 void visitSelectInst(SelectInst &SI);
1478 void SelectInstVisitor::visitSelectInst(SelectInst &SI) { in visitSelectInst() function in SelectInstVisitor
H A DDataFlowSanitizer.cpp774 void visitSelectInst(SelectInst &I);
2658 void DFSanVisitor::visitSelectInst(SelectInst &I) { in visitSelectInst() function in DFSanVisitor
H A DMemorySanitizer.cpp3941 void visitSelectInst(SelectInst& I) { in visitSelectInst() function
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h143 Instruction *visitSelectInst(SelectInst &SI);
H A DInstCombineSelect.cpp2638 Instruction *InstCombinerImpl::visitSelectInst(SelectInst &SI) { in visitSelectInst() function in InstCombinerImpl
/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1295 void visitSelectInst(SelectInst &I) { in visitSelectInst() function
/llvm-project-15.0.7/llvm/lib/IR/
H A DVerifier.cpp530 void visitSelectInst(SelectInst &SI);
2867 void Verifier::visitSelectInst(SelectInst &SI) { in visitSelectInst() function in Verifier