Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DProvenanceAnalysis.h37 class SelectInst; variable
/external/llvm/lib/Transforms/ObjCARC/
DProvenanceAnalysis.h35 class SelectInst; variable
/external/llvm-project/llvm/lib/Transforms/ObjCARC/
DProvenanceAnalysis.h37 class SelectInst; variable
/external/llvm-project/llvm/include/llvm/Transforms/Scalar/
DSROA.h32 class SelectInst; variable
DJumpThreading.h44 class SelectInst; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DSROA.h32 class SelectInst; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DBasicAliasAnalysis.h43 class SelectInst; variable
DMemoryBuiltins.h50 class SelectInst; variable
/external/llvm-project/llvm/include/llvm/Analysis/
DBasicAliasAnalysis.h41 class SelectInst; variable
DMemoryBuiltins.h49 class SelectInst; variable
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h69 class SelectInst; variable
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DControlHeightReduction.cpp694 DenseMap<SelectInst *, BranchProbability> &SelectBiasMap) { in checkBiasedSelect()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DControlHeightReduction.cpp700 DenseMap<SelectInst *, BranchProbability> &SelectBiasMap) { in checkBiasedSelect()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSROA.cpp2323 SmallSetVector<SelectInst *, 8> &SelectUsers) in AllocaSliceRewriter()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DSROA.cpp2343 SmallSetVector<SelectInst *, 8> &SelectUsers) in AllocaSliceRewriter()
/external/llvm-project/llvm/lib/Target/AArch64/GISel/
DAArch64InstructionSelector.cpp1175 auto SelectInst = MIB.buildInstr(Opc, {Dst}, {True, False}).addImm(CC); in emitSelect() local