Home
last modified time | relevance | path

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

123

/external/llvm/lib/Target/Sparc/
DSparcMCInstLower.cpp49 Symbol = AP.GetBlockAddressSymbol(MO.getBlockAddress()); in LowerSymbolOperand()
/external/llvm/lib/Target/SystemZ/
DSystemZMCInstLower.cpp65 Symbol = AsmPrinter.GetBlockAddressSymbol(MO.getBlockAddress()); in getExpr()
/external/llvm/lib/Target/X86/
DX86OptimizeLEAs.cpp144 Hash = hash_combine(Hash, Val.Disp->getBlockAddress()); in getHashValue()
207 MO1.getBlockAddress() == MO2.getBlockAddress()) || in isSimilarDispOp()
/external/llvm/lib/Target/Hexagon/
DHexagonCopyToCombine.cpp662 .addBlockAddress(HiOperand.getBlockAddress(), HiOperand.getOffset(), in emitCombineII()
670 .addBlockAddress(LoOperand.getBlockAddress(), LoOperand.getOffset(), in emitCombineII()
751 .addBlockAddress(HiOperand.getBlockAddress(), HiOperand.getOffset(), in emitCombineIR()
800 .addBlockAddress(LoOperand.getBlockAddress(), LoOperand.getOffset(), in emitCombineRI()
DHexagonMCInstLower.cpp160 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.cpp230 GetBlockAddressSymbol(MO.getBlockAddress())->print(O, MAI); in printOperand()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMMCInstLower.cpp101 MCOp = GetSymbolRef(MO, GetBlockAddressSymbol(MO.getBlockAddress())); in lowerOperand()
DARMConstantPoolValue.h146 const BlockAddress *getBlockAddress() const;
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430MCInstLower.cpp88 return Printer.GetBlockAddressSymbol(MO.getBlockAddress()); in GetBlockAddressSymbol()
DMSP430ISelDAGToDAG.cpp163 AM.BlockAddr = cast<BlockAddressSDNode>(N0)->getBlockAddress(); in MatchWrapper()
277 Disp = CurDAG->getBlockAddress(AM.BlockAddr, MVT::i32, in SelectAddr()
/external/llvm/lib/Target/Lanai/
DLanaiMCInstLower.cpp41 return Printer.GetBlockAddressSymbol(MO.getBlockAddress()); in GetBlockAddressSymbol()
DLanaiAsmPrinter.cpp87 MCSymbol *BA = GetBlockAddressSymbol(MO.getBlockAddress()); in printOperand()
/external/llvm/lib/Target/MSP430/
DMSP430MCInstLower.cpp92 return Printer.GetBlockAddressSymbol(MO.getBlockAddress()); in GetBlockAddressSymbol()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsMCInstLower.cpp66 Symbol = AsmPrinter.GetBlockAddressSymbol(MO.getBlockAddress()); in LowerSymbolOperand()
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeMCInstLower.cpp94 return Printer.GetBlockAddressSymbol(MO.getBlockAddress()); in GetBlockAddressSymbol()
/external/llvm/lib/Target/ARM/
DARMMCInstLower.cpp91 MCOp = GetSymbolRef(MO, GetBlockAddressSymbol(MO.getBlockAddress())); in lowerOperand()
DARMConstantPoolValue.h163 const BlockAddress *getBlockAddress() const;
DARMConstantPoolValue.cpp166 const BlockAddress *ARMConstantPoolConstant::getBlockAddress() const { in getBlockAddress() function in ARMConstantPoolConstant
/external/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp192 GetBlockAddressSymbol(MO.getBlockAddress())->print(O, MAI); in printOperand()
585 MOSymbol = GetBlockAddressSymbol(MO.getBlockAddress()); in EmitInstruction()
629 MOSymbol = GetBlockAddressSymbol(MO.getBlockAddress()); in EmitInstruction()
667 MOSymbol = GetBlockAddressSymbol(MO.getBlockAddress()); in EmitInstruction()
698 MOSymbol = GetBlockAddressSymbol(MO.getBlockAddress()); in EmitInstruction()
DPPCMCInstLower.cpp178 MCOp = GetSymbolRef(MO,AP.GetBlockAddressSymbol(MO.getBlockAddress()),AP, in LowerPPCMachineInstrToMCInst()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCMCInstLower.cpp166 MCOp = GetSymbolRef(MO,AP.GetBlockAddressSymbol(MO.getBlockAddress()),AP, in LowerPPCMachineInstrToMCInst()
/external/llvm/lib/Target/AArch64/
DAArch64MCInstLower.cpp201 MO, Printer.GetBlockAddressSymbol(MO.getBlockAddress())); in lowerOperand()
/external/llvm/lib/Target/Mips/
DMipsMCInstLower.cpp133 Symbol = AsmPrinter.GetBlockAddressSymbol(MO.getBlockAddress()); in LowerSymbolOperand()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineInstr.cpp218 return getBlockAddress() == Other.getBlockAddress(); in isIdenticalTo()
311 WriteAsOperand(OS, getBlockAddress(), /*PrintType=*/false); in print()
1739 Key |= DenseMapInfo<void*>::getHashValue(MO.getBlockAddress()); in getHashValue()

123