Searched refs:MO_LO (Results 1 – 17 of 17) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPC.h | 85 MO_LO = 1 << 4, enumerator
|
D | PPCMCInstLower.cpp | 130 case PPCII::MO_LO: in GetSymbolRef()
|
D | PPCInstrInfo.cpp | 1840 {MO_LO, "ppc-lo"}, in getSerializableDirectMachineOperandTargetFlags()
|
D | PPCISelLowering.cpp | 2065 LoOpFlags = PPCII::MO_LO; in getLabelAccessInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/MCTargetDesc/ |
D | RISCVBaseInfo.h | 50 MO_LO, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPC.h | 98 MO_LO = 1 << 4, enumerator
|
D | PPCMCInstLower.cpp | 140 case PPCII::MO_LO: in GetSymbolRef()
|
D | PPCInstrInfo.cpp | 2001 {MO_LO, "ppc-lo"}, in getSerializableDirectMachineOperandTargetFlags()
|
D | PPCISelLowering.cpp | 2502 LoOpFlags = PPCII::MO_LO; in getLabelAccessInfo()
|
/external/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.h | 53 MO_LO = (1 << 1), enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.h | 53 MO_LO = (1 << 1), enumerator
|
D | AVRMCInstLower.cpp | 42 if (TF & AVRII::MO_LO) { in lowerSymbolOperand()
|
D | AVRExpandPseudoInsts.cpp | 295 MIBLO.addGlobalAddress(GV, Offs, TF | AVRII::MO_NEG | AVRII::MO_LO); in expand() 507 MIBLO.addGlobalAddress(GV, Offs, TF | AVRII::MO_LO); in expand() 515 MIBLO.add(MachineOperand::CreateBA(BA, TF | AVRII::MO_LO)); in expand()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/ |
D | RISCVMCInstLower.cpp | 40 case RISCVII::MO_LO: in lowerSymbolOperand()
|
D | RISCVMergeBaseOffset.cpp | 92 LoADDI->getOperand(2).getTargetFlags() != RISCVII::MO_LO || in detectLuiAddiGlobal()
|
D | RISCVISelLowering.cpp | 308 SDValue GALo = DAG.getTargetGlobalAddress(GV, DL, Ty, 0, RISCVII::MO_LO); in lowerGlobalAddress() 330 SDValue BALo = DAG.getTargetBlockAddress(BA, Ty, Offset, RISCVII::MO_LO); in lowerBlockAddress() 350 DAG.getTargetConstantPool(CPA, Ty, Alignment, Offset, RISCVII::MO_LO); in lowerConstantPool() 373 SDValue GALo = DAG.getTargetExternalSymbol(Sym, Ty, RISCVII::MO_LO); in lowerExternalSymbol()
|
D | RISCVInstrInfo.cpp | 384 .addMBB(&DestBB, RISCVII::MO_LO); in insertIndirectBranch()
|