Home
last modified time | relevance | path

Searched defs:SelectInst (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DProvenanceAnalysis.h37 class SelectInst; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBasicAliasAnalysis.h32 class SelectInst; global() variable
H A DMemoryBuiltins.h48 class SelectInst; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DSandboxIR.h78 class SelectInst; variable
181 friend class SelectInst; // For getting `Val`. variable
506 friend class SelectInst; // For getTopmostLLVMInstruction(). variable
577 SelectInst(llvm::SelectInst *CI, Context &Ctx) in SelectInst() function
872 friend SelectInst; // For createSelectInst() variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DSROA.h38 class SelectInst; global() variable
H A DJumpThreading.h43 class SelectInst; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp664 DenseMap<SelectInst *, BranchProbability> &SelectBiasMap) { in checkBiasedSelect()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2679 SmallSetVector<SelectInst *, 8> &SelectUsers) in AllocaSliceRewriter()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp1339 auto SelectInst = MIB.buildInstr(Opc, {Dst}, {True, False}).addImm(CC); in emitSelect() local