Searched defs:RIP (Results 1 - 4 of 4) sorted by relevance

/external/libunwind/src/x86_64/
H A Dunwind_i.h55 #define RIP 16 macro
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dptrace-abi.h54 #define RIP 128 macro
/external/llvm/lib/Analysis/
H A DRegionPrinter.cpp146 static RegionInfo *getGraph(RegionInfoPass *RIP) { argument
147 return &RIP->getRegionInfo();
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DObjCARC.cpp2847 Instruction *RIP = *RI; local
2848 if (ReleasesToMove.ReverseInsertPts.insert(RIP))
2849 NewDelta -= BBStates[RIP->getParent()].GetAllPathCount();
2899 Instruction *RIP = *RI; local
2900 if (RetainsToMove.ReverseInsertPts.insert(RIP)) {
2901 PathCount = BBStates[RIP->getParent()].GetAllPathCount();

Completed in 160 milliseconds