Searched defs:SelectInst (Results 1 – 7 of 7) sorted by relevance
/llvm-project/llvm/lib/Transforms/ObjCARC/ |
H A D | ProvenanceAnalysis.h | 37 class SelectInst; variable
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | BasicAliasAnalysis.h | 31 class SelectInst; variable
|
H A D | MemoryBuiltins.h | 48 class SelectInst; global() variable
|
/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | JumpThreading.h | 43 class SelectInst; variable
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | ControlHeightReduction.cpp | 664 checkBiasedSelect(SelectInst * SI,Region * R,DenseSet<SelectInst * > & TrueBiasedSelectsGlobal,DenseSet<SelectInst * > & FalseBiasedSelectsGlobal,DenseMap<SelectInst *,BranchProbability> & SelectBiasMap) checkBiasedSelect() argument [all...] |
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 2679 AllocaSliceRewriter(const DataLayout & DL,AllocaSlices & AS,SROA & Pass,AllocaInst & OldAI,AllocaInst & NewAI,uint64_t NewAllocaBeginOffset,uint64_t NewAllocaEndOffset,bool IsIntegerPromotable,VectorType * PromotableVecTy,SmallSetVector<PHINode *,8> & PHIUsers,SmallSetVector<SelectInst *,8> & SelectUsers) AllocaSliceRewriter() argument [all...] |
/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 1334 auto SelectInst = MIB.buildInstr(Opc, {Dst}, {True, False}).addImm(CC); emitSelect() local
|