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 344 /// foldMemoryOperand - Attempt to fold a load or store of the specified stack
351 TargetInstrInfo::foldMemoryOperand(MachineBasicBlock::iterator MI,
362 assert(MBB && "foldMemoryOperand needs an inserted instruction");
405 /// foldMemoryOperand - Same as the previous version except it allows folding
409 TargetInstrInfo::foldMemoryOperand(MachineBasicBlock::iterator MI,
InlineSpiller.cpp 175 bool foldMemoryOperand(ArrayRef<std::pair<MachineInstr*, unsigned> >,
877 foldMemoryOperand(Ops, RM.OrigMI)) {
    [all...]

Completed in 4597 milliseconds