Searched defs:DstIdx (Results 1 - 12 of 12) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.h37 unsigned DstIdx = 0; member in class:llvm::CoalescerPair
H A DTwoAddressInstructionPass.cpp1468 unsigned DstIdx = 0; local
680 commuteInstruction(MachineInstr *MI, unsigned DstIdx, unsigned RegBIdx, unsigned RegCIdx, unsigned Dist) argument
1269 tryInstructionTransform(MachineBasicBlock::iterator &mi, MachineBasicBlock::iterator &nmi, unsigned SrcIdx, unsigned DstIdx, unsigned Dist, bool shouldOnlyCommute) argument
1519 unsigned DstIdx = TiedPairs[tpi].second; local
1741 unsigned DstIdx = TiedPairs[0].second; local
[all...]
H A DRegisterCoalescer.cpp1240 unsigned DstIdx local
1800 unsigned DstIdx = CP.getDstIdx(); local
3374 unsigned DstIdx = CP.getDstIdx(); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIAddIMGInit.cpp98 int DstIdx = local
H A DR600ExpandSpecialInstrs.cpp98 int DstIdx = TII->getOperandIdx(MI.getOpcode(), R600::OpName::dst); local
H A DR600Packetizer.cpp89 int DstIdx = TII->getOperandIdx(BI->getOpcode(), R600::OpName::dst); local
H A DSIPeepholeSDWA.cpp403 auto DstIdx = AMDGPU::getNamedOperandIdx(MI.getOpcode(), local
H A DR600ISelLowering.cpp304 int DstIdx = TII->getOperandIdx(MI.getOpcode(), R600::OpName::dst); local
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp33 enum { DstIdx = 0, SrcIdx = 1 }; enumerator in enum:__anon2871::__anon2872
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp3406 unsigned DstIdx = 0; // Low bits of the result. local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1632 unsigned DstIdx = (Imm >> 4) & 3; variable
4742 unsigned DstIdx = (Imm >> 4) & 3; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp2894 const int DstIdx = AMDGPU::getNamedOperandIdx(Opcode, AMDGPU::OpName::vdst); local

Completed in 375 milliseconds