Home
last modified time | relevance | path

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

123

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/util/
H A Dtypeinfo.d187 private template Select(bool cond, T, U) in Select() function
189 static if (cond) alias Select = T; in Select() local
190 else alias Select = U; in Select() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelDAGToDAG.cpp72 void WebAssemblyDAGToDAGISel::Select(SDNode *Node) { in Select() function in WebAssemblyDAGToDAGISel
H A DWebAssemblyFastISel.cpp909 const auto *Select = cast<SelectInst>(I); in selectSelect() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
H A DARCISelDAGToDAG.cpp169 void ARCDAGToDAGISel::Select(SDNode *N) { in Select() function in ARCDAGToDAGISel
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp132 void XCoreDAGToDAGISel::Select(SDNode *N) { in Select() function in XCoreDAGToDAGISel
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEISelDAGToDAG.cpp330 void VEDAGToDAGISel::Select(SDNode *N) { in Select() function in VEDAGToDAGISel
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiISelDAGToDAG.cpp272 void LanaiDAGToDAGISel::Select(SDNode *Node) { in Select() function in LanaiDAGToDAGISel
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp322 void SparcDAGToDAGISel::Select(SDNode *N) { in Select() function in SparcDAGToDAGISel
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp377 void MSP430DAGToDAGISel::Select(SDNode *Node) { in Select() function in MSP430DAGToDAGISel
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp267 void MipsDAGToDAGISel::Select(SDNode *Node) { in Select() function in MipsDAGToDAGISel
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp513 void AVRDAGToDAGISel::Select(SDNode *N) { in Select() function in llvm::AVRDAGToDAGISel
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp180 void BPFDAGToDAGISel::Select(SDNode *Node) { in Select() function in BPFDAGToDAGISel
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCInstrDesc.h162 Select, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp925 SelectPiece Select(MT_Diff); in VisitDiff() local
1069 SelectPiece *Select = New<SelectPiece>(MT_Select); in parseDiagText() local
1144 SelectPiece *Select = New<SelectPiece>(ModType); in parseDiagText() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kISelDAGToDAG.cpp616 void M68kDAGToDAGISel::Select(SDNode *Node) { in Select() function in M68kDAGToDAGISel
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DIVDescriptors.cpp518 if (auto *Select = dyn_cast<SelectInst>(*I->user_begin())) in isMinMaxSelectCmpPattern() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1159 Value *X, *Select; in canonicalizeCondSignextOfHighBitExtractToSignextHighBitExtract() local
1979 auto SubBuilder) -> Instruction * { in visitSub()
H A DInstCombineSelect.cpp2119 if (auto *Select = dyn_cast<SelectInst>(SI.user_back())) in foldSelectCmpXchg() local
3161 if (Instruction *Select = foldSelectBinOpIdentity(SI, TLI, *this)) in visitSelectInst() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2615 SDNode *Select(SDNode *N, bool LateMask, unsigned *InstCnt = nullptr) { in Select() function in __anon516d030b0611::BitPermutationSelector
2661 SDNode *Select(SDNode *N) { in Select() function in __anon516d030b0611::BitPermutationSelector
2757 SDNode *Select(SDNode *N) { in Select() function in __anon516d030b0611::IntegerCompareEliminator
4957 void PPCDAGToDAGISel::Select(SDNode *N) { in Select() function in PPCDAGToDAGISel
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c15331 typedef struct Select Select; typedef
19432 struct Select { struct
19434 LogEst nSelectRow; /* Estimated number of result rows */ argument
19445 Select *pPrior; /* Prior select in a compound select statement */ argument
19446 Select *pNext; /* Next select to the left in a compound */ argument
19456 ** Allowed values for Select.selFlags. The "SF" prefix stands for argument
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.ml231 | Select Constructor
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp77 void NVPTXDAGToDAGISel::Select(SDNode *N) { in Select() function in NVPTXDAGToDAGISel
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp702 void AMDGPUDAGToDAGISel::Select(SDNode *N) { in Select() function in AMDGPUDAGToDAGISel
3067 void R600DAGToDAGISel::Select(SDNode *N) { in Select() function in R600DAGToDAGISel
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp365 void RISCVDAGToDAGISel::Select(SDNode *Node) { in Select() function in RISCVDAGToDAGISel
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4008 SelectInst *Select) { in SimplifySwitchOnSelect()
5214 if (SelectInst *Select = dyn_cast<SelectInst>(I)) { in ConstantFold() local
6254 if (SelectInst *Select = dyn_cast<SelectInst>(Cond)) in simplifySwitch() local

123