/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 206 bool LHSIsKill, unsigned RHSReg, bool RHSIsKill, 212 bool LHSIsKill, unsigned RHSReg, bool RHSIsKill, 217 bool LHSIsKill, unsigned RHSReg, bool RHSIsKill, 244 unsigned RHSReg, bool RHSIsKill, bool WantResult = true); 246 unsigned RHSReg, bool RHSIsKill, 254 bool LHSIsKill, unsigned RHSReg, bool RHSIsKill, 1205 bool RHSIsKill = hasTrivialKill(SI->getOperand(0)); in emitAddSub() local 1207 RHSIsKill, ExtendType, C->getZExtValue(), in emitAddSub() 1213 bool RHSIsKill = hasTrivialKill(RHS); in emitAddSub() local 1214 return emitAddSub_rx(UseAdd, RetVT, LHSReg, LHSIsKill, RHSReg, RHSIsKill, in emitAddSub() [all …]
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 162 bool LHSIsKill, unsigned RHSReg, bool RHSIsKill, 168 bool LHSIsKill, unsigned RHSReg, bool RHSIsKill, 173 bool LHSIsKill, unsigned RHSReg, bool RHSIsKill, 198 unsigned RHSReg, bool RHSIsKill, bool WantResult = true); 200 unsigned RHSReg, bool RHSIsKill, 208 bool LHSIsKill, unsigned RHSReg, bool RHSIsKill, 1159 bool RHSIsKill = hasTrivialKill(SI->getOperand(0)); in emitAddSub() local 1161 RHSIsKill, ExtendType, C->getZExtValue(), in emitAddSub() 1167 bool RHSIsKill = hasTrivialKill(RHS); in emitAddSub() local 1168 return emitAddSub_rx(UseAdd, RetVT, LHSReg, LHSIsKill, RHSReg, RHSIsKill, in emitAddSub() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 2141 bool RHSIsKill = hasTrivialKill(RHS); in X86FastEmitCMoveSelect() local 2151 unsigned ResultReg = fastEmitInst_rr(Opc, RC, RHSReg, RHSIsKill, in X86FastEmitCMoveSelect() 2217 bool RHSIsKill = hasTrivialKill(RHS); in X86FastEmitSSESelect() local 2251 unsigned MovReg = fastEmitInst_rrrr(MovOpcode, VR128X, RHSReg, RHSIsKill, in X86FastEmitSSESelect() 2274 unsigned VBlendReg = fastEmitInst_rrr(BlendOpcode, VR128, RHSReg, RHSIsKill, in X86FastEmitSSESelect() 2286 RHSReg, RHSIsKill); in X86FastEmitSSESelect() 2360 bool RHSIsKill = hasTrivialKill(RHS); in X86FastEmitPseudoSelect() local 2368 fastEmitInst_rri(Opc, RC, RHSReg, RHSIsKill, LHSReg, LHSIsKill, CC); in X86FastEmitPseudoSelect() 2953 bool RHSIsKill; in fastLowerIntrinsicCall() local 2958 RHSIsKill = hasTrivialKill(RHS); in fastLowerIntrinsicCall() [all …]
|
/external/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 2036 bool RHSIsKill = hasTrivialKill(RHS); in X86FastEmitCMoveSelect() local 2045 unsigned ResultReg = fastEmitInst_rr(Opc, RC, RHSReg, RHSIsKill, in X86FastEmitCMoveSelect() 2111 bool RHSIsKill = hasTrivialKill(RHS); in X86FastEmitSSESelect() local 2141 unsigned VBlendReg = fastEmitInst_rrr(BlendOpcode, VR128, RHSReg, RHSIsKill, in X86FastEmitSSESelect() 2152 RHSReg, RHSIsKill); in X86FastEmitSSESelect() 2211 bool RHSIsKill = hasTrivialKill(RHS); in X86FastEmitPseudoSelect() local 2219 fastEmitInst_rri(Opc, RC, RHSReg, RHSIsKill, LHSReg, LHSIsKill, CC); in X86FastEmitPseudoSelect() 2770 bool RHSIsKill; in fastLowerIntrinsicCall() local 2775 RHSIsKill = hasTrivialKill(RHS); in fastLowerIntrinsicCall() 2777 RHSIsKill); in fastLowerIntrinsicCall() [all …]
|