Searched refs:LHSReg (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 162 unsigned emitAddSub_rr(bool UseAdd, MVT RetVT, unsigned LHSReg, 165 unsigned emitAddSub_ri(bool UseAdd, MVT RetVT, unsigned LHSReg, 168 unsigned emitAddSub_rs(bool UseAdd, MVT RetVT, unsigned LHSReg, 173 unsigned emitAddSub_rx(bool UseAdd, MVT RetVT, unsigned LHSReg, 183 bool emitICmp_ri(MVT RetVT, unsigned LHSReg, bool LHSIsKill, uint64_t Imm); 198 unsigned emitSubs_rr(MVT RetVT, unsigned LHSReg, bool LHSIsKill, 200 unsigned emitSubs_rs(MVT RetVT, unsigned LHSReg, bool LHSIsKill, 206 unsigned emitLogicalOp_ri(unsigned ISDOpc, MVT RetVT, unsigned LHSReg, 208 unsigned emitLogicalOp_rs(unsigned ISDOpc, MVT RetVT, unsigned LHSReg, 211 unsigned emitAnd_ri(MVT RetVT, unsigned LHSReg, bool LHSIsKill, uint64_t Imm); [all …]
|
/external/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 1865 unsigned LHSReg = getRegForValue(LHS); in X86FastEmitCMoveSelect() local 1868 if (!LHSReg || !RHSReg) in X86FastEmitCMoveSelect() 1873 LHSReg, LHSIsKill); in X86FastEmitCMoveSelect() 1934 unsigned LHSReg = getRegForValue(LHS); in X86FastEmitSSESelect() local 1946 if (!LHSReg || !RHSReg || !CmpLHS || !CmpRHS) in X86FastEmitSSESelect() 1969 LHSReg, LHSIsKill, CmpReg, true); in X86FastEmitSSESelect() 1977 LHSReg, LHSIsKill); in X86FastEmitSSESelect() 2034 unsigned LHSReg = getRegForValue(LHS); in X86FastEmitPseudoSelect() local 2040 if (!LHSReg || !RHSReg) in X86FastEmitPseudoSelect() 2046 fastEmitInst_rri(Opc, RC, RHSReg, RHSIsKill, LHSReg, LHSIsKill, CC); in X86FastEmitPseudoSelect() [all …]
|
/external/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 253 unsigned LHSReg = getRegForValue(LHS); in emitLogicalOp() local 254 if (!LHSReg) in emitLogicalOp() 269 emitInst(Opc, ResultReg).addReg(LHSReg).addReg(RHSReg); in emitLogicalOp()
|