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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h278 SizeOffsetType visitSelectInst(SelectInst &I);
345 SizeOffsetEvalType visitSelectInst(SelectInst &I);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h149 void visitSelectInst(SelectInst &I);
H A DExecution.cpp861 void Interpreter::visitSelectInst(SelectInst &I) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstVisitor.h190 RetTy visitSelectInst(SelectInst &I) { DELEGATE(Instruction);} function in class:llvm::InstVisitor
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp810 SizeOffsetType ObjectSizeOffsetVisitor::visitSelectInst(SelectInst &I) { function in class:ObjectSizeOffsetVisitor
1056 SizeOffsetEvalType ObjectSizeOffsetEvaluator::visitSelectInst(SelectInst &I) { function in class:ObjectSizeOffsetEvaluator
H A DInlineCost.cpp388 bool visitSelectInst(SelectInst &SI);
1733 bool CallAnalyzer::visitSelectInst(SelectInst &SI) { function in class:CallAnalyzer
1755 return Base::visitSelectInst(SI);
1769 return Base::visitSelectInst(SI);
1786 return Base::visitSelectInst(SI);
H A DCFLGraph.h332 void visitSelectInst(SelectInst &Inst) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp193 bool visitSelectInst(SelectInst &SI);
576 bool ScalarizerVisitor::visitSelectInst(SelectInst &SI) { function in class:ScalarizerVisitor
H A DSCCP.cpp567 void visitSelectInst(SelectInst &I);
903 void SCCPSolver::visitSelectInst(SelectInst &I) { function in class:SCCPSolver
H A DSROA.cpp1037 void visitSelectInst(SelectInst &SI) { visitPHINodeOrSelectInst(SI); }
3176 bool visitSelectInst(SelectInst &SI) {
3559 bool visitSelectInst(SelectInst &SI) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp353 void visitSelectInst(SelectInst &SI);
1428 void SelectInstVisitor::visitSelectInst(SelectInst &SI) { function in class:SelectInstVisitor
H A DDataFlowSanitizer.cpp481 void visitSelectInst(SelectInst &I);
1525 void DFSanVisitor::visitSelectInst(SelectInst &I) { function in class:DFSanVisitor
H A DMemorySanitizer.cpp3692 void visitSelectInst(SelectInst& I) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp223 bool visitSelectInst(SelectInst &I);
1333 bool AMDGPUCodeGenPrepare::visitSelectInst(SelectInst &I) { function in class:AMDGPUCodeGenPrepare
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h429 Instruction *visitSelectInst(SelectInst &SI);
994 // Helpers of visitSelectInst().
H A DInstCombineSelect.cpp2533 Instruction *InstCombiner::visitSelectInst(SelectInst &SI) { function in class:InstCombiner
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp478 void visitSelectInst(SelectInst &SI);
2625 void Verifier::visitSelectInst(SelectInst &SI) { function in class:Verifier

Completed in 208 milliseconds