| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | R600ISelDAGToDAG.cpp | 89 void R600DAGToDAGISel::Select(SDNode *N) { in Select() function in R600DAGToDAGISel
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARC/ |
| H A D | ARCISelDAGToDAG.cpp | 170 void ARCDAGToDAGISel::Select(SDNode *N) { in Select() function in ARCDAGToDAGISel
|
| /openbsd-src/gnu/llvm/lldb/source/Utility/ |
| H A D | SelectHelper.cpp | 93 lldb_private::Status SelectHelper::Select() { in Select() function in SelectHelper
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/XCore/ |
| H A D | XCoreISelDAGToDAG.cpp | 139 void XCoreDAGToDAGISel::Select(SDNode *N) { in Select() function in XCoreDAGToDAGISel
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/VE/ |
| H A D | VEISelDAGToDAG.cpp | 250 void VEDAGToDAGISel::Select(SDNode *N) { in Select() function in VEDAGToDAGISel
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/ |
| H A D | LanaiISelDAGToDAG.cpp | 276 void LanaiDAGToDAGISel::Select(SDNode *Node) { in Select() function in LanaiDAGToDAGISel
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/ |
| H A D | SparcISelDAGToDAG.cpp | 328 void SparcDAGToDAGISel::Select(SDNode *N) { in Select() function in SparcDAGToDAGISel
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelDAGToDAG.cpp | 113 void WebAssemblyDAGToDAGISel::Select(SDNode *Node) { in Select() function in WebAssemblyDAGToDAGISel
|
| H A D | WebAssemblyFastISel.cpp | 910 const auto *Select = cast<SelectInst>(I); in selectSelect() local
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelDAGToDAG.cpp | 379 void MSP430DAGToDAGISel::Select(SDNode *Node) { in Select() function in MSP430DAGToDAGISel
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | IVDescriptors.cpp | 638 if (auto *Select = dyn_cast<SelectInst>(*I->user_begin())) in isSelectCmpPattern() local 679 if (auto *Select = dyn_cast<SelectInst>(*I->user_begin())) in isMinMaxPattern() local
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsISelDAGToDAG.cpp | 268 void MipsDAGToDAGISel::Select(SDNode *Node) { in Select() function in MipsDAGToDAGISel
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | LoopDeletion.cpp | 201 } else if (auto *Select = dyn_cast<SelectInst>(V)) { in getValueOnFirstIteration() local
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AVR/ |
| H A D | AVRISelDAGToDAG.cpp | 541 void AVRDAGToDAGISel::Select(SDNode *N) { in Select() function in AVRDAGToDAGISel
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | MCInstrDesc.h | 165 Select, enumerator
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/BPF/ |
| H A D | BPFISelDAGToDAG.cpp | 182 void BPFDAGToDAGISel::Select(SDNode *Node) { in Select() function in BPFDAGToDAGISel
|
| /openbsd-src/gnu/llvm/clang/utils/TableGen/ |
| H A D | ClangDiagnosticsEmitter.cpp | 925 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
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/M68k/ |
| H A D | M68kISelDAGToDAG.cpp | 650 void M68kDAGToDAGISel::Select(SDNode *Node) { in Select() function in M68kDAGToDAGISel
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/AggressiveInstCombine/ |
| H A D | AggressiveInstCombine.cpp | 594 auto Select = in tryToRecognizeTableBasedCttz() local
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVOptions.h | 319 LVSelect Select; variable
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelDAGToDAG.cpp | 2633 SDNode *Select(SDNode *N, bool LateMask, unsigned *InstCnt = nullptr) { in Select() function in __anon80d47ed70611::BitPermutationSelector 2679 SDNode *Select(SDNode *N) { in Select() function in __anon80d47ed70611::BitPermutationSelector 2775 SDNode *Select(SDNode *N) { in Select() function in __anon80d47ed70611::IntegerCompareEliminator 5040 void PPCDAGToDAGISel::Select(SDNode *N) { in Select() function in PPCDAGToDAGISel
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineAddSub.cpp | 1171 Value *X, *Select; in canonicalizeCondSignextOfHighBitExtractToSignextHighBitExtract() local 2221 auto SubBuilder) -> Instruction * { in visitSub()
|
| H A D | InstCombineSelect.cpp | 2217 if (auto *Select = dyn_cast<SelectInst>(SI.user_back())) in foldSelectCmpXchg() local 3455 if (Instruction *Select = foldSelectBinOpIdentity(SI, TLI, *this)) in visitSelectInst() local
|
| /openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.ml | 231 | Select Constructor
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelDAGToDAG.cpp | 82 void NVPTXDAGToDAGISel::Select(SDNode *N) { in Select() function in NVPTXDAGToDAGISel
|