Searched refs:GetExtend (Results 1 – 7 of 7) sorted by relevance
/external/vixl/src/aarch64/ |
D | operands-aarch64.h | 823 Extend GetExtend() const { in GetExtend() function 827 VIXL_DEPRECATED("GetExtend", Extend extend() const) { return GetExtend(); } 885 Extend GetExtend() const { return extend_; } in GetExtend() function 886 VIXL_DEPRECATED("GetExtend", Extend extend() const) { return GetExtend(); }
|
D | macro-assembler-aarch64.cc | 899 ((operand.GetExtend() != UXTX) && (operand.GetExtend() != SXTX))); in LogicalMacro() 905 operand.GetExtend(), in LogicalMacro() 939 operand.GetExtend(), in Mov() 1138 operand.GetExtend(), in Mvn() 1713 Extend extend = mem_op.GetExtend(); in ComputeAddress() 1859 ((operand.GetExtend() != UXTX) && (operand.GetExtend() != SXTX))); in AddSubWithCarryMacro() 1864 operand.GetExtend(), in AddSubWithCarryMacro()
|
D | operands-aarch64.cc | 460 extend_ = offset.GetExtend(); in MemOperand()
|
D | simulator-aarch64.cc | 497 if (mem_op.GetExtend() != NO_EXTEND) { in ComputeMemOperandAddress() 498 offset = ExtendValue(kXRegSize, offset, mem_op.GetExtend(), shift_amount); in ComputeMemOperandAddress()
|
D | assembler-aarch64.cc | 5378 ExtendMode(operand.GetExtend()) | in DataProcExtendedRegister() 5418 Extend ext = addr.GetExtend(); in LoadStoreMemOperand()
|
/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-7.0/llvm/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 1136 auto GetExtend = [this, SignExt](const SCEV *S, Type *Ty) { in cloneArithmeticIVUser() local 1145 WideRHS = GetExtend(NarrowRHS, WideType); in cloneArithmeticIVUser() 1148 WideLHS = GetExtend(NarrowLHS, WideType); in cloneArithmeticIVUser()
|