Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Doperands-aarch64.h360 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()
Dmacro-assembler-aarch64.cc924 ((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()
Doperands-aarch64.cc322 extend_ = offset.GetExtend(); in MemOperand()
Dassembler-aarch64.cc5640 ExtendMode(operand.GetExtend()) | in DataProcExtendedRegister()
5681 Extend ext = addr.GetExtend(); in LoadStoreMemOperand()
Dsimulator-aarch64.cc616 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/
DSimplifyIndVar.cpp1258 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/
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-10.0/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1163 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()