Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h282 SizeOffsetType visitSelectInst(SelectInst &I);
349 SizeOffsetEvalType visitSelectInst(SelectInst &I);
/netbsd/external/apache2/llvm/dist/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
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineCost.cpp404 bool visitSelectInst(SelectInst &SI);
1912 bool CallAnalyzer::visitSelectInst(SelectInst &SI) { in visitSelectInst() function in CallAnalyzer
1934 return Base::visitSelectInst(SI); in visitSelectInst()
1948 return Base::visitSelectInst(SI); in visitSelectInst()
1965 return Base::visitSelectInst(SI); in visitSelectInst()
H A DMemoryBuiltins.cpp822 SizeOffsetType ObjectSizeOffsetVisitor::visitSelectInst(SelectInst &I) { in visitSelectInst() function in ObjectSizeOffsetVisitor
1075 SizeOffsetEvalType ObjectSizeOffsetEvaluator::visitSelectInst(SelectInst &I) { in visitSelectInst() function in ObjectSizeOffsetEvaluator
H A DCFLGraph.h339 void visitSelectInst(SelectInst &Inst) { in visitSelectInst() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstVisitor.h190 RetTy visitSelectInst(SelectInst &I) { DELEGATE(Instruction);} in visitSelectInst() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp193 bool visitSelectInst(SelectInst &SI);
577 bool ScalarizerVisitor::visitSelectInst(SelectInst &SI) { in visitSelectInst() function in ScalarizerVisitor
H A DSROA.cpp1058 void visitSelectInst(SelectInst &SI) { visitPHINodeOrSelectInst(SI); } in visitSelectInst() function in AllocaSlices::SliceBuilder
3202 bool visitSelectInst(SelectInst &SI) { in visitSelectInst() function in llvm::sroa::AllocaSliceRewriter
3605 bool visitSelectInst(SelectInst &SI) { in visitSelectInst() function in __anon8dfd27290b11::AggLoadStoreRewriter
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp292 void visitSelectInst(SelectInst &I);
867 void SCCPInstVisitor::visitSelectInst(SelectInst &I) { in visitSelectInst() function in SCCPInstVisitor
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp208 bool visitSelectInst(SelectInst &I);
1326 bool AMDGPUCodeGenPrepare::visitSelectInst(SelectInst &I) { in visitSelectInst() function in AMDGPUCodeGenPrepare
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp390 void visitSelectInst(SelectInst &SI);
1524 void SelectInstVisitor::visitSelectInst(SelectInst &SI) { in visitSelectInst() function in SelectInstVisitor
H A DDataFlowSanitizer.cpp790 void visitSelectInst(SelectInst &I);
2850 void DFSanVisitor::visitSelectInst(SelectInst &I) { in visitSelectInst() function in DFSanVisitor
H A DMemorySanitizer.cpp3899 void visitSelectInst(SelectInst& I) { in visitSelectInst() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h142 Instruction *visitSelectInst(SelectInst &SI);
H A DInstCombineSelect.cpp2626 Instruction *InstCombinerImpl::visitSelectInst(SelectInst &SI) { in visitSelectInst() function in InstCombinerImpl
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1242 void visitSelectInst(SelectInst &I) { in visitSelectInst() function
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DVerifier.cpp515 void visitSelectInst(SelectInst &SI);
2814 void Verifier::visitSelectInst(SelectInst &SI) { in visitSelectInst() function in Verifier