Home
last modified time | relevance | path

Searched defs:DstOp (Results 1 – 14 of 14) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86InstrRelaxTables.h25 uint16_t DstOp; member
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonRDFOpt.cpp121 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 DX86InstrFoldTables.h70 uint16_t DstOp; member
H A DX86MCInstLower.cpp1910 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 DMachineIRBuilder.h76 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 DSPIRVInstrInfo.cpp239 auto DstOp = I->getOperand(0); in copyPhysReg() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600ExpandSpecialInstrs.cpp88 MachineOperand &DstOp = MI.getOperand(DstIdx); in runOnMachineFunction() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.cpp57 auto *DstOp = in EmitMOPS() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1570 const MachineOperand &DstOp = MI->getOperand(0); in verifyPreISelGenericInstruction() local
1837 const MachineOperand &DstOp = MI->getOperand(0); in visitMachineInstrBefore() local
H A DMachineScheduler.cpp1835 const MachineOperand &DstOp = Copy->getOperand(0); in constrainLocalCopy() local
/openbsd-src/gnu/llvm/llvm/lib/Linker/
H A DIRMover.cpp1316 MDNode *DstOp; in linkModuleFlagsMetadata() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp628 unsigned MachineIRBuilder::getOpcodeForMerge(const DstOp &DstOp, in getOpcodeForMerge()
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp4756 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 DInstrRefBasedImpl.cpp897 ResolvedDbgOp DstOp(Dst); in transferMlocs() local