Searched refs:OffsetR (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | FunctionComparator.cpp | 674 APInt OffsetL(BitWidth, 0), OffsetR(BitWidth, 0); in cmpGEPs() local 676 GEPR->accumulateConstantOffset(DL, OffsetR)) in cmpGEPs() 677 return cmpAPInts(OffsetL, OffsetR); in cmpGEPs()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | FunctionComparator.cpp | 719 APInt OffsetL(BitWidth, 0), OffsetR(BitWidth, 0); in cmpGEPs() local 721 GEPR->accumulateConstantOffset(DL, OffsetR)) in cmpGEPs() 722 return cmpAPInts(OffsetL, OffsetR); in cmpGEPs()
|
/aosp_15_r20/external/llvm/lib/Transforms/IPO/ |
H A D | MergeFunctions.cpp | 1082 APInt OffsetL(BitWidth, 0), OffsetR(BitWidth, 0); in cmpGEPs() local 1084 GEPR->accumulateConstantOffset(DL, OffsetR)) in cmpGEPs() 1085 return cmpAPInts(OffsetL, OffsetR); in cmpGEPs()
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | IceTargetLoweringARM32.cpp | 5698 Variable *OffsetR = makeReg(getPointerType()); in formAddressingMode() local 5699 Context.insert<InstAssign>(OffsetR, OffsetReg); in formAddressingMode() 5700 return OperandARM32Mem::create(Func, Ty, BaseVar, OffsetR, ShiftKind, in formAddressingMode()
|