Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDCalcSpillWeights.cpp102 while (TII.isFullCopyInstr(*MI)) { in isRematerializable()
HDRegAllocGreedy.cpp1252 if (!TII->isFullCopyInstr(Instr)) in trySplitAroundHintReg()
1449 if (TII->isFullCopyInstr(*MI) || in tryInstructionSplit()
2244 if (!TII->isFullCopyInstr(Instr)) in collectHintInfo()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetInstrInfo.h1092 bool isFullCopyInstr(const MachineInstr &MI) const { in isFullCopyInstr() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIInstrInfo.cpp9512 if (isFullCopyInstr(MI)) { in foldMemoryOperandImpl()