Home
last modified time | relevance | path

Searched refs:DstOps (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCSEMIRBuilder.cpp115 profileDstOps(DstOps, B); in profileEverything()
133 if (DstOps.size() == 1) in checkCopyToDefsPossible()
145 assert(checkCopyToDefsPossible(DstOps) && in generateCopiesIfRequired()
147 if (DstOps.size() == 1) { in generateCopiesIfRequired()
148 const DstOp &Op = DstOps[0]; in generateCopiesIfRequired()
197 assert(DstOps.size() == 1 && "Invalid dsts"); in buildInstr()
215 return buildConstant(DstOps[0], *Cst); in buildInstr()
235 return buildFConstant(DstOps[0], *Cst); in buildInstr()
241 const DstOp &Dst = DstOps[0]; in buildInstr()
256 return buildFConstant(DstOps[0], *Cst); in buildInstr()
[all …]
H A DMachineIRBuilder.cpp1134 assert(DstOps.size() == 1 && "Invalid Dst"); in buildInstr()
1158 assert(DstOps.size() == 1 && "Invalid Dst"); in buildInstr()
1170 assert(DstOps.size() == 1 && "Invalid Dst"); in buildInstr()
1180 assert(DstOps.size() == 1 && "Invalid Dst"); in buildInstr()
1187 assert(DstOps.size() == 1 && "Invalid Dst"); in buildInstr()
1194 assert(DstOps.size() == 1 && "Invalid Dst"); in buildInstr()
1201 assert(DstOps.size() == 1 && "Invalid Dst"); in buildInstr()
1234 assert(llvm::all_of(DstOps, in buildInstr()
1240 assert((TypeSize::ScalarTy)DstOps.size() * in buildInstr()
1272 DstOps[0].getLLTTy(*getMRI()) && in buildInstr()
[all …]
H A DLegalizerHelper.cpp4025 static void makeDstOps(SmallVectorImpl<DstOp> &DstOps, LLT Ty, in makeDstOps() argument
4037 DstOps.push_back(NarrowTy); in makeDstOps()
4042 DstOps.push_back(LeftoverTy); in makeDstOps()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCSEMIRBuilder.h72 void profileEverything(unsigned Opc, ArrayRef<DstOp> DstOps,
82 MachineInstrBuilder generateCopiesIfRequired(ArrayRef<DstOp> DstOps,
88 bool checkCopyToDefsPossible(ArrayRef<DstOp> DstOps);
95 buildInstr(unsigned Opc, ArrayRef<DstOp> DstOps, ArrayRef<SrcOp> SrcOps,
H A DMachineIRBuilder.h2097 buildInstr(unsigned Opc, ArrayRef<DstOp> DstOps, ArrayRef<SrcOp> SrcOps,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp259 emitInstr(unsigned Opcode, std::initializer_list<llvm::DstOp> DstOps,
4403 unsigned Opcode, std::initializer_list<llvm::DstOp> DstOps, in emitInstr() argument
4409 auto MI = MIRBuilder.buildInstr(Opcode, DstOps, SrcOps); in emitInstr()