/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcMCInstLower.cpp | 43 case MachineOperand::MO_GlobalAddress: in LowerSymbolOperand() 81 case MachineOperand::MO_GlobalAddress: in LowerOperand()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86AsmPrinter.cpp | 119 case MachineOperand::MO_GlobalAddress: { in PrintSymbolOperand() 222 case MachineOperand::MO_GlobalAddress: { in PrintOperand() 277 case MachineOperand::MO_GlobalAddress: in PrintPCRelImm() 307 case MachineOperand::MO_GlobalAddress: in PrintLeaMemReference() 471 case MachineOperand::MO_GlobalAddress: in PrintAsmOperand() 495 case MachineOperand::MO_GlobalAddress: in PrintAsmOperand()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
D | ARCMCInstLower.cpp | 39 case MachineOperand::MO_GlobalAddress: in LowerSymbolOperand() 91 case MachineOperand::MO_GlobalAddress: in LowerOperand()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreMCInstLower.cpp | 41 case MachineOperand::MO_GlobalAddress: in LowerSymbolOperand() 90 case MachineOperand::MO_GlobalAddress: in LowerOperand()
|
D | XCoreAsmPrinter.cpp | 216 case MachineOperand::MO_GlobalAddress: in printOperand()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVMergeBaseOffset.cpp | 84 HiLUI.getOperand(1).getType() != MachineOperand::MO_GlobalAddress || in detectLuiAddiGlobal() 92 LoADDI->getOperand(2).getType() != MachineOperand::MO_GlobalAddress || in detectLuiAddiGlobal()
|
D | RISCVAsmPrinter.cpp | 124 case MachineOperand::MO_GlobalAddress: in PrintAsmOperand()
|
D | RISCVMCInstLower.cpp | 110 case MachineOperand::MO_GlobalAddress: in LowerRISCVMachineOperandToMCOperand()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFMCInstLower.cpp | 76 case MachineOperand::MO_GlobalAddress: in Lower()
|
D | BPFAsmPrinter.cpp | 89 case MachineOperand::MO_GlobalAddress: in printOperand()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsMCInstLower.cpp | 128 case MachineOperand::MO_GlobalAddress: in LowerSymbolOperand() 190 case MachineOperand::MO_GlobalAddress: in LowerOperand()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineOperand.h | 63 MO_GlobalAddress, ///< Address of a global value enumerator 337 bool isGlobal() const { return OpKind == MO_GlobalAddress; } in isGlobal() 840 MachineOperand Op(MachineOperand::MO_GlobalAddress);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZMCInstLower.cpp | 46 case MachineOperand::MO_GlobalAddress: in getExpr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRMCInstLower.cpp | 81 case MachineOperand::MO_GlobalAddress: in lowerInstruction()
|
D | AVRAsmPrinter.cpp | 71 case MachineOperand::MO_GlobalAddress: in printOperand()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiMCInstLower.cpp | 116 case MachineOperand::MO_GlobalAddress: in Lower()
|
D | LanaiAsmPrinter.cpp | 81 case MachineOperand::MO_GlobalAddress: in printOperand()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430MCInstLower.cpp | 138 case MachineOperand::MO_GlobalAddress: in Lower()
|
D | MSP430AsmPrinter.cpp | 94 case MachineOperand::MO_GlobalAddress: { in printOperand()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64CollectLOH.cpp | 165 case MachineOperand::MO_GlobalAddress: in canAddBePartOfLOH() 190 case MachineOperand::MO_GlobalAddress: in canDefBePartOfLOH()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineOperand.cpp | 192 OpKind = MO_GlobalAddress; in ChangeToGA() 299 case MachineOperand::MO_GlobalAddress: in isIdenticalTo() 368 case MachineOperand::MO_GlobalAddress: in hash_value() 833 case MachineOperand::MO_GlobalAddress: in print()
|
D | MIRVRegNamerUtils.cpp | 93 case MachineOperand::MO_GlobalAddress: in getInstructionOpcodeHash()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonMCInstLower.cpp | 156 case MachineOperand::MO_GlobalAddress: in HexagonLowerToMC()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMMCInstLower.cpp | 90 case MachineOperand::MO_GlobalAddress: in lowerOperand()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCMCInstLower.cpp | 182 case MachineOperand::MO_GlobalAddress: in LowerPPCMachineOperandToMCOperand()
|