Searched refs:AddVal (Results 1 – 6 of 6) sorted by relevance
/third_party/flatbuffers/tests/MyGame/Example/ |
D | Stat.py | 60 def AddVal(builder, val): builder.PrependInt64Slot(1, val, 0) function 63 return AddVal(builder, val) 108 AddVal(builder, self.val)
|
D | Stat.cs | 39 Stat.AddVal(builder, val); in CreateStat() 47 public static void AddVal(FlatBufferBuilder builder, long val) { builder.AddLong(1, val, 0); } in AddVal() method
|
D | Stat.lua | 49 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/ |
D | X86ISelDAGToDAG.cpp | 1995 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/ |
D | py_test.py | 1911 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/ |
D | LegalizerHelper.cpp | 4156 auto AddVal = MIRBuilder.buildSITOFP(Ty, And); in lowerIntrinsicRound() local 4158 MIRBuilder.buildFAdd(DstReg, Trunc, AddVal); in lowerIntrinsicRound()
|