/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600ISelDAGToDAG.cpp | 89 void R600DAGToDAGISel::Select(SDNode *N) { Select() function in R600DAGToDAGISel
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARC/ |
H A D | ARCISelDAGToDAG.cpp | 170 void ARCDAGToDAGISel::Select(SDNode *N) { Select() function in ARCDAGToDAGISel
|
/freebsd-src/contrib/llvm-project/lldb/source/Utility/ |
H A D | SelectHelper.cpp | 93 lldb_private::Status SelectHelper::Select() { in Select() function in SelectHelper
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreISelDAGToDAG.cpp | 140 void XCoreDAGToDAGISel::Select(SDNode *N) { Select() function in XCoreDAGToDAGISel
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEISelDAGToDAG.cpp | 250 void VEDAGToDAGISel::Select(SDNode *N) { Select() function in VEDAGToDAGISel
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcISelDAGToDAG.cpp | 324 void SparcDAGToDAGISel::Select(SDNode *N) { Select() function in SparcDAGToDAGISel
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiISelDAGToDAG.cpp | 309 void LanaiDAGToDAGISel::Select(SDNode *Node) { Select() function in LanaiDAGToDAGISel
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelDAGToDAG.cpp | 114 void WebAssemblyDAGToDAGISel::Select(SDNode *Node) { Select() function in WebAssemblyDAGToDAGISel
|
H A D | WebAssemblyFastISel.cpp | 910 const auto *Select = cast<SelectInst>(I); selectSelect() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/MSP430/ |
H A D | MSP430ISelDAGToDAG.cpp | 379 void MSP430DAGToDAGISel::Select(SDNode *Node) { Select() function in MSP430DAGToDAGISel
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorizationPlanner.h | 173 auto *Select = global() variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | IVDescriptors.cpp | 634 if (auto *Select = dyn_cast<SelectInst>(*I->user_begin())) in isAnyOfPattern() local 675 return InstDesc(Select, Prev.getRecKind()); in isMinMaxPattern() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsISelDAGToDAG.cpp | 270 void MipsDAGToDAGISel::Select(SDNode *Node) { Select() function in MipsDAGToDAGISel
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopDeletion.cpp | 199 } else if (auto *Select = dyn_cast<SelectInst>(V)) { in getValueOnFirstIteration() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRISelDAGToDAG.cpp | 545 void AVRDAGToDAGISel::Select(SDNode *N) { Select() function in AVRDAGToDAGISel
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFISelDAGToDAG.cpp | 182 void BPFDAGToDAGISel::Select(SDNode *Node) { Select() function in BPFDAGToDAGISel
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCInstrDesc.h | 165 Select, enumerator
|
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangDiagnosticsEmitter.cpp | 933 VisitSelect(&Select); in VisitDiff() local 1077 SelectPiece *Select = New<SelectPiece>(MT_Select); parseDiagText() local 1152 SelectPiece *Select = New<SelectPiece>(ModType); parseDiagText() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVOptions.h | 319 LVSelect Select; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kISelDAGToDAG.cpp | 661 void M68kDAGToDAGISel::Select(SDNode *Node) { Select() function in M68kDAGToDAGISel
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ |
H A D | AggressiveInstCombine.cpp | 599 auto Select = tryToRecognizeTableBasedCttz() local
|
/freebsd-src/contrib/sqlite3/ |
H A D | sqlite3.c | 15377 typedef struct Select Select; typedef 19500 struct Select { struct 19502 nSelectRowSelect global() argument 19513 pPriorSelect global() argument 19514 pNextSelect global() argument 19524 pWinDefnSelect global() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 3451 MachineInstr *Select = MRI.getVRegDef(LHS); matchFoldBinOpIntoSelect() local 3505 MachineInstr *Select = MRI.getVRegDef(MI.getOperand(SelectOperand).getReg()); applyFoldBinOpIntoSelect() local 6350 tryFoldSelectOfConstants(GSelect * Select,BuildFnTy & MatchInfo) tryFoldSelectOfConstants() argument 6479 tryFoldBoolSelectToLogic(GSelect * Select,BuildFnTy & MatchInfo) tryFoldBoolSelectToLogic() argument 6556 tryFoldSelectToIntMinMax(GSelect * Select,BuildFnTy & MatchInfo) tryFoldSelectToIntMinMax() argument 6641 GSelect *Select = cast<GSelect>(&MI); matchSelect() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 2801 SDNode *Select(SDNode *N, bool LateMask, unsigned *InstCnt = nullptr) { Select() function in __anon46556cd20711::BitPermutationSelector 2847 SDNode *Select(SDNode *N) { Select() function in __anon46556cd20711::BitPermutationSelector 2943 SDNode *Select(SDNode *N) { Select() function in __anon46556cd20711::IntegerCompareEliminator 5232 void PPCDAGToDAGISel::Select(SDNode *N) { Select() function in PPCDAGToDAGISel [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAddSub.cpp | 1275 Value *X, *Select; canonicalizeCondSignextOfHighBitExtractToSignextHighBitExtract() local 2470 __anonf0822f780802(Value *Select, Value *OtherHandOfSub, auto SubBuilder) visitSub() argument [all...] |