/external/llvm/lib/Target/BPF/ |
D | BPFISelDAGToDAG.cpp | 91 SDNode *BPFDAGToDAGISel::Select(SDNode *Node) { in Select() function in BPFDAGToDAGISel
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelDAGToDAG.cpp | 140 SDNode *SparcDAGToDAGISel::Select(SDNode *N) { in Select() function in SparcDAGToDAGISel
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/ |
D | EnumerableExtensions.cs | 166 …public static IEnumerable<TResult> Select<TSource, TResult>(IEnumerable<TSource> source, Func<TSou… in Select() method in Antlr.Runtime.JavaExtensions.EnumerableExtensions 177 …public static IEnumerable<TResult> Select<TSource, TResult>(IEnumerable<TSource> source, Func<TSou… in Select() method in Antlr.Runtime.JavaExtensions.EnumerableExtensions
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelDAGToDAG.cpp | 132 SDNode *XCoreDAGToDAGISel::Select(SDNode *N) { in Select() function in XCoreDAGToDAGISel
|
/external/v8/src/ |
D | scanner.h | 527 inline Token::Value Select(Token::Value tok) { in Select() function 532 inline Token::Value Select(uc32 next, Token::Value then, Token::Value else_) { in Select() function
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelDAGToDAG.cpp | 183 SDNode* MipsDAGToDAGISel::Select(SDNode *Node) { in Select() function in MipsDAGToDAGISel
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | AMDILISelDAGToDAG.cpp | 154 SDNode *AMDGPUDAGToDAGISel::Select(SDNode *N) { in Select() function in AMDGPUDAGToDAGISel
|
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-generated-actions.h | 420 static SelectedArgs Select(const ArgumentTuple& args) { in Select() function 434 static SelectedArgs Select(const ArgumentTuple& /* args */) { in Select() function 446 static SelectedArgs Select(const ArgumentTuple& args) { in Select() function 459 static SelectedArgs Select(const ArgumentTuple& args) { in Select() function 472 static SelectedArgs Select(const ArgumentTuple& args) { in Select() function 487 static SelectedArgs Select(const ArgumentTuple& args) { in Select() function 503 static SelectedArgs Select(const ArgumentTuple& args) { in Select() function 520 static SelectedArgs Select(const ArgumentTuple& args) { in Select() function 537 static SelectedArgs Select(const ArgumentTuple& args) { in Select() function 555 static SelectedArgs Select(const ArgumentTuple& args) { in Select() function [all …]
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelDAGToDAG.cpp | 379 SDNode *MSP430DAGToDAGISel::Select(SDNode *Node) { in Select() function in MSP430DAGToDAGISel
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_ListBox.cpp | 499 void CPWL_ListBox::Select(FX_INT32 nItemIndex) in Select() function in CPWL_ListBox
|
/external/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 114 Select, enumerator
|
/external/webp/src/dsp/ |
D | lossless_neon.c | 207 static WEBP_INLINE uint32_t Select(const uint32_t* const c0, in Select() function
|
D | lossless_sse2.c | 56 static WEBP_INLINE uint32_t Select(uint32_t a, uint32_t b, uint32_t c) { in Select() function
|
D | lossless.c | 468 static WEBP_INLINE uint32_t Select(uint32_t a, uint32_t b, uint32_t c) { in Select() function
|
/external/sqlite/dist/ |
D | sqlite3.c | 9317 typedef struct Select Select; typedef 12277 struct Select { struct 12286 u64 nSelectRow; /* Estimated number of result rows */ argument 12292 Select *pPrior; /* Prior select in a compound select statement */ argument 12293 Select *pNext; /* Next select to the left in a compound */ argument 12300 ** Allowed values for Select.selFlags. The "SF" prefix stands for argument
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 9317 typedef struct Select Select; typedef 12277 struct Select { struct 12286 u64 nSelectRow; /* Estimated number of result rows */ argument 12292 Select *pPrior; /* Prior select in a compound select statement */ argument 12293 Select *pNext; /* Next select to the left in a compound */ argument 12300 ** Allowed values for Select.selFlags. The "SF" prefix stands for argument
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 1820 SDNode *Select(SDNode *N, bool LateMask, unsigned *InstCnt = nullptr) { in Select() function in __anon7bd595e20411::BitPermutationSelector 1862 SDNode *Select(SDNode *N) { in Select() function in __anon7bd595e20411::BitPermutationSelector 2347 SDNode *PPCDAGToDAGISel::Select(SDNode *N) { in Select() function in PPCDAGToDAGISel
|
/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_list.cpp | 853 void CFX_ListCtrl::Select(FX_INT32 nItemIndex) in Select() function in CFX_ListCtrl
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXISelDAGToDAG.cpp | 106 SDNode *NVPTXDAGToDAGISel::Select(SDNode *N) { in Select() function in NVPTXDAGToDAGISel
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.ml | 202 | Select Constructor
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 1043 SDNode *SystemZDAGToDAGISel::Select(SDNode *Node) { in Select() function in SystemZDAGToDAGISel
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 2631 static bool SimplifySwitchOnSelect(SwitchInst *SI, SelectInst *Select) { in SimplifySwitchOnSelect() 3398 if (SelectInst *Select = dyn_cast<SelectInst>(I)) { in ConstantFold() local 4280 if (SelectInst *Select = dyn_cast<SelectInst>(Cond)) in SimplifySwitch() local
|
/external/llvm/lib/Target/R600/ |
D | AMDGPUISelDAGToDAG.cpp | 250 SDNode *AMDGPUDAGToDAGISel::Select(SDNode *N) { in Select() function in AMDGPUDAGToDAGISel
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelDAGToDAG.cpp | 1232 SDNode *HexagonDAGToDAGISel::Select(SDNode *N) { in Select() function in HexagonDAGToDAGISel
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/ |
D | fixture.py | 1198 class Select(Field): class
|