Searched refs:getBlockAddress (Results 26 - 50 of 59) sorted by relevance

123

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h296 return addBlockAddress(Disp.getBlockAddress(), Disp.getOffset() + off,
H A DMachineOperand.h566 const BlockAddress *getBlockAddress() const { function
H A DSelectionDAG.h696 SDValue getBlockAddress(const BlockAddress *BA, EVT VT, int64_t Offset = 0,
700 return getBlockAddress(BA, VT, Offset, true, TargetFlags);
H A DSelectionDAGNodes.h2087 const BlockAddress *getBlockAddress() const { return BA; } function in class:llvm::BlockAddressSDNode
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp461 const BlockAddress *BA = MI->getOperand(OpNo).getBlockAddress();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp364 O << GetBlockAddressSymbol(MO.getBlockAddress())->getName();
H A DSparcISelLowering.cpp1915 return DAG.getTargetBlockAddress(BA->getBlockAddress(),
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp235 MCSymbol *Sym = GetBlockAddressSymbol(MO.getBlockAddress());
H A DX86MCInstLower.cpp423 MO, AsmPrinter.GetBlockAddressSymbol(MO.getBlockAddress()));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp228 GetBlockAddressSymbol(MO.getBlockAddress())->print(O, MAI);
531 return GetBlockAddressSymbol(MO.getBlockAddress());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp165 /// getBlockAddress - If this is a constant with a BlockAddress value, return
167 BlockAddress *getBlockAddress() const { function in class:__anon5717::LatticeVal
721 BlockAddress *Addr = IBRValue.getBlockAddress();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp707 MCSymbol *BA = GetBlockAddressSymbol(MO.getBlockAddress());
H A DMipsISelLowering.cpp164 return DAG.getTargetBlockAddress(N->getBlockAddress(), Ty, 0, Flag);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp435 MIB.addBlockAddress(BA->getBlockAddress(),
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp591 MCSymbol *Sym = GetBlockAddressSymbol(MO.getBlockAddress());
H A DAArch64InstructionSelector.cpp2387 materializeLargeCMVal(I, I.getOperand(1).getBlockAddress(), 0);
2394 .addBlockAddress(I.getOperand(1).getBlockAddress(),
2397 I.getOperand(1).getBlockAddress(), /* Offset */ 0,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp891 cast<ARMConstantPoolConstant>(ACPV)->getBlockAddress();
H A DARMBaseInstrInfo.cpp1674 Create(cast<ARMConstantPoolConstant>(ACPV)->getBlockAddress(), PCLabelId,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp513 const BlockAddress *BA = MI.getOperand(1).getBlockAddress();
H A DAVRISelLowering.cpp414 const BlockAddress *BA = cast<BlockAddressSDNode>(Op)->getBlockAddress();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp708 V.BA = Op.getBlockAddress();
H A DHexagonISelLowering.cpp1104 const BlockAddress *BA = cast<BlockAddressSDNode>(Op)->getBlockAddress();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp1037 const BlockAddress *BA = cast<BlockAddressSDNode>(Op)->getBlockAddress();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp315 const BlockAddress *BA = cast<BlockAddressSDNode>(Op)->getBlockAddress();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp439 return DAG.getTargetBlockAddress(N->getBlockAddress(), Ty, N->getOffset(),

Completed in 499 milliseconds

123