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

1 2

  /external/llvm/lib/Target/ARM/
ARMMCInstLower.cpp 101 MCOp = GetSymbolRef(MO, GetBlockAddressSymbol(MO.getBlockAddress()));
ARMConstantPoolValue.h 146 const BlockAddress *getBlockAddress() const;
ARMConstantPoolValue.cpp 161 const BlockAddress *ARMConstantPoolConstant::getBlockAddress() const {
ARMAsmPrinter.cpp 855 cast<ARMConstantPoolConstant>(ACPV)->getBlockAddress();
    [all...]
ARMBaseInstrInfo.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 660 const BlockAddress *BA = cast<BlockAddressSDNode>(Op)->getBlockAddress();
661 SDValue Result = DAG.getBlockAddress(BA, getPointerTy(), /*isTarget=*/true);
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeMCInstLower.cpp 94 return Printer.GetBlockAddressSymbol(MO.getBlockAddress());
  /external/llvm/lib/Target/Mips/
MipsMCInstLower.cpp 66 Symbol = AsmPrinter.GetBlockAddressSymbol(MO.getBlockAddress());
MipsAsmPrinter.cpp 354 MCSymbol* BA = GetBlockAddressSymbol(MO.getBlockAddress());
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp 166 MCOp = GetSymbolRef(MO,AP.GetBlockAddressSymbol(MO.getBlockAddress()),AP,
PPCAsmPrinter.cpp 174 O << *GetBlockAddressSymbol(MO.getBlockAddress());
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 251 O << *GetBlockAddressSymbol(MO.getBlockAddress());
XCoreISelLowering.cpp 302 const BlockAddress *BA = cast<BlockAddressSDNode>(Op)->getBlockAddress();
303 SDValue Result = DAG.getBlockAddress(BA, getPointerTy(), /*isTarget=*/true);
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 391 const BlockAddress *getBlockAddress() const {
SelectionDAG.h 396 SDValue getBlockAddress(const BlockAddress *BA, EVT VT,
    [all...]
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 218 return getBlockAddress() == Other.getBlockAddress();
311 WriteAsOperand(OS, getBlockAddress(), /*PrintType=*/false);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 252 Disp = CurDAG->getBlockAddress(AM.BlockAddr, MVT::i32,
656 AM.BlockAddr = cast<BlockAddressSDNode>(N0)->getBlockAddress();
687 AM.BlockAddr = cast<BlockAddressSDNode>(N0)->getBlockAddress();
    [all...]
X86MCInstLower.cpp 336 AsmPrinter.GetBlockAddressSymbol(MO.getBlockAddress()));
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 389 MI->addOperand(MachineOperand::CreateBA(BA->getBlockAddress(),
    [all...]
SelectionDAG.cpp 452 ID.AddPointer(cast<BlockAddressSDNode>(N)->getBlockAddress());
    [all...]

Completed in 3006 milliseconds

1 2