Searched refs:LHSReg (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 161 unsigned emitAddSub_rr(bool UseAdd, MVT RetVT, unsigned LHSReg, 164 unsigned emitAddSub_ri(bool UseAdd, MVT RetVT, unsigned LHSReg, 167 unsigned emitAddSub_rs(bool UseAdd, MVT RetVT, unsigned LHSReg, 172 unsigned emitAddSub_rx(bool UseAdd, MVT RetVT, unsigned LHSReg, 182 bool emitICmp_ri(MVT RetVT, unsigned LHSReg, bool LHSIsKill, uint64_t Imm); 197 unsigned emitSubs_rr(MVT RetVT, unsigned LHSReg, bool LHSIsKill, 199 unsigned emitSubs_rs(MVT RetVT, unsigned LHSReg, bool LHSIsKill, 205 unsigned emitLogicalOp_ri(unsigned ISDOpc, MVT RetVT, unsigned LHSReg, 207 unsigned emitLogicalOp_rs(unsigned ISDOpc, MVT RetVT, unsigned LHSReg, 210 unsigned emitAnd_ri(MVT RetVT, unsigned LHSReg, bool LHSIsKill, uint64_t Imm); [all …]
|
/external/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 2038 unsigned LHSReg = getRegForValue(LHS); in X86FastEmitCMoveSelect() local 2041 if (!LHSReg || !RHSReg) in X86FastEmitCMoveSelect() 2046 LHSReg, LHSIsKill); in X86FastEmitCMoveSelect() 2107 unsigned LHSReg = getRegForValue(LHS); in X86FastEmitSSESelect() local 2119 if (!LHSReg || !RHSReg || !CmpLHS || !CmpRHS) in X86FastEmitSSESelect() 2142 LHSReg, LHSIsKill, CmpReg, true); in X86FastEmitSSESelect() 2150 LHSReg, LHSIsKill); in X86FastEmitSSESelect() 2207 unsigned LHSReg = getRegForValue(LHS); in X86FastEmitPseudoSelect() local 2213 if (!LHSReg || !RHSReg) in X86FastEmitPseudoSelect() 2219 fastEmitInst_rri(Opc, RC, RHSReg, RHSIsKill, LHSReg, LHSIsKill, CC); in X86FastEmitPseudoSelect() [all …]
|
/external/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 267 unsigned LHSReg = getRegForValue(LHS); in emitLogicalOp() local 268 if (!LHSReg) in emitLogicalOp() 283 emitInst(Opc, ResultReg).addReg(LHSReg).addReg(RHSReg); in emitLogicalOp()
|