Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelDAGToDAG.cpp75 const BlockAddress *BlockAddr; member
85 Scale(1), GV(nullptr), CP(nullptr), BlockAddr(nullptr), ES(nullptr), in M68kISelAddressMode()
90 MCSym != nullptr || JT != -1 || BlockAddr != nullptr; in hasSymbolicDisplacement()
281 if (AM.BlockAddr) { in getSymbolicDisplacement()
282 Sym = CurDAG->getTargetBlockAddress(AM.BlockAddr, MVT::i32, AM.Disp, in getSymbolicDisplacement()
614 AM.BlockAddr = BA->getBlockAddress(); in matchWrapper()
651 AM.BlockAddr = BA->getBlockAddress(); in matchWrapper()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp46 const BlockAddress *BlockAddr = nullptr; member
165 AM.BlockAddr = cast<BlockAddressSDNode>(N0)->getBlockAddress(); in MatchWrapper()
278 else if (AM.BlockAddr) in SelectAddr()
279 Disp = CurDAG->getTargetBlockAddress(AM.BlockAddr, MVT::i32, 0, in SelectAddr()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_loongarch.cpp162 const auto BlockAddr = Block.getAddress(); in relaxBlock() local
171 const auto Loc = BlockAddr + E->getOffset() - Delta; in relaxBlock()
H A DELF_riscv.cpp624 const auto BlockAddr = Block.getAddress(); in relaxBlock() local
633 const auto Loc = BlockAddr + E->getOffset() - Delta; in relaxBlock()
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h1533 auto CheckOOB = [&](uptr BlockAddr) { in getInlineErrorInfo()
1534 if (BlockAddr < Info.RegionBegin || BlockAddr >= Info.RegionEnd) in getInlineErrorInfo()
1541 if (!ReadBlock(BlockAddr, &ChunkAddr, &Header, &Data, &Tag) || in getInlineErrorInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h2598 LLVM_C_ABI LLVMValueRef LLVMGetBlockAddressFunction(LLVMValueRef BlockAddr);
2604 LLVMGetBlockAddressBasicBlock(LLVMValueRef BlockAddr);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp1926 LLVMValueRef LLVMGetBlockAddressFunction(LLVMValueRef BlockAddr) { in LLVMGetBlockAddressFunction() argument
1927 return wrap(unwrap<BlockAddress>(BlockAddr)->getFunction()); in LLVMGetBlockAddressFunction()
1930 LLVMBasicBlockRef LLVMGetBlockAddressBasicBlock(LLVMValueRef BlockAddr) { in LLVMGetBlockAddressBasicBlock() argument
1931 return wrap(unwrap<BlockAddress>(BlockAddr)->getBasicBlock()); in LLVMGetBlockAddressBasicBlock()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp76 const BlockAddress *BlockAddr = nullptr; member
88 MCSym != nullptr || JT != -1 || BlockAddr != nullptr; in hasSymbolicDisplacement()
324 } else if (AM.BlockAddr) in getAddressOperands()
325 Disp = CurDAG->getTargetBlockAddress(AM.BlockAddr, MVT::i32, AM.Disp, in getAddressOperands()
1963 AM.BlockAddr = BA->getBlockAddress(); in matchWrapper()