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,
448 if (getUnderlyingObjects(MI, Objs)) {
476 getUnderlyingObjects(const MachineInstr &MI,
494 GetUnderlyingObjects(const_cast<Value *>(V), Objs, DL);
  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp 92 /// getUnderlyingObjects - This is a wrapper around GetUnderlyingObjects
94 static void getUnderlyingObjects(const Value *V,
103 GetUnderlyingObjects(const_cast<Value *>(V), Objs, DL);
164 getUnderlyingObjects(V, Objs, DL);
552 getUnderlyingObjects(V, Objs, DL);
    [all...]

Completed in 40 milliseconds