Searched refs:BlockAddr (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kISelDAGToDAG.cpp | 75 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 D | MSP430ISelDAGToDAG.cpp | 50 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 D | combined.h | 1514 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 D | ELF_riscv.cpp | 624 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 D | Core.h | 2490 LLVMValueRef LLVMGetBlockAddressFunction(LLVMValueRef BlockAddr); 2495 LLVMBasicBlockRef LLVMGetBlockAddressBasicBlock(LLVMValueRef BlockAddr);
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Core.cpp | 1927 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 D | X86ISelDAGToDAG.cpp | 77 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()
|