Searched refs:OpFlagLo (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiISelLowering.cpp | 1146 uint8_t OpFlagLo = LanaiII::MO_ABS_LO; in LowerConstantPool() local 1151 N->getOffset(), OpFlagLo); in LowerConstantPool() 1180 uint8_t OpFlagLo = LanaiII::MO_ABS_LO; in LowerGlobalAddress() local 1186 GV, DL, getPointerTy(DAG.getDataLayout()), Offset, OpFlagLo); in LowerGlobalAddress() 1199 uint8_t OpFlagLo = LanaiII::MO_ABS_LO; in LowerBlockAddress() local 1202 SDValue Lo = DAG.getBlockAddress(BA, MVT::i32, true, OpFlagLo); in LowerBlockAddress() 1223 uint8_t OpFlagLo = LanaiII::MO_ABS_LO; in LowerJumpTable() local 1228 JT->getIndex(), getPointerTy(DAG.getDataLayout()), OpFlagLo); in LowerJumpTable()
|