Home
last modified time | relevance | path

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

123

/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelDAGToDAG.cpp89 void R600DAGToDAGISel::Select(SDNode *N) { Select() function in R600DAGToDAGISel
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelDAGToDAG.cpp170 void ARCDAGToDAGISel::Select(SDNode *N) { Select() function in ARCDAGToDAGISel
/freebsd-src/contrib/llvm-project/lldb/source/Utility/
H A DSelectHelper.cpp93 lldb_private::Status SelectHelper::Select() { in Select() function in SelectHelper
/freebsd-src/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp140 void XCoreDAGToDAGISel::Select(SDNode *N) { Select() function in XCoreDAGToDAGISel
/freebsd-src/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelDAGToDAG.cpp250 void VEDAGToDAGISel::Select(SDNode *N) { Select() function in VEDAGToDAGISel
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp324 void SparcDAGToDAGISel::Select(SDNode *N) { Select() function in SparcDAGToDAGISel
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelDAGToDAG.cpp309 void LanaiDAGToDAGISel::Select(SDNode *Node) { Select() function in LanaiDAGToDAGISel
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelDAGToDAG.cpp114 void WebAssemblyDAGToDAGISel::Select(SDNode *Node) { Select() function in WebAssemblyDAGToDAGISel
H A DWebAssemblyFastISel.cpp910 const auto *Select = cast<SelectInst>(I); selectSelect() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp379 void MSP430DAGToDAGISel::Select(SDNode *Node) { Select() function in MSP430DAGToDAGISel
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h173 auto *Select = global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp634 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 DMipsISelDAGToDAG.cpp270 void MipsDAGToDAGISel::Select(SDNode *Node) { Select() function in MipsDAGToDAGISel
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp199 } else if (auto *Select = dyn_cast<SelectInst>(V)) { in getValueOnFirstIteration() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp545 void AVRDAGToDAGISel::Select(SDNode *N) { Select() function in AVRDAGToDAGISel
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp182 void BPFDAGToDAGISel::Select(SDNode *Node) { Select() function in BPFDAGToDAGISel
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h165 Select, enumerator
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp933 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 DLVOptions.h319 LVSelect Select; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelDAGToDAG.cpp661 void M68kDAGToDAGISel::Select(SDNode *Node) { Select() function in M68kDAGToDAGISel
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp599 auto Select = tryToRecognizeTableBasedCttz() local
/freebsd-src/contrib/sqlite3/
H A Dsqlite3.c15377 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 DCombinerHelper.cpp3451 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 DPPCISelDAGToDAG.cpp2801 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 DInstCombineAddSub.cpp1275 Value *X, *Select; canonicalizeCondSignextOfHighBitExtractToSignextHighBitExtract() local
2470 __anonf0822f780802(Value *Select, Value *OtherHandOfSub, auto SubBuilder) visitSub() argument
[all...]

123