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

  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 156 bool getUnderlyingObjects(const MachineInstr &MI,
441 if (getUnderlyingObjects(MI, Objs)) {
469 getUnderlyingObjects(const MachineInstr &MI,
487 GetUnderlyingObjects(const_cast<Value *>(V), Objs, DL);
  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp 96 /// getUnderlyingObjects - This is a wrapper around GetUnderlyingObjects
98 static void getUnderlyingObjects(const Value *V,
107 GetUnderlyingObjects(const_cast<Value *>(V), Objs, DL);
161 getUnderlyingObjects(V, Objs, DL);
497 getUnderlyingObjects(V, Objs, DL);
    [all...]

Completed in 189 milliseconds