Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.cpp51 Register DestLo, DestHi, SrcLo, SrcHi; in copyPhysReg() local
54 TRI.splitReg(SrcReg, SrcLo, SrcHi); in copyPhysReg()
61 if (DestLo == SrcHi) { in copyPhysReg()
63 .addReg(SrcHi, getKillRegState(KillSrc) | RegState::Undef); in copyPhysReg()
70 .addReg(SrcHi, getKillRegState(KillSrc) | RegState::Undef); in copyPhysReg()
H A DAVRISelLowering.cpp229 SDValue SrcHi = in LowerShifts() local
245 return DAG.getNode(ISD::BUILD_PAIR, dl, MVT::i32, SrcHi, Zero); in LowerShifts()
264 SDValue Result = DAG.getNode(Opc, dl, ResTys, SrcLo, SrcHi, Cnt); in LowerShifts()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEInstrInfo.cpp709 const MachineOperand &SrcLo = I->getOperand(1), &SrcHi = I->getOperand(2); in expandPseudoMTLoHi() local
724 HiInst.addReg(SrcHi.getReg(), getKillRegState(SrcHi.isKill())); in expandPseudoMTLoHi()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp929 Register SrcHi = HRI.getSubReg(SrcReg, Hexagon::vsub_hi); in copyPhysReg() local
931 unsigned UndefHi = getUndefRegState(!LiveAtMI.contains(SrcHi)); in copyPhysReg()
933 .addReg(SrcHi, KillFlag | UndefHi) in copyPhysReg()
1145 Register SrcHi = HRI.getSubReg(SrcReg, Hexagon::vsub_hi); in expandPostRAPseudo() local
1148 unsigned UndefHi = getUndefRegState(!LiveIn.contains(SrcHi)); in expandPostRAPseudo()
1151 .addReg(SrcHi, UndefHi) in expandPostRAPseudo()
1415 Register SrcHi = HRI.getSubReg(Op2.getReg(), Hexagon::vsub_hi); in expandPostRAPseudo() local
1419 .addReg(SrcHi) in expandPostRAPseudo()
1427 Register SrcHi = HRI.getSubReg(Op3.getReg(), Hexagon::vsub_hi); in expandPostRAPseudo() local
1431 .addReg(SrcHi) in expandPostRAPseudo()
H A DHexagonFrameLowering.cpp1887 Register SrcHi = HRI.getSubReg(SrcR, Hexagon::vsub_hi); in expandStoreVec2() local
1908 if (LPR.contains(SrcHi)) { in expandStoreVec2()
1914 .addReg(SrcHi, getKillRegState(IsKill)) in expandStoreVec2()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp3141 SDValue SrcLo, SrcHi; in SplitVecRes_FP_TO_XINT_SAT() local
3144 GetSplitVector(N->getOperand(0), SrcLo, SrcHi); in SplitVecRes_FP_TO_XINT_SAT()
3146 std::tie(SrcLo, SrcHi) = DAG.SplitVectorOperand(N, 0); in SplitVecRes_FP_TO_XINT_SAT()
3149 Hi = DAG.getNode(N->getOpcode(), dl, DstVTHi, SrcHi, N->getOperand(1)); in SplitVecRes_FP_TO_XINT_SAT()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp9284 SDValue SrcHi = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, SL, MVT::i32, SrcVec, in LowerINTRINSIC_WO_CHAIN() local
9286 return DAG.getSetCC(SL, MVT::i1, SrcHi, Aperture, ISD::SETEQ); in LowerINTRINSIC_WO_CHAIN()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp5004 SDValue SrcHi = DAG.getNode(ISD::AND, DL, MVT::i64, SrcVal, in LowerINT_TO_FP() local
5013 DAG.getSelectCC(DL, Highest, Zero64, SrcHi, SrcVal, ISD::SETNE); in LowerINT_TO_FP()