Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp18679 EVT CNType = CN->getValueType(0); in SelectOptimalAddrMode() local
18685 Disp = DAG.getTargetConstant(Imm, DL, CNType); in SelectOptimalAddrMode()
18687 CNType); in SelectOptimalAddrMode()
18691 if ((CNType == MVT::i32 || isInt<32>(CNImm)) && in SelectOptimalAddrMode()
18698 uint32_t LIS = CNType == MVT::i32 ? PPC::LIS : PPC::LIS8; in SelectOptimalAddrMode()
18699 Base = SDValue(DAG.getMachineNode(LIS, DL, CNType, Base), 0); in SelectOptimalAddrMode()