Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp3646 unsigned ResultReg1 = 0, ResultReg2 = 0, MulReg = 0; in fastLowerIntrinsicCall() local
3741 ResultReg2 = fastEmitInst_rri(AArch64::CSINCWr, &AArch64::GPR32RegClass, in fastLowerIntrinsicCall()
3744 (void)ResultReg2; in fastLowerIntrinsicCall()
3745 assert((ResultReg1 + 1) == ResultReg2 && in fastLowerIntrinsicCall()
5035 const unsigned ResultReg2 = createResultReg(&AArch64::GPR32RegClass); in selectAtomicCmpXchg() local
5053 .addDef(ResultReg2) in selectAtomicCmpXchg()
5058 assert((ResultReg1 + 1) == ResultReg2 && "Nonconsecutive result registers."); in selectAtomicCmpXchg()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp3560 unsigned ResultReg1 = 0, ResultReg2 = 0, MulReg = 0; in fastLowerIntrinsicCall() local
3655 ResultReg2 = fastEmitInst_rri(AArch64::CSINCWr, &AArch64::GPR32RegClass, in fastLowerIntrinsicCall()
3658 (void)ResultReg2; in fastLowerIntrinsicCall()
3659 assert((ResultReg1 + 1) == ResultReg2 && in fastLowerIntrinsicCall()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp2813 unsigned ResultReg2 = FuncInfo.CreateRegs(CondTy); in fastLowerIntrinsicCall() local
2814 assert((ResultReg+1) == ResultReg2 && "Nonconsecutive result registers."); in fastLowerIntrinsicCall()
2816 ResultReg2); in fastLowerIntrinsicCall()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86FastISel.cpp2997 unsigned ResultReg2 = createResultReg(&X86::GR8RegClass); in fastLowerIntrinsicCall() local
2998 assert((ResultReg+1) == ResultReg2 && "Nonconsecutive result registers."); in fastLowerIntrinsicCall()
3000 ResultReg2); in fastLowerIntrinsicCall()