Home
last modified time | relevance | path

Searched defs:Select (Results 1 – 21 of 21) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp141 SDNode *SparcDAGToDAGISel::Select(SDNode *N) { in Select() function in SparcDAGToDAGISel
/minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp134 SDNode *XCoreDAGToDAGISel::Select(SDNode *N) { in Select() function in XCoreDAGToDAGISel
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp177 SDNode* MipsDAGToDAGISel::Select(SDNode *Node) { in Select() function in MipsDAGToDAGISel
/minix3/external/bsd/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp384 SDNode *MSP430DAGToDAGISel::Select(SDNode *Node) { in Select() function in MSP430DAGToDAGISel
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCInstrDesc.h114 Select, enumerator
/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3.c8666 typedef struct Select Select; typedef
11483 struct Select { struct
11489 u64 nSelectRow; /* Estimated number of result rows */ argument
11495 Select *pPrior; /* Prior select in a compound select statement */ argument
11496 Select *pNext; /* Next select to the left in a compound */ argument
11497 Select *pRightmost; /* Right-most select in a compound select statement */ argument
11504 ** Allowed values for Select.selFlags. The "SF" prefix stands for argument
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1833 SDNode *Select(SDNode *N, bool LateMask, unsigned *InstCnt = nullptr) { in Select() function in __anond054b1730411::BitPermutationSelector
1875 SDNode *Select(SDNode *N) { in Select() function in __anond054b1730411::BitPermutationSelector
2343 SDNode *PPCDAGToDAGISel::Select(SDNode *N) { in Select() function in PPCDAGToDAGISel
/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp107 SDNode *NVPTXDAGToDAGISel::Select(SDNode *N) { in Select() function in NVPTXDAGToDAGISel
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.ml202 | Select Constructor
H A Dllvm.mli260 | Select Constructor
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DAMDGPUISelDAGToDAG.cpp240 SDNode *AMDGPUDAGToDAGISel::Select(SDNode *N) { in Select() function in AMDGPUDAGToDAGISel
/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1034 SDNode *SystemZDAGToDAGISel::Select(SDNode *Node) { in Select() function in SystemZDAGToDAGISel
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2652 static bool SimplifySwitchOnSelect(SwitchInst *SI, SelectInst *Select) { in SimplifySwitchOnSelect()
3432 if (SelectInst *Select = dyn_cast<SelectInst>(I)) { in ConstantFold() local
4323 if (SelectInst *Select = dyn_cast<SelectInst>(Cond)) in SimplifySwitch() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1347 SDNode *HexagonDAGToDAGISel::Select(SDNode *N) { in Select() function in HexagonDAGToDAGISel
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2064 SDNode *X86DAGToDAGISel::Select(SDNode *Node) { in Select() function in X86DAGToDAGISel
H A DX86ISelLowering.cpp6453 SDValue Select; in LowerBUILD_VECTORvXi1() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp2105 SDNode *AArch64DAGToDAGISel::Select(SDNode *Node) { in Select() function in AArch64DAGToDAGISel
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2696 Value *Select = Builder.CreateSelect(Cmp, Left, Right, "rdx.minmax.select"); in createMinMaxOp() local
5205 SelectInst *Select = nullptr; in isMinMaxSelectCmpPattern() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2420 SDNode *ARMDAGToDAGISel::Select(SDNode *N) { in Select() function in ARMDAGToDAGISel
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go224 Select Opcode = C.LLVMSelect const
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp249 constexpr auto Select(int n) -> int (*)(int) { in Select() function