Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
HDProvenanceAnalysis.h37 class SelectInst; variable
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDBasicAliasAnalysis.h31 class SelectInst; variable
HDMemoryBuiltins.h48 class SelectInst; variable
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/SandboxIR/
HDSandboxIR.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-14-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
HDJumpThreading.h43 class SelectInst; variable
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDControlHeightReduction.cpp664 DenseMap<SelectInst *, BranchProbability> &SelectBiasMap) { in checkBiasedSelect()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDSROA.cpp2679 SmallSetVector<SelectInst *, 8> &SelectUsers) in AllocaSliceRewriter()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
HDAArch64InstructionSelector.cpp1339 auto SelectInst = MIB.buildInstr(Opc, {Dst}, {True, False}).addImm(CC); in emitSelect() local