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

  /external/llvm/include/llvm/IR/
ModuleSlotTracker.h 75 int getLocalSlot(const Value *V);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
ModuleSlotTracker.h 75 int getLocalSlot(const Value *V);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
ModuleSlotTracker.h 75 int getLocalSlot(const Value *V);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
ModuleSlotTracker.h 75 int getLocalSlot(const Value *V);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ModuleSlotTracker.h 75 int getLocalSlot(const Value *V);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
ModuleSlotTracker.h 75 int getLocalSlot(const Value *V);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
ModuleSlotTracker.h 75 int getLocalSlot(const Value *V);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
ModuleSlotTracker.h 75 int getLocalSlot(const Value *V);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ModuleSlotTracker.h 75 int getLocalSlot(const Value *V);
  /external/llvm/unittests/IR/
ValueTest.cpp 179 // Verify that the getLocalSlot method returns the correct slot numbers.
207 EXPECT_EQ(MST.getLocalSlot(I0), 0);
208 EXPECT_EQ(MST.getLocalSlot(I1), 1);
209 EXPECT_EQ(MST.getLocalSlot(&EntryBB), -1);
210 EXPECT_EQ(MST.getLocalSlot(BB2), 2);
234 EXPECT_DEATH(MST.getLocalSlot(BB2), "No function incorporated");
  /external/llvm/lib/CodeGen/
MIRPrinter.cpp 443 int Slot = MST.getLocalSlot(BB);
626 Slot = MST.getLocalSlot(&BB);
631 Slot = CustomMST.getLocalSlot(&BB);
653 printIRSlotNumber(OS, MST.getLocalSlot(&V));
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
AsmWriter.cpp 333 int getLocalSlot(const Value *V);
556 /// getLocalSlot - Get the slot number for a value that is local to a function.
557 int SlotTracker::getLocalSlot(const Value *V) {
    [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp 627 int getLocalSlot(const Value *V);
734 int ModuleSlotTracker::getLocalSlot(const Value *V) {
736 return Machine->getLocalSlot(V);
953 /// getLocalSlot - Get the slot number for a value that is local to a function.
954 int SlotTracker::getLocalSlot(const Value *V) {
    [all...]
  /external/llvm/lib/CodeGen/MIRParser/
MIParser.cpp     [all...]

Completed in 492 milliseconds