Searched refs:getBlockAddress (Results 1 - 25 of 30) sorted by relevance

12

/external/llvm/lib/Target/Hexagon/
H A DHexagonMCInstLower.cpp87 MCO = GetSymbolRef(MO, AP.GetBlockAddressSymbol(MO.getBlockAddress()),AP);
/external/llvm/lib/Target/ARM/
H A DARMMCInstLower.cpp98 MCOp = GetSymbolRef(MO, GetBlockAddressSymbol(MO.getBlockAddress()));
H A DARMConstantPoolValue.h146 const BlockAddress *getBlockAddress() const;
H A DARMConstantPoolValue.cpp160 const BlockAddress *ARMConstantPoolConstant::getBlockAddress() const { function in class:ARMConstantPoolConstant
H A DARMAsmPrinter.cpp908 cast<ARMConstantPoolConstant>(ACPV)->getBlockAddress();
/external/llvm/lib/Target/MSP430/
H A DMSP430MCInstLower.cpp88 return Printer.GetBlockAddressSymbol(MO.getBlockAddress());
H A DMSP430ISelDAGToDAG.cpp163 AM.BlockAddr = cast<BlockAddressSDNode>(N0)->getBlockAddress();
277 Disp = CurDAG->getBlockAddress(AM.BlockAddr, MVT::i32,
H A DMSP430ISelLowering.cpp657 const BlockAddress *BA = cast<BlockAddressSDNode>(Op)->getBlockAddress();
658 SDValue Result = DAG.getBlockAddress(BA, getPointerTy(), /*isTarget=*/true);
/external/llvm/lib/Target/MBlaze/
H A DMBlazeMCInstLower.cpp92 return Printer.GetBlockAddressSymbol(MO.getBlockAddress());
/external/llvm/lib/Target/Mips/
H A DMipsMCInstLower.cpp78 Symbol = AsmPrinter.GetBlockAddressSymbol(MO.getBlockAddress());
H A DMipsAsmPrinter.cpp466 MCSymbol *BA = GetBlockAddressSymbol(MO.getBlockAddress());
H A DMipsISelLowering.cpp1617 const BlockAddress *BA = cast<BlockAddressSDNode>(Op)->getBlockAddress();
1623 SDValue BAHi = DAG.getBlockAddress(BA, MVT::i32, true, MipsII::MO_ABS_HI);
1624 SDValue BALo = DAG.getBlockAddress(BA, MVT::i32, true, MipsII::MO_ABS_LO);
1633 SDValue BAGOTOffset = DAG.getBlockAddress(BA, ValTy, true, GOTFlag);
1636 SDValue BALOOffset = DAG.getBlockAddress(BA, ValTy, true, OFSTFlag);
/external/llvm/lib/Target/PowerPC/
H A DPPCMCInstLower.cpp178 MCOp = GetSymbolRef(MO,AP.GetBlockAddressSymbol(MO.getBlockAddress()),AP,
H A DPPCAsmPrinter.cpp177 O << *GetBlockAddressSymbol(MO.getBlockAddress());
H A DPPCISelLowering.cpp1263 const BlockAddress *BA = cast<BlockAddressSDNode>(Op)->getBlockAddress();
1267 SDValue TgtBAHi = DAG.getBlockAddress(BA, PtrVT, /*isTarget=*/true, MOHiFlag);
1268 SDValue TgtBALo = DAG.getBlockAddress(BA, PtrVT, /*isTarget=*/true, MOLoFlag);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp479 WriteAsOperand(OS, BA->getBlockAddress()->getFunction(), false);
481 WriteAsOperand(OS, BA->getBlockAddress()->getBasicBlock(), false);
H A DInstrEmitter.cpp414 MI->addOperand(MachineOperand::CreateBA(BA->getBlockAddress(),
/external/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp251 O << *GetBlockAddressSymbol(MO.getBlockAddress());
H A DXCoreISelLowering.cpp300 const BlockAddress *BA = cast<BlockAddressSDNode>(Op)->getBlockAddress();
301 SDValue Result = DAG.getBlockAddress(BA, getPointerTy(), /*isTarget=*/true);
/external/llvm/include/llvm/CodeGen/
H A DMachineOperand.h430 const BlockAddress *getBlockAddress() const { function in class:llvm::MachineOperand
H A DSelectionDAG.h439 SDValue getBlockAddress(const BlockAddress *BA, EVT VT,
H A DSelectionDAGNodes.h1494 const BlockAddress *getBlockAddress() const { return BA; } function in class:llvm::SDNode::BlockAddressSDNode
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp201 return getBlockAddress() == Other.getBlockAddress();
242 MO.getBlockAddress());
364 WriteAsOperand(OS, getBlockAddress(), /*PrintType=*/false);
/external/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp342 AsmPrinter.GetBlockAddressSymbol(MO.getBlockAddress()));
H A DX86ISelDAGToDAG.cpp254 Disp = CurDAG->getBlockAddress(AM.BlockAddr, MVT::i32,
658 AM.BlockAddr = cast<BlockAddressSDNode>(N0)->getBlockAddress();
690 AM.BlockAddr = cast<BlockAddressSDNode>(N0)->getBlockAddress();

Completed in 314 milliseconds

12