Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFoldTables.h25 unsigned DstOp; member
H A DX86MCInstLower.cpp1467 const MachineOperand &DstOp = MI->getOperand(0); printDstRegisterName() local
1901 const MachineOperand &DstOp = MI->getOperand(0); addConstantComments() local
/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
/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.cpp250 auto DstOp = I->getOperand(0); copyPhysReg() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ExpandSpecialInstrs.cpp88 MachineOperand &DstOp = MI.getOperand(DstIdx); in runOnMachineFunction() local
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h80 DstOp(unsigned R) : Reg(R), Ty(DstType::Ty_Reg) {} in DstOp() function
81 DstOp(Register R) : Reg(R), Ty(DstType::Ty_Reg) {} in DstOp() function
82 DstOp(const MachineOperand &Op) : Reg(Op.getReg()), Ty(DstType::Ty_Reg) {} in DstOp() function
83 DstOp(const LLT T) : LLTTy(T), Ty(DstType::Ty_LLT) {} in DstOp() function
79 DstOp(unsigned R) : Reg(R), Ty(DstType::Ty_Reg) {} DstOp() function
[all...]
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.cpp60 auto *DstOp = EmitMOPS() local
/llvm-project/llvm/lib/CodeGen/
H A DInlineSpiller.cpp258 const MachineOperand &DstOp = MI.getOperand(0); isCopyOf() local
288 const MachineOperand &DstOp = *CopyInst->Destination; isCopyOfBundle() local
H A DMachineVerifier.cpp1847 const MachineOperand &DstOp = MI->getOperand(0); verifyPreISelGenericInstruction() local
2166 const MachineOperand &DstOp = MI->getOperand(0); visitMachineInstrBefore() local
H A DMachineScheduler.cpp2091 const MachineOperand &DstOp = Copy->getOperand(0); constrainLocalCopy() local
/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1511 Record *DstOp = Dst.getOperator(); createInstructionRenderer() local
2014 Record *DstOp = Dst.getOperator(); runOnPattern() local
/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp1297 MDNode *DstOp; linkModuleFlagsMetadata() local
[all...]
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp672 getOpcodeForMerge(const DstOp & DstOp,ArrayRef<SrcOp> SrcOps) const getOpcodeForMerge() argument
[all...]
H A DCombinerHelper.cpp229 Register DstOp = MI.getOperand(0).getReg(); matchFreezeOfSingleMaybePoisonOperand() local
/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp897 ResolvedDbgOp DstOp(Dst); transferMlocs() local
/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp8492 const MCOperand &DstOp = Inst.getOperand(DstIdx); cvtVOP3DstOpSelOnly() local