HomeSort by: relevance | last modified time | path
    Searched defs:getUnderlyingObjects (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 198 bool getUnderlyingObjects(const MachineInstr &MI,
502 if (getUnderlyingObjects(MI, Objs)) {
528 getUnderlyingObjects(const MachineInstr &MI,
544 ::getUnderlyingObjects(V, Objs);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ValueTracking.cpp 4359 void llvm::getUnderlyingObjects(const Value *V,
4427 /// This is a wrapper around getUnderlyingObjects and adds support for basic
4429 /// It returns false if unidentified object is found in getUnderlyingObjects.
4438 getUnderlyingObjects(V, Objs);
4451 // If getUnderlyingObjects fails to find an identifiable object,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachinePipeliner.cpp 719 static void getUnderlyingObjects(const MachineInstr *MI,
726 getUnderlyingObjects(MM->getValue(), Objs);
750 ::getUnderlyingObjects(&MI, Objs);
759 ::getUnderlyingObjects(&MI, Objs);

Completed in 23 milliseconds