Home
last modified time | relevance | path

Searched refs:BaseR (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonVExtract.cpp57 unsigned genElemLoad(MachineInstr *ExtI, unsigned BaseR,
67 unsigned HexagonVExtract::genElemLoad(MachineInstr *ExtI, unsigned BaseR, in genElemLoad() argument
84 .addReg(BaseR) in genElemLoad()
95 .addReg(BaseR) in genElemLoad()
170 Register BaseR = EmitAddr(ExtB, ExtI, ExtI->getDebugLoc(), FI, in runOnMachineFunction() local
173 unsigned ElemR = genElemLoad(ExtI, BaseR, MRI); in runOnMachineFunction()
/third_party/grpc/include/grpcpp/impl/codegen/
Dasync_unary_call.h90 template <class R, class W, class BaseR = R, class BaseW = W>
100 SetupRequest<BaseR, BaseW>( in Create()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1563 APFloat BaseR = APFloat(1.0); in replacePowWithExp() local
1564 BaseR.convert(BaseF->getSemantics(), APFloat::rmTowardZero, &Ignored); in replacePowWithExp()
1565 BaseR = BaseR / *BaseF; in replacePowWithExp()
1566 bool IsInteger = BaseF->isInteger(), IsReciprocal = BaseR.isInteger(); in replacePowWithExp()
1567 const APFloat *NF = IsReciprocal ? &BaseR : BaseF; in replacePowWithExp()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp1958 Variable *BaseR = legalizeToReg(NewBase); in hiOperand() local
1960 return OperandARM32Mem::create(Func, SplitType, BaseR, IndexR, in hiOperand()
1984 Variable *BaseR = legalizeToReg(Base); in hiOperand() local
1985 return OperandARM32Mem::create(Func, SplitType, BaseR, Offset, in hiOperand()