Home
last modified time | relevance | path

Searched refs:BlockAddr (Results 1 – 7 of 7) 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.cpp50 const BlockAddress *BlockAddr = nullptr; member
169 AM.BlockAddr = cast<BlockAddressSDNode>(N0)->getBlockAddress(); in MatchWrapper()
282 else if (AM.BlockAddr) in SelectAddr()
283 Disp = CurDAG->getTargetBlockAddress(AM.BlockAddr, MVT::i32, 0, in SelectAddr()
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h1514 auto CheckOOB = [&](uptr BlockAddr) { in getInlineErrorInfo()
1515 if (BlockAddr < Info.RegionBegin || BlockAddr >= Info.RegionEnd) in getInlineErrorInfo()
1522 if (!ReadBlock(BlockAddr, &ChunkAddr, &Header, &Data, &Tag) || in getInlineErrorInfo()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
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/llvm/include/llvm-c/
H A DCore.h2490 LLVMValueRef LLVMGetBlockAddressFunction(LLVMValueRef BlockAddr);
2495 LLVMBasicBlockRef LLVMGetBlockAddressBasicBlock(LLVMValueRef BlockAddr);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp1927 LLVMValueRef LLVMGetBlockAddressFunction(LLVMValueRef BlockAddr) { in LLVMGetBlockAddressFunction() argument
1928 return wrap(unwrap<BlockAddress>(BlockAddr)->getFunction()); in LLVMGetBlockAddressFunction()
1931 LLVMBasicBlockRef LLVMGetBlockAddressBasicBlock(LLVMValueRef BlockAddr) { in LLVMGetBlockAddressBasicBlock() argument
1932 return wrap(unwrap<BlockAddress>(BlockAddr)->getBasicBlock()); in LLVMGetBlockAddressBasicBlock()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp77 const BlockAddress *BlockAddr = nullptr; member
89 MCSym != nullptr || JT != -1 || BlockAddr != nullptr; in hasSymbolicDisplacement()
313 } else if (AM.BlockAddr) in getAddressOperands()
314 Disp = CurDAG->getTargetBlockAddress(AM.BlockAddr, MVT::i32, AM.Disp, in getAddressOperands()
1915 AM.BlockAddr = BA->getBlockAddress(); in matchWrapper()