Home
last modified time | relevance | path

Searched defs:visitSelectInst (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
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
H A DInlineCost.cpp2369 bool CallAnalyzer::visitSelectInst(SelectInst &SI) { in visitSelectInst() function in CallAnalyzer
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstVisitor.h189 RetTy visitSelectInst(SelectInst &I) { DELEGATE(Instruction);} in visitSelectInst() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp423 Constant *InstCostVisitor::visitSelectInst(SelectInst &I) { in visitSelectInst() function in InstCostVisitor
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1389 void visitSelectInst(SelectInst &SI) { visitPHINodeOrSelectInst(SI); } in visitSelectInst() function in AllocaSlices::SliceBuilder
3630 bool visitSelectInst(SelectInst &SI) { in visitSelectInst() function in __anondf5662880d11::AllocaSliceRewriter
4121 bool visitSelectInst(SelectInst &SI) { in visitSelectInst() function in __anondf5662880d11::AggLoadStoreRewriter
H A DScalarizer.cpp750 bool ScalarizerVisitor::visitSelectInst(SelectInst &SI) { in visitSelectInst() function in ScalarizerVisitor
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp1491 PtrParts SplitPtrStructs::visitSelectInst(SelectInst &SI) { in visitSelectInst() function in SplitPtrStructs
H A DAMDGPUCodeGenPrepare.cpp1687 bool AMDGPUCodeGenPrepareImpl::visitSelectInst(SelectInst &I) { in visitSelectInst() function in AMDGPUCodeGenPrepareImpl
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp1401 void SCCPInstVisitor::visitSelectInst(SelectInst &I) { in visitSelectInst() function in SCCPInstVisitor
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp825 void Interpreter::visitSelectInst(SelectInst &I) { in visitSelectInst() function in Interpreter
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1720 void SelectInstVisitor::visitSelectInst(SelectInst &SI) { in visitSelectInst() function in SelectInstVisitor
H A DDataFlowSanitizer.cpp2866 void DFSanVisitor::visitSelectInst(SelectInst &I) { in visitSelectInst() function in DFSanVisitor
H A DMemorySanitizer.cpp4683 void visitSelectInst(SelectInst &I) { in visitSelectInst() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1474 void visitSelectInst(SelectInst &I) { in visitSelectInst() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp3584 Instruction *InstCombinerImpl::visitSelectInst(SelectInst &SI) { in visitSelectInst() function in InstCombinerImpl
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp3193 void Verifier::visitSelectInst(SelectInst &SI) { in visitSelectInst() function in Verifier