Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h258 SizeOffsetAPInt visitSelectInst(SelectInst &I);
336 SizeOffsetValue visitSelectInst(SelectInst &I);
/freebsd-14.2/contrib/llvm-project/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
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionSpecialization.h242 Constant *visitSelectInst(SelectInst &I);
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstVisitor.h189 RetTy visitSelectInst(SelectInst &I) { DELEGATE(Instruction);} in visitSelectInst() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp486 bool visitSelectInst(SelectInst &SI);
2361 bool CallAnalyzer::visitSelectInst(SelectInst &SI) { in visitSelectInst() function in CallAnalyzer
2383 return Base::visitSelectInst(SI); in visitSelectInst()
2397 return Base::visitSelectInst(SI); in visitSelectInst()
2414 return Base::visitSelectInst(SI); in visitSelectInst()
H A DMemoryBuiltins.cpp1025 SizeOffsetAPInt ObjectSizeOffsetVisitor::visitSelectInst(SelectInst &I) { in visitSelectInst() function in ObjectSizeOffsetVisitor
1252 SizeOffsetValue ObjectSizeOffsetEvaluator::visitSelectInst(SelectInst &I) { in visitSelectInst() function in ObjectSizeOffsetEvaluator
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp297 bool visitSelectInst(SelectInst &SI);
750 bool ScalarizerVisitor::visitSelectInst(SelectInst &SI) { in visitSelectInst() function in ScalarizerVisitor
H A DSROA.cpp1436 void visitSelectInst(SelectInst &SI) { visitPHINodeOrSelectInst(SI); } in visitSelectInst() function in AllocaSlices::SliceBuilder
3663 bool visitSelectInst(SelectInst &SI) { in visitSelectInst() function in __anonc3d49dbe0d11::AllocaSliceRewriter
4080 bool visitSelectInst(SelectInst &SI) { in visitSelectInst() function in __anonc3d49dbe0d11::AggLoadStoreRewriter
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp627 void visitSelectInst(SelectInst &I);
1363 void SCCPInstVisitor::visitSelectInst(SelectInst &I) { in visitSelectInst() function in SCCPInstVisitor
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp459 void visitSelectInst(SelectInst &SI);
1660 void SelectInstVisitor::visitSelectInst(SelectInst &SI) { in visitSelectInst() function in SelectInstVisitor
H A DDataFlowSanitizer.cpp818 void visitSelectInst(SelectInst &I);
2852 void DFSanVisitor::visitSelectInst(SelectInst &I) { in visitSelectInst() function in DFSanVisitor
H A DMemorySanitizer.cpp4429 void visitSelectInst(SelectInst &I) { in visitSelectInst() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h149 Instruction *visitSelectInst(SelectInst &SI);
H A DInstCombineSelect.cpp3363 Instruction *InstCombinerImpl::visitSelectInst(SelectInst &SI) { in visitSelectInst() function in InstCombinerImpl
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp423 Constant *InstCostVisitor::visitSelectInst(SelectInst &I) { in visitSelectInst() function in InstCostVisitor
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp311 bool visitSelectInst(SelectInst &I);
1679 bool AMDGPUCodeGenPrepareImpl::visitSelectInst(SelectInst &I) { in visitSelectInst() function in AMDGPUCodeGenPrepareImpl
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1465 void visitSelectInst(SelectInst &I) { in visitSelectInst() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp565 void visitSelectInst(SelectInst &SI);
3062 void Verifier::visitSelectInst(SelectInst &SI) { in visitSelectInst() function in Verifier