Home
last modified time | relevance | path

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

/freebsd-src/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.cpp2361 bool CallAnalyzer::visitSelectInst(SelectInst &SI) { visitSelectInst() function in CallAnalyzer
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstVisitor.h189 RetTy visitSelectInst(SelectInst &I) { DELEGATE(Instruction);} in visitSelectInst() function
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp423 Constant *InstCostVisitor::visitSelectInst(SelectInst &I) { in visitSelectInst() function in InstCostVisitor
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1436 void visitSelectInst(SelectInst &SI) { visitPHINodeOrSelectInst(SI); } visitSelectInst() function in AllocaSlices::SliceBuilder
3663 bool visitSelectInst(SelectInst &SI) { visitSelectInst() function in __anon971df9da0d11::AllocaSliceRewriter
4080 bool visitSelectInst(SelectInst &SI) { visitSelectInst() function in __anon971df9da0d11::AggLoadStoreRewriter
H A DScalarizer.cpp750 bool ScalarizerVisitor::visitSelectInst(SelectInst &SI) { in visitSelectInst() function in ScalarizerVisitor
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp1363 void SCCPInstVisitor::visitSelectInst(SelectInst &I) { visitSelectInst() function in SCCPInstVisitor
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp1679 bool AMDGPUCodeGenPrepareImpl::visitSelectInst(SelectInst &I) { visitSelectInst() function in AMDGPUCodeGenPrepareImpl
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1660 void SelectInstVisitor::visitSelectInst(SelectInst &SI) { visitSelectInst() function in SelectInstVisitor
H A DDataFlowSanitizer.cpp2852 void DFSanVisitor::visitSelectInst(SelectInst &I) { visitSelectInst() function in DFSanVisitor
H A DMemorySanitizer.cpp4429 void visitSelectInst(SelectInst &I) { visitSelectInst() function
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp861 void Interpreter::visitSelectInst(SelectInst &I) { visitSelectInst() function in Interpreter
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp3363 Instruction *InstCombinerImpl::visitSelectInst(SelectInst &SI) { visitSelectInst() function in InstCombinerImpl
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1465 void visitSelectInst(SelectInst &I) { visitSelectInst() function
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp3062 void Verifier::visitSelectInst(SelectInst &SI) { visitSelectInst() function in Verifier