HomeSort by relevance Sort by last modified time
    Searched refs:isRematerializable (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/MC/
MCInstrDesc.h 403 /// isRematerializable - Returns true if this instruction is a candidate for
407 bool isRematerializable() const {
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 524 /// isRematerializable - Returns true if this instruction is a candidate for
528 bool isRematerializable(QueryType Type = AllInBundle) const {
    [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 68 (MI->getDesc().isRematerializable() &&
    [all...]

Completed in 2412 milliseconds