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

  /external/llvm/include/llvm/CodeGen/
MachineMemOperand.h 134 const PseudoSourceValue *getPseudoValue() const {
  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 412 if (!MI.hasOneMemOperand() || !(*MI.memoperands_begin())->getPseudoValue())
416 (*MI.memoperands_begin())->getPseudoValue()) {
465 !(*MI.memoperands_begin())->getPseudoValue()))
469 (*MI.memoperands_begin())->getPseudoValue()) {
MipsOptimizePICCall.cpp 279 Val = (*DefMI->memoperands_begin())->getPseudoValue();
  /external/llvm/lib/CodeGen/
MachineLICM.cpp 394 if (!(*o)->isStore() || !(*o)->getPseudoValue())
397 dyn_cast<FixedStackPseudoSourceValue>((*o)->getPseudoValue())) {
    [all...]
StackSlotColoring.cpp 167 MMO->getPseudoValue())) {
TargetInstrInfo.cpp 254 (*o)->getPseudoValue())) {
274 (*o)->getPseudoValue())) {
ScheduleDAGInstrs.cpp 140 !(*MI->memoperands_begin())->getPseudoValue()) ||
145 (*MI->memoperands_begin())->getPseudoValue()) {
483 if ((*MI->memoperands_begin())->getPseudoValue()) {
    [all...]
MachineInstr.cpp 492 else if (const PseudoSourceValue *PSV = MMO.getPseudoValue())
    [all...]
MachineFunction.cpp 248 MachineMemOperand(MachinePointerInfo(MMO->getPseudoValue(),
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelDAGToDAG.cpp 477 if (Op->getPseudoValue())
540 const PseudoSourceValue *PSV = MMO->getPseudoValue();
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp     [all...]

Completed in 319 milliseconds