/openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86InstrRelaxTables.h | 25 uint16_t DstOp; member
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonRDFOpt.cpp | 121 const MachineOperand &DstOp = MI->getOperand(0); in INITIALIZE_PASS_DEPENDENCY() local 138 const MachineOperand &DstOp = MI->getOperand(0); in INITIALIZE_PASS_DEPENDENCY() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86InstrFoldTables.h | 70 uint16_t DstOp; member
|
H A D | X86MCInstLower.cpp | 1910 const MachineOperand &DstOp = MI->getOperand(0); in getShuffleComment() local 2274 const MachineOperand &DstOp = MI->getOperand(0); in addConstantComments() local 2353 const MachineOperand &DstOp = MI->getOperand(0); in addConstantComments() local 2462 const MachineOperand &DstOp = MI->getOperand(0); in addConstantComments() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | MachineIRBuilder.h | 76 DstOp(unsigned R) : Reg(R), Ty(DstType::Ty_Reg) {} in DstOp() function 77 DstOp(Register R) : Reg(R), Ty(DstType::Ty_Reg) {} in DstOp() function 78 DstOp(const MachineOperand &Op) : Reg(Op.getReg()), Ty(DstType::Ty_Reg) {} in DstOp() function 79 DstOp(const LLT T) : LLTTy(T), Ty(DstType::Ty_LLT) {} in DstOp() function 80 DstOp(const TargetRegisterClass *TRC) : RC(TRC), Ty(DstType::Ty_RC) {} in DstOp() function
|
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/ |
H A D | SPIRVInstrInfo.cpp | 239 auto DstOp = I->getOperand(0); in copyPhysReg() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | R600ExpandSpecialInstrs.cpp | 88 MachineOperand &DstOp = MI.getOperand(DstIdx); in runOnMachineFunction() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64SelectionDAGInfo.cpp | 57 auto *DstOp = in EmitMOPS() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | MachineVerifier.cpp | 1570 const MachineOperand &DstOp = MI->getOperand(0); in verifyPreISelGenericInstruction() local 1837 const MachineOperand &DstOp = MI->getOperand(0); in visitMachineInstrBefore() local
|
H A D | MachineScheduler.cpp | 1835 const MachineOperand &DstOp = Copy->getOperand(0); in constrainLocalCopy() local
|
/openbsd-src/gnu/llvm/llvm/lib/Linker/ |
H A D | IRMover.cpp | 1316 MDNode *DstOp; in linkModuleFlagsMetadata() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
H A D | MachineIRBuilder.cpp | 628 unsigned MachineIRBuilder::getOpcodeForMerge(const DstOp &DstOp, in getOpcodeForMerge()
|
/openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
H A D | GlobalISelEmitter.cpp | 4756 Record *DstOp = Dst->getOperator(); in createInstructionRenderer() local 5252 Record *DstOp = Dst->getOperator(); in runOnPattern() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | InstrRefBasedImpl.cpp | 897 ResolvedDbgOp DstOp(Dst); in transferMlocs() local
|