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/Sparc/
SparcMCInstLower.cpp 50 Symbol = AP.GetBlockAddressSymbol(MO.getBlockAddress());
SparcAsmPrinter.cpp 370 O << GetBlockAddressSymbol(MO.getBlockAddress())->getName();
  /external/llvm/lib/Target/SystemZ/
SystemZMCInstLower.cpp 62 Symbol = AsmPrinter.GetBlockAddressSymbol(MO.getBlockAddress());
  /external/llvm/lib/Target/ARM/
ARMMCInstLower.cpp 102 MCOp = GetSymbolRef(MO, GetBlockAddressSymbol(MO.getBlockAddress()));
ARMConstantPoolValue.cpp 160 const BlockAddress *ARMConstantPoolConstant::getBlockAddress() const {
ARMConstantPoolValue.h 165 const BlockAddress *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 92 return Printer.GetBlockAddressSymbol(MO.getBlockAddress());
MSP430ISelDAGToDAG.cpp 164 AM.BlockAddr = cast<BlockAddressSDNode>(N0)->getBlockAddress();
MSP430ISelLowering.cpp 805 const BlockAddress *BA = cast<BlockAddressSDNode>(Op)->getBlockAddress();
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreMCInstLower.cpp 50 Symbol = Printer.GetBlockAddressSymbol(MO.getBlockAddress());
XCoreAsmPrinter.cpp 233 O << *GetBlockAddressSymbol(MO.getBlockAddress());
  /external/llvm/lib/Target/AArch64/
AArch64MCInstLower.cpp 188 MO, Printer.GetBlockAddressSymbol(MO.getBlockAddress()));
  /external/llvm/lib/Target/Mips/
MipsMCInstLower.cpp 81 Symbol = AsmPrinter.GetBlockAddressSymbol(MO.getBlockAddress());
MipsAsmPrinter.cpp 604 MCSymbol *BA = GetBlockAddressSymbol(MO.getBlockAddress());
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp 201 MCOp = GetSymbolRef(MO,AP.GetBlockAddressSymbol(MO.getBlockAddress()),AP,
PPCAsmPrinter.cpp 169 O << *GetBlockAddressSymbol(MO.getBlockAddress());
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 490 BA->getBlockAddress()->getFunction()->printAsOperand(OS, false);
492 BA->getBlockAddress()->getBasicBlock()->printAsOperand(OS, false);
InstrEmitter.cpp 422 MIB.addBlockAddress(BA->getBlockAddress(),
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 438 const BlockAddress *getBlockAddress() const {
SelectionDAG.h 477 SDValue getBlockAddress(const BlockAddress *BA, EVT VT,
483 return getBlockAddress(BA, VT, Offset, true, TargetFlags);
    [all...]
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 199 return getBlockAddress() == Other.getBlockAddress() &&
244 MO.getBlockAddress(), MO.getOffset());
368 getBlockAddress()->printAsOperand(OS, /*PrintType=*/false);
    [all...]
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp 377 AsmPrinter.GetBlockAddressSymbol(MO.getBlockAddress()));
    [all...]

Completed in 530 milliseconds

1 2