Home
last modified time | relevance | path

Searched defs:AddVal (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DStat.lua59 function Stat.AddVal(builder, val) function
H A DStat.cs47 public static void AddVal(FlatBufferBuilder builder, long val) { builder.AddLong(1, val, 0); } in AddVal() method
H A DStat.py59 def AddVal(builder, val): function
/aosp_15_r20/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1195 ConstantSDNode *AddVal = in matchAddressRecursively() local
1261 ConstantSDNode *AddVal = in matchAddressRecursively() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1995 ConstantSDNode *AddVal = cast<ConstantSDNode>(ShVal.getOperand(1)); in matchAddressRecursively() local
2060 ConstantSDNode *AddVal = in matchAddressRecursively() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2276 auto *AddVal = cast<ConstantSDNode>(ShVal.getOperand(1)); in matchAddressRecursively() local
2341 auto *AddVal = cast<ConstantSDNode>(MulVal.getOperand(1)); in matchAddressRecursively() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp4156 auto AddVal = MIRBuilder.buildSITOFP(Ty, And); in lowerIntrinsicRound() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp6570 auto AddVal = MIRBuilder.buildSITOFP(Ty, And); in lowerFFloor() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp17158 SDValue AddVal = DAG.getNode(ISD::ADD, DL, ValVT, Val1, Val2); in performAddUADDVCombine() local