Searched refs:GetExtend (Results 1 – 8 of 8) sorted by relevance
/external/vixl/src/aarch64/ |
D | operands-aarch64.h | 360 Extend GetExtend() const { in GetExtend() function 364 VIXL_DEPRECATED("GetExtend", Extend extend() const) { return GetExtend(); } 415 Extend GetExtend() const { return extend_; } in GetExtend() function 419 VIXL_ASSERT((GetShift() != NO_SHIFT) || (GetExtend() != NO_EXTEND)); in GetShiftAmount()
|
D | macro-assembler-aarch64.cc | 924 ((operand.GetExtend() != UXTX) && (operand.GetExtend() != SXTX))); in LogicalMacro() 930 operand.GetExtend(), in LogicalMacro() 964 operand.GetExtend(), in Mov() 1159 operand.GetExtend(), in Mvn() 1743 Extend extend = mem_op.GetExtend(); in ComputeAddress() 1900 ((operand.GetExtend() != UXTX) && (operand.GetExtend() != SXTX))); in AddSubWithCarryMacro() 1904 operand.GetExtend(), in AddSubWithCarryMacro()
|
D | operands-aarch64.cc | 322 extend_ = offset.GetExtend(); in MemOperand()
|
D | assembler-aarch64.cc | 5640 ExtendMode(operand.GetExtend()) | in DataProcExtendedRegister() 5681 Extend ext = addr.GetExtend(); in LoadStoreMemOperand()
|
D | simulator-aarch64.cc | 616 if (mem_op.GetExtend() != NO_EXTEND) { in ComputeMemOperandAddress() 617 offset = ExtendValue(kXRegSize, offset, mem_op.GetExtend(), shift_amount); in ComputeMemOperandAddress()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | SimplifyIndVar.cpp | 1258 auto GetExtend = [this, SignExt](const SCEV *S, Type *Ty) { in cloneArithmeticIVUser() local 1267 WideRHS = GetExtend(NarrowRHS, WideType); in cloneArithmeticIVUser() 1270 WideLHS = GetExtend(NarrowLHS, WideType); in cloneArithmeticIVUser()
|
/external/llvm/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 1038 auto GetExtend = [this, SignExt](const SCEV *S, Type *Ty) { in cloneArithmeticIVUser() local 1047 WideRHS = GetExtend(NarrowRHS, WideType); in cloneArithmeticIVUser() 1050 WideLHS = GetExtend(NarrowLHS, WideType); in cloneArithmeticIVUser()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 1163 auto GetExtend = [this, SignExt](const SCEV *S, Type *Ty) { in cloneArithmeticIVUser() local 1172 WideRHS = GetExtend(NarrowRHS, WideType); in cloneArithmeticIVUser() 1175 WideLHS = GetExtend(NarrowLHS, WideType); in cloneArithmeticIVUser()
|