Home
last modified time | relevance | path

Searched refs:isFullCopyInstr (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp102 while (TII.isFullCopyInstr(*MI)) { in isRematerializable()
H A DRegAllocGreedy.cpp1252 if (!TII->isFullCopyInstr(Instr)) in trySplitAroundHintReg()
1449 if (TII->isFullCopyInstr(*MI) || in tryInstructionSplit()
2244 if (!TII->isFullCopyInstr(Instr)) in collectHintInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1092 bool isFullCopyInstr(const MachineInstr &MI) const { in isFullCopyInstr() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp9512 if (isFullCopyInstr(MI)) { in foldMemoryOperandImpl()