Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430ISelDAGToDAG.cpp50 const BlockAddress *BlockAddr = nullptr; member
159 AM.BlockAddr = cast<BlockAddressSDNode>(N0)->getBlockAddress(); in MatchWrapper()
272 else if (AM.BlockAddr) in SelectAddr()
273 Disp = CurDAG->getTargetBlockAddress(AM.BlockAddr, MVT::i32, 0, in SelectAddr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h470 JITTargetAddress BlockAddr = 0; in grow() local
473 std::tie(BlockAddr, NumTrampolines) = *TrampolineInfoOrErr; in grow()
479 this->AvailableTrampolines.push_back(BlockAddr + (I * TrampolineSize)); in grow()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp71 const BlockAddress *BlockAddr; member
81 Segment(), GV(nullptr), CP(nullptr), BlockAddr(nullptr), ES(nullptr), in X86ISelAddressMode()
86 MCSym != nullptr || JT != -1 || BlockAddr != nullptr; in hasSymbolicDisplacement()
315 } else if (AM.BlockAddr) in getAddressOperands()
316 Disp = CurDAG->getTargetBlockAddress(AM.BlockAddr, MVT::i32, AM.Disp, in getAddressOperands()
1520 AM.BlockAddr = BA->getBlockAddress(); in matchWrapper()