Searched defs:DstOps (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | CSEMIRBuilder.cpp | 90 void CSEMIRBuilder::profileEverything(unsigned Opc, ArrayRef<DstOp> DstOps, in profileEverything() 114 bool CSEMIRBuilder::checkCopyToDefsPossible(ArrayRef<DstOp> DstOps) { in checkCopyToDefsPossible() 125 CSEMIRBuilder::generateCopiesIfRequired(ArrayRef<DstOp> DstOps, in generateCopiesIfRequired() 138 ArrayRef<DstOp> DstOps, in buildInstr()
|
D | MachineIRBuilder.cpp | 946 ArrayRef<DstOp> DstOps, in buildInstr()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/ |
D | CSEMIRBuilder.cpp | 108 void CSEMIRBuilder::profileEverything(unsigned Opc, ArrayRef<DstOp> DstOps, in profileEverything() 132 bool CSEMIRBuilder::checkCopyToDefsPossible(ArrayRef<DstOp> DstOps) { in checkCopyToDefsPossible() 143 CSEMIRBuilder::generateCopiesIfRequired(ArrayRef<DstOp> DstOps, in generateCopiesIfRequired() 171 ArrayRef<DstOp> DstOps, in buildInstr()
|
D | MachineIRBuilder.cpp | 1057 MachineIRBuilder::buildInstr(unsigned Opc, ArrayRef<DstOp> DstOps, in buildInstr()
|
D | LegalizerHelper.cpp | 3653 static void makeDstOps(SmallVectorImpl<DstOp> &DstOps, LLT Ty, in makeDstOps()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/GISel/ |
D | AArch64InstructionSelector.cpp | 4470 unsigned Opcode, std::initializer_list<llvm::DstOp> DstOps, in emitInstr()
|