Home
last modified time | relevance | path

Searched refs:EntryP (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp560 const uint8_t *EntryP = ClassInfo - typeOffset * EncSize; in handleActionValue() local
561 uintptr_t P = readEncodedPointer(&EntryP, TTypeEncoding); in handleActionValue()
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp609 const uint8_t *EntryP = ClassInfo - typeOffset * EncSize; in handleActionValue() local
610 uintptr_t P = readEncodedPointer(&EntryP, TTypeEncoding); in handleActionValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp942 Value *EntryP = RPhi->getIncomingValueForBlock(PrehB); in scanSelect() local
943 PV.P = EntryP; in scanSelect()