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

1 2

  /external/llvm/lib/Target/ARM/
ARMMCInstLower.cpp 98 MCOp = GetSymbolRef(MO, GetBlockAddressSymbol(MO.getBlockAddress()));
ARMConstantPoolValue.h 144 const BlockAddress *getBlockAddress() const;
ARMConstantPoolValue.cpp 160 const BlockAddress *ARMConstantPoolConstant::getBlockAddress() const {
ARMAsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonMCInstLower.cpp 89 MCO = GetSymbolRef(MO, AP.GetBlockAddressSymbol(MO.getBlockAddress()),AP);
  /external/llvm/lib/Target/MSP430/
MSP430MCInstLower.cpp 88 return Printer.GetBlockAddressSymbol(MO.getBlockAddress());
MSP430ISelDAGToDAG.cpp 163 AM.BlockAddr = cast<BlockAddressSDNode>(N0)->getBlockAddress();
MSP430ISelLowering.cpp 693 const BlockAddress *BA = cast<BlockAddressSDNode>(Op)->getBlockAddress();
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZMCInstLower.cpp 88 const BlockAddress *BA = MO.getBlockAddress();
  /external/llvm/lib/Target/XCore/
XCoreMCInstLower.cpp 50 Symbol = Printer.GetBlockAddressSymbol(MO.getBlockAddress());
XCoreAsmPrinter.cpp 234 O << *GetBlockAddressSymbol(MO.getBlockAddress());
  /external/llvm/lib/Target/AArch64/
AArch64MCInstLower.cpp 118 MCOp = lowerSymbolOperand(MO, GetBlockAddressSymbol(MO.getBlockAddress()));
AArch64AsmPrinter.cpp 114 Name = GetBlockAddressSymbol(MO.getBlockAddress())->getName();
  /external/llvm/lib/Target/Mips/
MipsMCInstLower.cpp 82 Symbol = AsmPrinter.GetBlockAddressSymbol(MO.getBlockAddress());
MipsAsmPrinter.cpp 492 MCSymbol *BA = GetBlockAddressSymbol(MO.getBlockAddress());
  /external/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp 197 MCOp = GetSymbolRef(MO,AP.GetBlockAddressSymbol(MO.getBlockAddress()),AP,
PPCAsmPrinter.cpp 169 O << *GetBlockAddressSymbol(MO.getBlockAddress());
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcAsmPrinter.cpp 122 O << GetBlockAddressSymbol(MO.getBlockAddress())->getName();
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 477 WriteAsOperand(OS, BA->getBlockAddress()->getFunction(), false);
479 WriteAsOperand(OS, BA->getBlockAddress()->getBasicBlock(), false);
InstrEmitter.cpp 410 MIB.addBlockAddress(BA->getBlockAddress(),
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 433 const BlockAddress *getBlockAddress() const {
SelectionDAG.h 432 SDValue getBlockAddress(const BlockAddress *BA, EVT VT,
438 return getBlockAddress(BA, VT, Offset, true, TargetFlags);
    [all...]
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 200 return getBlockAddress() == Other.getBlockAddress() &&
242 MO.getBlockAddress(), MO.getOffset());
364 WriteAsOperand(OS, getBlockAddress(), /*PrintType=*/false);
    [all...]
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp 368 AsmPrinter.GetBlockAddressSymbol(MO.getBlockAddress()));

Completed in 341 milliseconds

1 2