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

12

/external/llvm/lib/Target/Sparc/
H A DSparcMCInstLower.cpp50 Symbol = AP.GetBlockAddressSymbol(MO.getBlockAddress());
H A DSparcAsmPrinter.cpp370 O << GetBlockAddressSymbol(MO.getBlockAddress())->getName();
/external/llvm/lib/Target/SystemZ/
H A DSystemZMCInstLower.cpp62 Symbol = AsmPrinter.GetBlockAddressSymbol(MO.getBlockAddress());
/external/llvm/lib/Target/ARM/
H A DARMMCInstLower.cpp102 MCOp = GetSymbolRef(MO, GetBlockAddressSymbol(MO.getBlockAddress()));
H A DARMConstantPoolValue.cpp160 const BlockAddress *ARMConstantPoolConstant::getBlockAddress() const { function in class:ARMConstantPoolConstant
H A DARMConstantPoolValue.h165 const BlockAddress *getBlockAddress() const;
H A DARMAsmPrinter.cpp850 cast<ARMConstantPoolConstant>(ACPV)->getBlockAddress();
/external/llvm/lib/Target/Hexagon/
H A DHexagonMCInstLower.cpp89 MCO = GetSymbolRef(MO, AP.GetBlockAddressSymbol(MO.getBlockAddress()),AP);
/external/llvm/lib/Target/MSP430/
H A DMSP430MCInstLower.cpp92 return Printer.GetBlockAddressSymbol(MO.getBlockAddress());
H A DMSP430ISelDAGToDAG.cpp164 AM.BlockAddr = cast<BlockAddressSDNode>(N0)->getBlockAddress();
H A DMSP430ISelLowering.cpp805 const BlockAddress *BA = cast<BlockAddressSDNode>(Op)->getBlockAddress();
/external/llvm/lib/Target/XCore/
H A DXCoreMCInstLower.cpp50 Symbol = Printer.GetBlockAddressSymbol(MO.getBlockAddress());
H A DXCoreAsmPrinter.cpp233 O << *GetBlockAddressSymbol(MO.getBlockAddress());
/external/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.cpp188 MO, Printer.GetBlockAddressSymbol(MO.getBlockAddress()));
/external/llvm/lib/Target/Mips/
H A DMipsMCInstLower.cpp81 Symbol = AsmPrinter.GetBlockAddressSymbol(MO.getBlockAddress());
H A DMipsAsmPrinter.cpp604 MCSymbol *BA = GetBlockAddressSymbol(MO.getBlockAddress());
/external/llvm/lib/Target/PowerPC/
H A DPPCMCInstLower.cpp201 MCOp = GetSymbolRef(MO,AP.GetBlockAddressSymbol(MO.getBlockAddress()),AP,
H A DPPCAsmPrinter.cpp169 O << *GetBlockAddressSymbol(MO.getBlockAddress());
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp490 BA->getBlockAddress()->getFunction()->printAsOperand(OS, false);
492 BA->getBlockAddress()->getBasicBlock()->printAsOperand(OS, false);
H A DInstrEmitter.cpp422 MIB.addBlockAddress(BA->getBlockAddress(),
/external/llvm/include/llvm/CodeGen/
H A DMachineOperand.h438 const BlockAddress *getBlockAddress() const { function in class:llvm::MachineOperand
H A DSelectionDAG.h477 SDValue getBlockAddress(const BlockAddress *BA, EVT VT,
483 return getBlockAddress(BA, VT, Offset, true, TargetFlags);
H A DSelectionDAGNodes.h1693 const BlockAddress *getBlockAddress() const { return BA; } function in class:BlockAddressSDNode
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp199 return getBlockAddress() == Other.getBlockAddress() &&
244 MO.getBlockAddress(), MO.getOffset());
368 getBlockAddress()->printAsOperand(OS, /*PrintType=*/false);
/external/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp377 AsmPrinter.GetBlockAddressSymbol(MO.getBlockAddress()));

Completed in 7876 milliseconds

12