Home
last modified time | relevance | path

Searched refs:OffsetField (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
DRegisterEHFrames.cpp99 const char *OffsetField = CurCFIRecord + (Size == 0xffffffff ? 12 : 4); in walkAppleEHFrameSection() local
104 uint32_t Offset = *reinterpret_cast<const uint32_t *>(OffsetField); in walkAppleEHFrameSection()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DEHFrameSupport.cpp706 const char *OffsetField = CurCFIRecord + (Size == 0xffffffff ? 12 : 4); in walkAppleEHFrameSection() local
711 uint32_t Offset = *reinterpret_cast<const uint32_t *>(OffsetField); in walkAppleEHFrameSection()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelDAGToDAG.cpp2324 SDValue OffsetField = CurDAG->getTargetConstant(ImmOffset, SL, MVT::i32); in SelectDS_GWS() local
2333 Ops.push_back(OffsetField); in SelectDS_GWS()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUISelDAGToDAG.cpp2554 SDValue OffsetField = CurDAG->getTargetConstant(ImmOffset, SL, MVT::i32); in SelectDS_GWS() local
2560 Ops.push_back(OffsetField); in SelectDS_GWS()