Home
last modified time | relevance | path

Searched refs:GetExtend (Results 1 – 7 of 7) sorted by relevance

/external/vixl/src/aarch64/
Doperands-aarch64.h823 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(); }
Dmacro-assembler-aarch64.cc899 ((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()
Doperands-aarch64.cc460 extend_ = offset.GetExtend(); in MemOperand()
Dsimulator-aarch64.cc497 if (mem_op.GetExtend() != NO_EXTEND) { in ComputeMemOperandAddress()
498 offset = ExtendValue(kXRegSize, offset, mem_op.GetExtend(), shift_amount); in ComputeMemOperandAddress()
Dassembler-aarch64.cc5378 ExtendMode(operand.GetExtend()) | in DataProcExtendedRegister()
5418 Extend ext = addr.GetExtend(); in LoadStoreMemOperand()
/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1038 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/
DIndVarSimplify.cpp1136 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()