HomeSort by relevance Sort by last modified time
    Searched refs:getBlockAddress (Results 1 - 25 of 30) sorted by null

1 2

  /external/llvm/lib/Target/Hexagon/
HexagonMCInstLower.cpp 87 MCO = GetSymbolRef(MO, AP.GetBlockAddressSymbol(MO.getBlockAddress()),AP);
  /external/llvm/lib/Target/ARM/
ARMMCInstLower.cpp 98 MCOp = GetSymbolRef(MO, GetBlockAddressSymbol(MO.getBlockAddress()));
ARMConstantPoolValue.h 146 const BlockAddress *getBlockAddress() const;
ARMConstantPoolValue.cpp 160 const BlockAddress *ARMConstantPoolConstant::getBlockAddress() const {
ARMAsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430MCInstLower.cpp 88 return Printer.GetBlockAddressSymbol(MO.getBlockAddress());
MSP430ISelDAGToDAG.cpp 163 AM.BlockAddr = cast<BlockAddressSDNode>(N0)->getBlockAddress();
277 Disp = CurDAG->getBlockAddress(AM.BlockAddr, MVT::i32,
MSP430ISelLowering.cpp 657 const BlockAddress *BA = cast<BlockAddressSDNode>(Op)->getBlockAddress();
658 SDValue Result = DAG.getBlockAddress(BA, getPointerTy(), /*isTarget=*/true);
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeMCInstLower.cpp 92 return Printer.GetBlockAddressSymbol(MO.getBlockAddress());
  /external/llvm/lib/Target/Mips/
MipsMCInstLower.cpp 78 Symbol = AsmPrinter.GetBlockAddressSymbol(MO.getBlockAddress());
MipsAsmPrinter.cpp 466 MCSymbol *BA = GetBlockAddressSymbol(MO.getBlockAddress());
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp 178 MCOp = GetSymbolRef(MO,AP.GetBlockAddressSymbol(MO.getBlockAddress()),AP,
PPCAsmPrinter.cpp 177 O << *GetBlockAddressSymbol(MO.getBlockAddress());
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 479 WriteAsOperand(OS, BA->getBlockAddress()->getFunction(), false);
481 WriteAsOperand(OS, BA->getBlockAddress()->getBasicBlock(), false);
InstrEmitter.cpp 414 MI->addOperand(MachineOperand::CreateBA(BA->getBlockAddress(),
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 251 O << *GetBlockAddressSymbol(MO.getBlockAddress());
XCoreISelLowering.cpp 300 const BlockAddress *BA = cast<BlockAddressSDNode>(Op)->getBlockAddress();
301 SDValue Result = DAG.getBlockAddress(BA, getPointerTy(), /*isTarget=*/true);
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 430 const BlockAddress *getBlockAddress() const {
SelectionDAG.h 439 SDValue getBlockAddress(const BlockAddress *BA, EVT VT,
    [all...]
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 201 return getBlockAddress() == Other.getBlockAddress();
242 MO.getBlockAddress());
364 WriteAsOperand(OS, getBlockAddress(), /*PrintType=*/false);
    [all...]
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp 342 AsmPrinter.GetBlockAddressSymbol(MO.getBlockAddress()));
X86ISelDAGToDAG.cpp 254 Disp = CurDAG->getBlockAddress(AM.BlockAddr, MVT::i32,
658 AM.BlockAddr = cast<BlockAddressSDNode>(N0)->getBlockAddress();
690 AM.BlockAddr = cast<BlockAddressSDNode>(N0)->getBlockAddress();
    [all...]

Completed in 1966 milliseconds

1 2