Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFoldTables.h25 unsigned DstOp; member
H A DX86MCInstLower.cpp1467 const MachineOperand &DstOp = MI->getOperand(0); in printDstRegisterName() local
1901 const MachineOperand &DstOp = MI->getOperand(0); in addConstantComments() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonRDFOpt.cpp126 const MachineOperand &DstOp = MI->getOperand(0); in INITIALIZE_PASS_DEPENDENCY() local
143 const MachineOperand &DstOp = MI->getOperand(0); in INITIALIZE_PASS_DEPENDENCY() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.cpp250 auto DstOp = I->getOperand(0); in copyPhysReg() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h79 DstOp(unsigned R) : Reg(R), Ty(DstType::Ty_Reg) {} in DstOp() function
80 DstOp(Register R) : Reg(R), Ty(DstType::Ty_Reg) {} in DstOp() function
81 DstOp(const MachineOperand &Op) : Reg(Op.getReg()), Ty(DstType::Ty_Reg) {} in DstOp() function
82 DstOp(const LLT T) : LLTTy(T), Ty(DstType::Ty_LLT) {} in DstOp() function
83 DstOp(const TargetRegisterClass *TRC) : RC(TRC), Ty(DstType::Ty_RC) {} in DstOp() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ExpandSpecialInstrs.cpp88 MachineOperand &DstOp = MI.getOperand(DstIdx); in runOnMachineFunction() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.cpp60 auto *DstOp = in EmitMOPS() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInlineSpiller.cpp260 const MachineOperand &DstOp = MI.getOperand(0); in isCopyOf() local
290 const MachineOperand &DstOp = *CopyInst->Destination; in isCopyOfBundle() local
H A DMachineVerifier.cpp1908 const MachineOperand &DstOp = MI->getOperand(0); in verifyPreISelGenericInstruction() local
2227 const MachineOperand &DstOp = MI->getOperand(0); in visitMachineInstrBefore() local
H A DMachineScheduler.cpp2091 const MachineOperand &DstOp = Copy->getOperand(0); in constrainLocalCopy() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1511 Record *DstOp = Dst.getOperator(); in createInstructionRenderer() local
2014 Record *DstOp = Dst.getOperator(); in runOnPattern() local
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp1297 MDNode *DstOp; in linkModuleFlagsMetadata() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp672 unsigned MachineIRBuilder::getOpcodeForMerge(const DstOp &DstOp, in getOpcodeForMerge()
H A DCombinerHelper.cpp229 Register DstOp = MI.getOperand(0).getReg(); in matchFreezeOfSingleMaybePoisonOperand() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp928 ResolvedDbgOp DstOp(Dst); in transferMlocs() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp8499 const MCOperand &DstOp = Inst.getOperand(DstIdx); in cvtVOP3DstOpSelOnly() local