/external/llvm/lib/Target/Sparc/ |
D | SparcMCInstLower.cpp | 49 Symbol = AP.GetBlockAddressSymbol(MO.getBlockAddress()); in LowerSymbolOperand()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZMCInstLower.cpp | 65 Symbol = AsmPrinter.GetBlockAddressSymbol(MO.getBlockAddress()); in getExpr()
|
/external/llvm/lib/Target/X86/ |
D | X86OptimizeLEAs.cpp | 144 Hash = hash_combine(Hash, Val.Disp->getBlockAddress()); in getHashValue() 207 MO1.getBlockAddress() == MO2.getBlockAddress()) || in isSimilarDispOp()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonCopyToCombine.cpp | 662 .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()
|
D | HexagonMCInstLower.cpp | 160 MCO = GetSymbolRef(MO, AP.GetBlockAddressSymbol(MO.getBlockAddress()), AP, in HexagonLowerToMC()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreMCInstLower.cpp | 50 Symbol = Printer.GetBlockAddressSymbol(MO.getBlockAddress()); in LowerSymbolOperand()
|
D | XCoreAsmPrinter.cpp | 230 GetBlockAddressSymbol(MO.getBlockAddress())->print(O, MAI); in printOperand()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMMCInstLower.cpp | 101 MCOp = GetSymbolRef(MO, GetBlockAddressSymbol(MO.getBlockAddress())); in lowerOperand()
|
D | ARMConstantPoolValue.h | 146 const BlockAddress *getBlockAddress() const;
|
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/ |
D | MSP430MCInstLower.cpp | 88 return Printer.GetBlockAddressSymbol(MO.getBlockAddress()); in GetBlockAddressSymbol()
|
D | MSP430ISelDAGToDAG.cpp | 163 AM.BlockAddr = cast<BlockAddressSDNode>(N0)->getBlockAddress(); in MatchWrapper() 277 Disp = CurDAG->getBlockAddress(AM.BlockAddr, MVT::i32, in SelectAddr()
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiMCInstLower.cpp | 41 return Printer.GetBlockAddressSymbol(MO.getBlockAddress()); in GetBlockAddressSymbol()
|
D | LanaiAsmPrinter.cpp | 87 MCSymbol *BA = GetBlockAddressSymbol(MO.getBlockAddress()); in printOperand()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430MCInstLower.cpp | 92 return Printer.GetBlockAddressSymbol(MO.getBlockAddress()); in GetBlockAddressSymbol()
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsMCInstLower.cpp | 66 Symbol = AsmPrinter.GetBlockAddressSymbol(MO.getBlockAddress()); in LowerSymbolOperand()
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeMCInstLower.cpp | 94 return Printer.GetBlockAddressSymbol(MO.getBlockAddress()); in GetBlockAddressSymbol()
|
/external/llvm/lib/Target/ARM/ |
D | ARMMCInstLower.cpp | 91 MCOp = GetSymbolRef(MO, GetBlockAddressSymbol(MO.getBlockAddress())); in lowerOperand()
|
D | ARMConstantPoolValue.h | 163 const BlockAddress *getBlockAddress() const;
|
D | ARMConstantPoolValue.cpp | 166 const BlockAddress *ARMConstantPoolConstant::getBlockAddress() const { in getBlockAddress() function in ARMConstantPoolConstant
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 192 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()
|
D | PPCMCInstLower.cpp | 178 MCOp = GetSymbolRef(MO,AP.GetBlockAddressSymbol(MO.getBlockAddress()),AP, in LowerPPCMachineInstrToMCInst()
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCMCInstLower.cpp | 166 MCOp = GetSymbolRef(MO,AP.GetBlockAddressSymbol(MO.getBlockAddress()),AP, in LowerPPCMachineInstrToMCInst()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64MCInstLower.cpp | 201 MO, Printer.GetBlockAddressSymbol(MO.getBlockAddress())); in lowerOperand()
|
/external/llvm/lib/Target/Mips/ |
D | MipsMCInstLower.cpp | 133 Symbol = AsmPrinter.GetBlockAddressSymbol(MO.getBlockAddress()); in LowerSymbolOperand()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | MachineInstr.cpp | 218 return getBlockAddress() == Other.getBlockAddress(); in isIdenticalTo() 311 WriteAsOperand(OS, getBlockAddress(), /*PrintType=*/false); in print() 1739 Key |= DenseMapInfo<void*>::getHashValue(MO.getBlockAddress()); in getHashValue()
|