Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRInstrInfo.cpp55 unsigned DestLo, DestHi, SrcLo, SrcHi; in copyPhysReg() local
58 TRI.splitReg(SrcReg, SrcLo, SrcHi); in copyPhysReg()
64 .addReg(SrcHi, getKillRegState(KillSrc)); in copyPhysReg()
/external/llvm-project/llvm/lib/Target/AVR/
DAVRInstrInfo.cpp55 Register DestLo, DestHi, SrcLo, SrcHi; in copyPhysReg() local
58 TRI.splitReg(SrcReg, SrcLo, SrcHi); in copyPhysReg()
64 .addReg(SrcHi, getKillRegState(KillSrc)); in copyPhysReg()
/external/llvm/lib/Target/Mips/
DMipsSEInstrInfo.cpp566 const MachineOperand &SrcLo = I->getOperand(1), &SrcHi = I->getOperand(2); in expandPseudoMTLoHi() local
581 HiInst.addReg(SrcHi.getReg(), getKillRegState(SrcHi.isKill())); in expandPseudoMTLoHi()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp880 Register SrcHi = HRI.getSubReg(SrcReg, Hexagon::vsub_hi); in copyPhysReg() local
882 unsigned UndefHi = getUndefRegState(!LiveAtMI.contains(SrcHi)); in copyPhysReg()
884 .addReg(SrcHi, KillFlag | UndefHi) in copyPhysReg()
1055 Register SrcHi = HRI.getSubReg(SrcReg, Hexagon::vsub_hi); in expandPostRAPseudo() local
1058 unsigned UndefHi = getUndefRegState(!LiveIn.contains(SrcHi)); in expandPostRAPseudo()
1061 .addReg(SrcHi, UndefHi) in expandPostRAPseudo()
1325 Register SrcHi = HRI.getSubReg(Op2.getReg(), Hexagon::vsub_hi); in expandPostRAPseudo() local
1329 .addReg(SrcHi) in expandPostRAPseudo()
1337 Register SrcHi = HRI.getSubReg(Op3.getReg(), Hexagon::vsub_hi); in expandPostRAPseudo() local
1341 .addReg(SrcHi) in expandPostRAPseudo()
DHexagonFrameLowering.cpp1933 Register SrcHi = HRI.getSubReg(SrcR, Hexagon::vsub_hi); in expandStoreVec2() local
1959 if (LPR.contains(SrcHi)) { in expandStoreVec2()
1965 .addReg(SrcHi, getKillRegState(IsKill)) in expandStoreVec2()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsSEInstrInfo.cpp725 const MachineOperand &SrcLo = I->getOperand(1), &SrcHi = I->getOperand(2); in expandPseudoMTLoHi() local
740 HiInst.addReg(SrcHi.getReg(), getKillRegState(SrcHi.isKill())); in expandPseudoMTLoHi()
/external/llvm-project/llvm/lib/Target/Mips/
DMipsSEInstrInfo.cpp739 const MachineOperand &SrcLo = I->getOperand(1), &SrcHi = I->getOperand(2); in expandPseudoMTLoHi() local
754 HiInst.addReg(SrcHi.getReg(), getKillRegState(SrcHi.isKill())); in expandPseudoMTLoHi()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp1784 Register SrcHi = HRI.getSubReg(SrcR, Hexagon::vsub_hi); in expandStoreVec2() local
1810 if (LPR.contains(SrcHi)) { in expandStoreVec2()
1816 .addReg(SrcHi, getKillRegState(IsKill)) in expandStoreVec2()
DHexagonInstrInfo.cpp1303 Register SrcHi = HRI.getSubReg(Op2.getReg(), Hexagon::vsub_hi); in expandPostRAPseudo() local
1307 .addReg(SrcHi) in expandPostRAPseudo()
1315 Register SrcHi = HRI.getSubReg(Op3.getReg(), Hexagon::vsub_hi); in expandPostRAPseudo() local
1319 .addReg(SrcHi) in expandPostRAPseudo()
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp1279 unsigned SrcHi = HRI.getSubReg(Op2.getReg(), Hexagon::subreg_hireg); in expandPostRAPseudo() local
1283 .addReg(SrcHi) in expandPostRAPseudo()
1286 SrcHi = HRI.getSubReg(Op3.getReg(), Hexagon::subreg_hireg); in expandPostRAPseudo()
1290 .addReg(SrcHi) in expandPostRAPseudo()
DHexagonFrameLowering.cpp1551 unsigned SrcHi = HRI.getSubReg(SrcR, Hexagon::subreg_hireg); in expandStoreVec2() local
1586 .addReg(SrcHi, getKillRegState(IsKill)) in expandStoreVec2()
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX86BaseImpl.h6776 Operand *SrcHi = hiOperand(Src);
6782 _mov(T_Hi, SrcHi);
7292 Operand *SrcHi = legalize(hiOperand(Src), Legal_Reg | Legal_Imm);
7301 _adc_rmw(AddrHi, SrcHi);
7305 _sbb_rmw(AddrHi, SrcHi);
7309 _and_rmw(AddrHi, SrcHi);
7313 _or_rmw(AddrHi, SrcHi);
7317 _xor_rmw(AddrHi, SrcHi);
DIceInstARM32.cpp1928 auto *SrcHi = llvm::cast<Variable>(getSrc(1)); in emitSingleDestMultiSource() local
1930 assert(SrcHi->hasReg()); in emitSingleDestMultiSource()
1942 SrcHi->emit(Func); in emitSingleDestMultiSource()
DIceTargetLoweringARM32.h314 void div0Check(Type Ty, Operand *SrcLo, Operand *SrcHi);
DIceTargetLoweringARM32.cpp2283 void TargetARM32::div0Check(Type Ty, Operand *SrcLo, Operand *SrcHi) { in div0Check() argument
2284 if (isGuaranteedNonzeroInt(SrcLo) || isGuaranteedNonzeroInt(SrcHi)) in div0Check()
2304 _orrs(T, SrcLoReg, legalize(SrcHi, Legal_Reg | Legal_Flex)); in div0Check()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp6097 SDValue SrcHi = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, SL, MVT::i32, SrcVec, in LowerINTRINSIC_WO_CHAIN() local
6099 return DAG.getSetCC(SL, MVT::i1, SrcHi, Aperture, ISD::SETEQ); in LowerINTRINSIC_WO_CHAIN()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp6721 SDValue SrcHi = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, SL, MVT::i32, SrcVec, in LowerINTRINSIC_WO_CHAIN() local
6723 return DAG.getSetCC(SL, MVT::i1, SrcHi, Aperture, ISD::SETEQ); in LowerINTRINSIC_WO_CHAIN()