Home
last modified time | relevance | path

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

123456

/external/llvm/lib/Target/X86/
DX86OptimizeLEAs.cpp144 Hash = hash_combine(Hash, Val.Disp->getBlockAddress()); in getHashValue()
207 MO1.getBlockAddress() == MO2.getBlockAddress()) || in isSimilarDispOp()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DSparcMCInstLower.cpp49 Symbol = AP.GetBlockAddressSymbol(MO.getBlockAddress()); in LowerSymbolOperand()
/external/llvm/lib/Target/Sparc/
DSparcMCInstLower.cpp49 Symbol = AP.GetBlockAddressSymbol(MO.getBlockAddress()); in LowerSymbolOperand()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonCopyToCombine.cpp691 .addBlockAddress(HiOperand.getBlockAddress(), HiOperand.getOffset(), in emitCombineII()
699 .addBlockAddress(LoOperand.getBlockAddress(), LoOperand.getOffset(), in emitCombineII()
780 .addBlockAddress(HiOperand.getBlockAddress(), HiOperand.getOffset(), in emitCombineIR()
829 .addBlockAddress(LoOperand.getBlockAddress(), LoOperand.getOffset(), in emitCombineRI()
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86OptimizeLEAs.cpp159 Hash = hash_combine(Hash, Val.Disp->getBlockAddress()); in getHashValue()
225 MO1.getBlockAddress() == MO2.getBlockAddress()) || in isSimilarDispOp()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineOperand.cpp290 return getBlockAddress() == Other.getBlockAddress() && in isIdenticalTo()
355 return hash_combine(MO.getType(), MO.getTargetFlags(), MO.getBlockAddress(), in hash_value()
838 getBlockAddress()->getFunction()->printAsOperand(OS, /*PrintType=*/false, in print()
841 printIRBlockReference(OS, *getBlockAddress()->getBasicBlock(), MST); in print()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Nios2/
DNios2MCInstLower.cpp52 Symbol = AP.GetBlockAddressSymbol(MO.getBlockAddress()); in LowerSymbolOperand()
DNios2AsmPrinter.cpp135 O << GetBlockAddressSymbol(MO.getBlockAddress())->getName(); in printOperand()
/external/llvm/lib/Target/SystemZ/
DSystemZMCInstLower.cpp65 Symbol = AsmPrinter.GetBlockAddressSymbol(MO.getBlockAddress()); in getExpr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZMCInstLower.cpp65 Symbol = AsmPrinter.GetBlockAddressSymbol(MO.getBlockAddress()); in getExpr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
DRISCVMCInstLower.cpp86 MO, AP.GetBlockAddressSymbol(MO.getBlockAddress()), AP); in LowerRISCVMachineOperandToMCOperand()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
DBPFAsmPrinter.cpp77 MCSymbol *BA = GetBlockAddressSymbol(MO.getBlockAddress()); in printOperand()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
DARCMCInstLower.cpp45 Symbol = Printer.GetBlockAddressSymbol(MO.getBlockAddress()); in LowerSymbolOperand()
/external/llvm/lib/Target/XCore/
DXCoreMCInstLower.cpp50 Symbol = Printer.GetBlockAddressSymbol(MO.getBlockAddress()); in LowerSymbolOperand()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreMCInstLower.cpp47 Symbol = Printer.GetBlockAddressSymbol(MO.getBlockAddress()); in LowerSymbolOperand()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRMCInstLower.cpp97 MO, Printer.GetBlockAddressSymbol(MO.getBlockAddress())); in lowerInstruction()
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430MCInstLower.cpp88 return Printer.GetBlockAddressSymbol(MO.getBlockAddress()); in GetBlockAddressSymbol()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMMCInstLower.cpp101 MCOp = GetSymbolRef(MO, GetBlockAddressSymbol(MO.getBlockAddress())); in lowerOperand()
/external/llvm/lib/Target/MSP430/
DMSP430MCInstLower.cpp92 return Printer.GetBlockAddressSymbol(MO.getBlockAddress()); in GetBlockAddressSymbol()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
DLanaiMCInstLower.cpp40 return Printer.GetBlockAddressSymbol(MO.getBlockAddress()); in GetBlockAddressSymbol()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
DMSP430MCInstLower.cpp92 return Printer.GetBlockAddressSymbol(MO.getBlockAddress()); in GetBlockAddressSymbol()
/external/llvm/lib/Target/Lanai/
DLanaiMCInstLower.cpp41 return Printer.GetBlockAddressSymbol(MO.getBlockAddress()); in GetBlockAddressSymbol()
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeMCInstLower.cpp94 return Printer.GetBlockAddressSymbol(MO.getBlockAddress()); in GetBlockAddressSymbol()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsMCInstLower.cpp66 Symbol = AsmPrinter.GetBlockAddressSymbol(MO.getBlockAddress()); in LowerSymbolOperand()

123456