Searched refs:Select (Results 1 - 25 of 120) sorted by relevance

12345

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelDAGToDAG.cpp44 void Select(SDNode *N) override;
55 void VEDAGToDAGISel::Select(SDNode *N) { function in class:VEDAGToDAGISel
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DSelectHelper.h25 // Call SetTimeout() before calling SelectHelper::Select() to set the timeout
27 // SelectHelper::Select() without having to worry about the absolute timeout
31 // Call the FDSet*() functions before calling SelectHelper::Select() to set
39 // Call the FDIsSet*() functions after calling SelectHelper::Select() to
50 lldb_private::Status Select();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp457 /// Returns true if the instruction is a Select(ICmp(X, Y), X, Y) instruction
465 SelectInst *Select = nullptr; local
470 if (!Cmp->hasOneUse() || !(Select = dyn_cast<SelectInst>(*I->user_begin())))
472 return InstDesc(Select, Prev.getMinMaxKind());
476 if (!(Select = dyn_cast<SelectInst>(I)))
488 if (m_UMin(m_Value(CmpLeft), m_Value(CmpRight)).match(Select))
489 return InstDesc(Select, MRK_UIntMin);
490 else if (m_UMax(m_Value(CmpLeft), m_Value(CmpRight)).match(Select))
491 return InstDesc(Select, MRK_UIntMax);
492 else if (m_SMax(m_Value(CmpLeft), m_Value(CmpRight)).match(Select))
[all...]
H A DCaptureTracking.cpp344 case Instruction::Select:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.h58 void Select(SDNode *N) override;
/freebsd-11-stable/usr.sbin/bsdinstall/scripts/
H A Dwlanconfig114 prompt="Select your regdomain."
131 prompt="Select your country."
220 prompt="Select a wireless network to connect to."
242 prompt="Select encryption type"
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelDAGToDAG.cpp44 void Select(SDNode *N) override;
169 void ARCDAGToDAGISel::Select(SDNode *N) { function in class:ARCDAGToDAGISel
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h155 Select, enumerator in enum:llvm::MCID::Flag
349 bool isSelect() const { return Flags & (1ULL << MCID::Select); }
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DPipePosix.cpp271 error = select_helper.Select();
302 error = select_helper.Select();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp47 void Select(SDNode *Node) override;
98 void RISCVDAGToDAGISel::Select(SDNode *Node) { function in class:RISCVDAGToDAGISel
169 // Select the default instruction.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelDAGToDAG.cpp64 void Select(SDNode *Node) override;
77 void WebAssemblyDAGToDAGISel::Select(SDNode *Node) { function in class:WebAssemblyDAGToDAGISel
214 // Select the default instruction.
H A DWebAssemblyFastISel.cpp888 const auto *Select = cast<SelectInst>(I); local
891 unsigned CondReg = getRegForI1Value(Select->getCondition(), Not);
895 unsigned TrueReg = getRegForValue(Select->getTrueValue());
899 unsigned FalseReg = getRegForValue(Select->getFalseValue());
908 switch (getSimpleType(Select->getType())) {
942 updateValueMap(Select, ResultReg);
1366 case Instruction::Select:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.h97 /// Select constant vector splats.
100 /// Select constant vector splats whose value fits in a uimm1.
102 /// Select constant vector splats whose value fits in a uimm2.
104 /// Select constant vector splats whose value fits in a uimm3.
106 /// Select constant vector splats whose value fits in a uimm4.
108 /// Select constant vector splats whose value fits in a uimm5.
110 /// Select constant vector splats whose value fits in a uimm6.
112 /// Select constant vector splats whose value fits in a uimm8.
114 /// Select constant vector splats whose value fits in a simm5.
116 /// Select constan
[all...]
H A DMipsISelDAGToDAG.cpp265 /// Select instructions not customized! Used for
267 void MipsDAGToDAGISel::Select(SDNode *Node) { function in class:MipsDAGToDAGISel
306 // Select the default instruction
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelDAGToDAG.cpp70 void Select(SDNode *N) override;
270 // Select instructions not customized! Used for
272 void LanaiDAGToDAGISel::Select(SDNode *Node) { function in class:LanaiDAGToDAGISel
311 // Select the default instruction
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp44 void Select(SDNode *N) override;
132 void XCoreDAGToDAGISel::Select(SDNode *N) { function in class:XCoreDAGToDAGISel
/freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp737 CASE(Select);
1049 SelectPiece *Select = New<SelectPiece>(MT_Select); local
1052 Select->Options.push_back(parseDiagText(Text, true));
1057 Select->Index = parseModifier(Text);
1058 Parsed.push_back(Select);
1121 SelectPiece *Select = New<SelectPiece>(ModType); local
1122 Select->Options.push_back(New<TextPiece>(""));
1123 Select->Options.push_back(New<TextPiece>("s", "diagtext"));
1124 Select->Index = parseModifier(Text);
1125 Parsed.push_back(Select);
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp233 case Instruction::Select:
255 case Instruction::Select:
491 case Instruction::Select:
524 if (CE->getOpcode() == Instruction::Select) {
703 if (Op.getOpcode() == Instruction::Select) {
H A DSpeculativeExecution.cpp220 case Instruction::Select:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp113 void Select(SDNode *N) override;
377 void MSP430DAGToDAGISel::Select(SDNode *Node) { function in class:MSP430DAGToDAGISel
458 // Select the default instruction
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp43 void Select(SDNode *N) override;
322 void SparcDAGToDAGISel::Select(SDNode *N) { function in class:SparcDAGToDAGISel
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h92 virtual void Select(SDNode *N) = 0;
94 /// SelectInlineAsmMemoryOperand - Select the specified address as a target
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DSelectHelper.cpp93 lldb_private::Status SelectHelper::Select() { function in class:SelectHelper
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.h56 void Select(SDNode *N) override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp50 void Select(SDNode *N) override;
516 void AVRDAGToDAGISel::Select(SDNode *N) { function in class:llvm::AVRDAGToDAGISel
528 // Select the default instruction

Completed in 269 milliseconds

12345