Home
last modified time | relevance | path

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

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/VE/
HDVEISelDAGToDAG.cpp55 void VEDAGToDAGISel::Select(SDNode *N) { in Select() function in VEDAGToDAGISel
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyISelDAGToDAG.cpp77 void WebAssemblyDAGToDAGISel::Select(SDNode *Node) { in Select() function in WebAssemblyDAGToDAGISel
HDWebAssemblyFastISel.cpp888 const auto *Select = cast<SelectInst>(I); in selectSelect() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/
HDARCISelDAGToDAG.cpp169 void ARCDAGToDAGISel::Select(SDNode *N) { in Select() function in ARCDAGToDAGISel
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
HDSelectHelper.cpp93 lldb_private::Status SelectHelper::Select() { in Select() function in SelectHelper
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVISelDAGToDAG.cpp98 void RISCVDAGToDAGISel::Select(SDNode *Node) { in Select() function in RISCVDAGToDAGISel
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
HDXCoreISelDAGToDAG.cpp132 void XCoreDAGToDAGISel::Select(SDNode *N) { in Select() function in XCoreDAGToDAGISel
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
HDLanaiISelDAGToDAG.cpp272 void LanaiDAGToDAGISel::Select(SDNode *Node) { in Select() function in LanaiDAGToDAGISel
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
HDSparcISelDAGToDAG.cpp322 void SparcDAGToDAGISel::Select(SDNode *N) { in Select() function in SparcDAGToDAGISel
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
HDMSP430ISelDAGToDAG.cpp377 void MSP430DAGToDAGISel::Select(SDNode *Node) { in Select() function in MSP430DAGToDAGISel
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsISelDAGToDAG.cpp267 void MipsDAGToDAGISel::Select(SDNode *Node) { in Select() function in MipsDAGToDAGISel
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
HDAVRISelDAGToDAG.cpp516 void AVRDAGToDAGISel::Select(SDNode *N) { in Select() function in llvm::AVRDAGToDAGISel
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
HDBPFISelDAGToDAG.cpp180 void BPFDAGToDAGISel::Select(SDNode *Node) { in Select() function in BPFDAGToDAGISel
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCInstrDesc.h155 Select, enumerator
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineSelect.cpp2081 if (auto *Select = dyn_cast<SelectInst>(SI.user_back())) in foldSelectCmpXchg() local
2785 if (Instruction *Select = foldSelectCmpXchg(SI)) in visitSelectInst() local
2788 if (Instruction *Select = foldSelectBinOpIdentity(SI, TLI)) in visitSelectInst() local
HDInstCombineAddSub.cpp1114 Value *X, *Select; in canonicalizeCondSignextOfHighBitExtractToSignextHighBitExtract() local
1923 auto SubBuilder) -> Instruction * { in visitSub()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDIVDescriptors.cpp465 SelectInst *Select = nullptr; in isMinMaxSelectCmpPattern() local
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
HDsqlite3.c7896 typedef struct Select Select; typedef
10689 struct Select { struct
10699 Select *pPrior; /* Prior select in a compound select statement */ argument
10700 Select *pNext; /* Next select to the left in a compound */ argument
10701 Select *pRightmost; /* Right-most select in a compound select statement */ argument
10706 double nSelectRow; /* Estimated number of result rows */ argument
10710 ** Allowed values for Select.selFlags. The "SF" prefix stands for argument
/freebsd-11-stable/contrib/sqlite3/
HDsqlite3.c14809 typedef struct Select Select; typedef
18632 struct Select { struct
18634 LogEst nSelectRow; /* Estimated number of result rows */ argument
18645 Select *pPrior; /* Prior select in a compound select statement */ argument
18646 Select *pNext; /* Next select to the left in a compound */ argument
18656 ** Allowed values for Select.selFlags. The "SF" prefix stands for argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDLoopUtils.cpp795 Value *Select = Builder.CreateSelect(Cmp, Left, Right, "rdx.minmax.select"); in createMinMaxOp() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelDAGToDAG.cpp2375 SDNode *Select(SDNode *N, bool LateMask, unsigned *InstCnt = nullptr) { in Select() function in __anon4af4e4970411::BitPermutationSelector
2421 SDNode *Select(SDNode *N) { in Select() function in __anon4af4e4970411::BitPermutationSelector
2517 SDNode *Select(SDNode *N) { in Select() function in __anon4af4e4970411::IntegerCompareEliminator
4512 void PPCDAGToDAGISel::Select(SDNode *N) { in Select() function in PPCDAGToDAGISel
/freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/
HDClangDiagnosticsEmitter.cpp1049 SelectPiece *Select = New<SelectPiece>(MT_Select); in parseDiagText() local
1121 SelectPiece *Select = New<SelectPiece>(ModType); in parseDiagText() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUInstructionSelector.cpp1192 MachineInstr *Select = BuildMI(*BB, &I, DL, TII.get(SelectOpcode), DstReg) in selectG_SELECT() local
1206 MachineInstr *Select = in selectG_SELECT() local
HDAMDGPUISelDAGToDAG.cpp732 void AMDGPUDAGToDAGISel::Select(SDNode *N) { in Select() function in AMDGPUDAGToDAGISel
2777 void R600DAGToDAGISel::Select(SDNode *N) { in Select() function in R600DAGToDAGISel
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
HDNVPTXISelDAGToDAG.cpp77 void NVPTXDAGToDAGISel::Select(SDNode *N) { in Select() function in NVPTXDAGToDAGISel

12