Searched refs:DstOps (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CSEMIRBuilder.cpp | 108 void CSEMIRBuilder::profileEverything(unsigned Opc, ArrayRef<DstOp> DstOps, in profileEverything() argument 115 profileDstOps(DstOps, B); in profileEverything() 132 bool CSEMIRBuilder::checkCopyToDefsPossible(ArrayRef<DstOp> DstOps) { in checkCopyToDefsPossible() argument 133 if (DstOps.size() == 1) in checkCopyToDefsPossible() 136 return llvm::all_of(DstOps, [](const DstOp &Op) { in checkCopyToDefsPossible() 143 CSEMIRBuilder::generateCopiesIfRequired(ArrayRef<DstOp> DstOps, in generateCopiesIfRequired() argument 145 assert(checkCopyToDefsPossible(DstOps) && in generateCopiesIfRequired() 147 if (DstOps.size() == 1) { in generateCopiesIfRequired() 148 const DstOp &Op = DstOps[0]; in generateCopiesIfRequired() 171 ArrayRef<DstOp> DstOps, in buildInstr() argument [all …]
|
| H A D | MachineIRBuilder.cpp | 1057 MachineIRBuilder::buildInstr(unsigned Opc, ArrayRef<DstOp> DstOps, in buildInstr() argument 1064 assert(DstOps.size() == 1 && "Invalid select"); in buildInstr() 1067 DstOps[0].getLLTTy(*getMRI()), SrcOps[0].getLLTTy(*getMRI()), in buildInstr() 1074 assert(DstOps.size() == 1 && "Invalid Dst"); in buildInstr() 1076 validateUnaryOp(DstOps[0].getLLTTy(*getMRI()), in buildInstr() 1098 assert(DstOps.size() == 1 && "Invalid Dst"); in buildInstr() 1100 validateBinaryOp(DstOps[0].getLLTTy(*getMRI()), in buildInstr() 1110 assert(DstOps.size() == 1 && "Invalid Dst"); in buildInstr() 1112 validateShiftOp(DstOps[0].getLLTTy(*getMRI()), in buildInstr() 1120 assert(DstOps.size() == 1 && "Invalid Dst"); in buildInstr() [all …]
|
| H A D | LegalizerHelper.cpp | 3653 static void makeDstOps(SmallVectorImpl<DstOp> &DstOps, LLT Ty, in makeDstOps() argument 3665 DstOps.push_back(NarrowTy); in makeDstOps() 3670 DstOps.push_back(LeftoverTy); in makeDstOps()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | CSEMIRBuilder.h | 72 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 D | MachineIRBuilder.h | 2022 buildInstr(unsigned Opc, ArrayRef<DstOp> DstOps, ArrayRef<SrcOp> SrcOps,
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 224 emitInstr(unsigned Opcode, std::initializer_list<llvm::DstOp> DstOps, 4470 unsigned Opcode, std::initializer_list<llvm::DstOp> DstOps, in emitInstr() argument 4476 auto MI = MIRBuilder.buildInstr(Opcode, DstOps, SrcOps); in emitInstr()
|