Home
last modified time | relevance | path

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

12

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

12