Home
last modified time | relevance | path

Searched refs:AddVal (Results 1 – 6 of 6) sorted by relevance

/third_party/flatbuffers/tests/MyGame/Example/
DStat.py60 def AddVal(builder, val): builder.PrependInt64Slot(1, val, 0) function
63 return AddVal(builder, val)
108 AddVal(builder, self.val)
DStat.cs39 Stat.AddVal(builder, val); in CreateStat()
47 public static void AddVal(FlatBufferBuilder builder, long val) { builder.AddLong(1, val, 0); } in AddVal() method
DStat.lua49 function Stat.AddVal(builder, val) builder:PrependInt64Slot(1, val, 0) end function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp1995 ConstantSDNode *AddVal = cast<ConstantSDNode>(ShVal.getOperand(1)); in matchAddressRecursively() local
1996 uint64_t Disp = (uint64_t)AddVal->getSExtValue() << Val; in matchAddressRecursively()
2060 ConstantSDNode *AddVal = in matchAddressRecursively() local
2062 uint64_t Disp = AddVal->getSExtValue() * CN->getZExtValue(); in matchAddressRecursively()
/third_party/flatbuffers/tests/
Dpy_test.py1911 MyGame.Example.Stat.AddVal(b, 123)
2001 MyGame.Example.Stat.AddVal(b, 12345678)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp4156 auto AddVal = MIRBuilder.buildSITOFP(Ty, And); in lowerIntrinsicRound() local
4158 MIRBuilder.buildFAdd(DstReg, Trunc, AddVal); in lowerIntrinsicRound()