Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDMemoryBuiltins.cpp1025 SizeOffsetAPInt ObjectSizeOffsetVisitor::visitSelectInst(SelectInst &I) { in visitSelectInst() function in ObjectSizeOffsetVisitor
1252 SizeOffsetValue ObjectSizeOffsetEvaluator::visitSelectInst(SelectInst &I) { in visitSelectInst() function in ObjectSizeOffsetEvaluator
HDInlineCost.cpp2369 bool CallAnalyzer::visitSelectInst(SelectInst &SI) { in visitSelectInst() function in CallAnalyzer
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDInstVisitor.h189 RetTy visitSelectInst(SelectInst &I) { DELEGATE(Instruction);} in visitSelectInst() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDFunctionSpecialization.cpp423 Constant *InstCostVisitor::visitSelectInst(SelectInst &I) { in visitSelectInst() function in InstCostVisitor
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDSROA.cpp1389 void visitSelectInst(SelectInst &SI) { visitPHINodeOrSelectInst(SI); } in visitSelectInst() function in AllocaSlices::SliceBuilder
3630 bool visitSelectInst(SelectInst &SI) { in visitSelectInst() function in __anoncd978ca10d11::AllocaSliceRewriter
4121 bool visitSelectInst(SelectInst &SI) { in visitSelectInst() function in __anoncd978ca10d11::AggLoadStoreRewriter
HDScalarizer.cpp750 bool ScalarizerVisitor::visitSelectInst(SelectInst &SI) { in visitSelectInst() function in ScalarizerVisitor
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPULowerBufferFatPointers.cpp1491 PtrParts SplitPtrStructs::visitSelectInst(SelectInst &SI) { in visitSelectInst() function in SplitPtrStructs
HDAMDGPUCodeGenPrepare.cpp1687 bool AMDGPUCodeGenPrepareImpl::visitSelectInst(SelectInst &I) { in visitSelectInst() function in AMDGPUCodeGenPrepareImpl
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDSCCPSolver.cpp1401 void SCCPInstVisitor::visitSelectInst(SelectInst &I) { in visitSelectInst() function in SCCPInstVisitor
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
HDExecution.cpp825 void Interpreter::visitSelectInst(SelectInst &I) { in visitSelectInst() function in Interpreter
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDPGOInstrumentation.cpp1720 void SelectInstVisitor::visitSelectInst(SelectInst &SI) { in visitSelectInst() function in SelectInstVisitor
HDDataFlowSanitizer.cpp2866 void DFSanVisitor::visitSelectInst(SelectInst &I) { in visitSelectInst() function in DFSanVisitor
HDMemorySanitizer.cpp4683 void visitSelectInst(SelectInst &I) { in visitSelectInst() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
HDCoroFrame.cpp1474 void visitSelectInst(SelectInst &I) { in visitSelectInst() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineSelect.cpp3584 Instruction *InstCombinerImpl::visitSelectInst(SelectInst &SI) { in visitSelectInst() function in InstCombinerImpl
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDVerifier.cpp3193 void Verifier::visitSelectInst(SelectInst &SI) { in visitSelectInst() function in Verifier