Home
last modified time | relevance | path

Searched refs:MO_LO (Results 1 – 17 of 17) sorted by relevance

/external/llvm/lib/Target/PowerPC/
DPPC.h85 MO_LO = 1 << 4, enumerator
DPPCMCInstLower.cpp130 case PPCII::MO_LO: in GetSymbolRef()
DPPCInstrInfo.cpp1840 {MO_LO, "ppc-lo"}, in getSerializableDirectMachineOperandTargetFlags()
DPPCISelLowering.cpp2065 LoOpFlags = PPCII::MO_LO; in getLabelAccessInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVBaseInfo.h50 MO_LO, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPC.h98 MO_LO = 1 << 4, enumerator
DPPCMCInstLower.cpp140 case PPCII::MO_LO: in GetSymbolRef()
DPPCInstrInfo.cpp2001 {MO_LO, "ppc-lo"}, in getSerializableDirectMachineOperandTargetFlags()
DPPCISelLowering.cpp2502 LoOpFlags = PPCII::MO_LO; in getLabelAccessInfo()
/external/llvm/lib/Target/AVR/
DAVRInstrInfo.h53 MO_LO = (1 << 1), enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRInstrInfo.h53 MO_LO = (1 << 1), enumerator
DAVRMCInstLower.cpp42 if (TF & AVRII::MO_LO) { in lowerSymbolOperand()
DAVRExpandPseudoInsts.cpp295 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/
DRISCVMCInstLower.cpp40 case RISCVII::MO_LO: in lowerSymbolOperand()
DRISCVMergeBaseOffset.cpp92 LoADDI->getOperand(2).getTargetFlags() != RISCVII::MO_LO || in detectLuiAddiGlobal()
DRISCVISelLowering.cpp308 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()
DRISCVInstrInfo.cpp384 .addMBB(&DestBB, RISCVII::MO_LO); in insertIndirectBranch()