Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCSEMIRBuilder.cpp112 profileDstOps(DstOps, B); in profileEverything()
130 if (DstOps.size() == 1) in checkCopyToDefsPossible()
142 assert(checkCopyToDefsPossible(DstOps) && in generateCopiesIfRequired()
144 if (DstOps.size() == 1) { in generateCopiesIfRequired()
145 const DstOp &Op = DstOps[0]; in generateCopiesIfRequired()
189 assert(DstOps.size() == 1 && "Invalid dsts"); in buildInstr()
192 return buildConstant(DstOps[0], *Cst); in buildInstr()
198 const DstOp &Dst = DstOps[0]; in buildInstr()
210 assert(DstOps.size() == 1 && "Invalid dsts"); in buildInstr()
213 return buildFConstant(DstOps[0], *Cst); in buildInstr()
[all …]
H A DMachineIRBuilder.cpp1012 assert(DstOps.size() == 1 && "Invalid Dst"); in buildInstr()
1036 assert(DstOps.size() == 1 && "Invalid Dst"); in buildInstr()
1048 assert(DstOps.size() == 1 && "Invalid Dst"); in buildInstr()
1058 assert(DstOps.size() == 1 && "Invalid Dst"); in buildInstr()
1065 assert(DstOps.size() == 1 && "Invalid Dst"); in buildInstr()
1072 assert(DstOps.size() == 1 && "Invalid Dst"); in buildInstr()
1112 assert(llvm::all_of(DstOps, in buildInstr()
1118 assert((TypeSize::ScalarTy)DstOps.size() * in buildInstr()
1138 return buildCast(DstOps[0], SrcOps[0]); in buildInstr()
1155 DstOps[0].getLLTTy(*getMRI()) && in buildInstr()
[all …]
/freebsd-13.1/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);
94 MachineInstrBuilder buildInstr(unsigned Opc, ArrayRef<DstOp> DstOps,
H A DMachineIRBuilder.h1868 virtual MachineInstrBuilder buildInstr(unsigned Opc, ArrayRef<DstOp> DstOps,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp207 std::initializer_list<llvm::DstOp> DstOps,
4227 unsigned Opcode, std::initializer_list<llvm::DstOp> DstOps, in emitInstr() argument
4233 auto MI = MIRBuilder.buildInstr(Opcode, DstOps, SrcOps); in emitInstr()