HomeSort by relevance Sort by last modified time
    Searched defs:foldMemoryOperand (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
TargetInstrInfo.cpp 440 /// foldMemoryOperand - Attempt to fold a load or store of the specified stack
446 MachineInstr *TargetInstrInfo::foldMemoryOperand(MachineBasicBlock::iterator MI,
457 assert(MBB && "foldMemoryOperand needs an inserted instruction");
511 /// foldMemoryOperand - Same as the previous version except it allows folding
514 MachineInstr *TargetInstrInfo::foldMemoryOperand(MachineBasicBlock::iterator MI,
    [all...]
InlineSpiller.cpp 176 bool foldMemoryOperand(ArrayRef<std::pair<MachineInstr*, unsigned> >,
    [all...]

Completed in 2527 milliseconds