Searched refs:offsetFrom (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
D | expand_calls.go | 109 off := x.offsetFrom(x.f.Entry, x.sp, aux.OffsetOfResult(which), pt) 131 auxBase := x.offsetFrom(x.f.Entry, x.sp, offset, types.NewPtr(v.Type)) 167 auxBase := x.offsetFrom(x.f.Entry, x.sp, offset, types.NewPtr(v.Type)) 180 auxBase = x.offsetFrom(x.f.Entry, x.sp, offset, types.NewPtr(v.Type)) 377 dst := x.offsetFrom(b, rc.storeDest, rc.storeOffset, types.NewPtr(at)) 459 dst := x.offsetFrom(b, rc.storeDest, rc.storeOffset, types.NewPtr(at)) 684 off := x.offsetFrom(x.f.Entry, x.sp, rc.storeOffset+aux.OffsetOfResult(which), types.NewPtr(at)) 783 dst := x.offsetFrom(b, rc.storeDest, rc.storeOffset, types.NewPtr(at)) 941 func (x *expandState) offsetFrom(b *Block, from *Value, offset int64, pt *types.Type) *Value { func
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | StackSafetyAnalysis.cpp | 246 ConstantRange offsetFrom(Value *Addr, Value *Base); 271 ConstantRange StackSafetyLocalAnalysis::offsetFrom(Value *Addr, Value *Base) { in offsetFrom() function in __anon452653e90211::StackSafetyLocalAnalysis 296 ConstantRange Offsets = offsetFrom(Addr, Base); in getAccessRange() 505 ConstantRange Offsets = offsetFrom(UI, Ptr); in analyzeAllUses()
|