Home
last modified time | relevance | path

Searched +defs:add +defs:Value (Results 1 – 25 of 32) sorted by relevance

12

/third_party/mesa3d/src/imagination/csbgen/
Dgen_pack_header.py120 def add(self, element: Node) -> None: member in Node
151 def add(self, element: Node) -> None: member in Csbgen
227 def add(self, element: Node) -> None: member in Enum
247 class Value(Node): class
300 def add(self, element: Node) -> None: member in Struct
498 def add(self, element: Node) -> None: member in Field
616 def add(self, element: Node) -> None: member in Condition
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h39 add enumerator
581 inline bool isNEONBytesplat(unsigned Value, unsigned Size) { in isNEONBytesplat()
592 inline bool isNEONi16splat(unsigned Value) { in isNEONi16splat()
600 inline unsigned encodeNEONi16splat(unsigned Value) { in encodeNEONi16splat()
610 inline bool isNEONi32splat(unsigned Value) { in isNEONi32splat()
616 inline unsigned encodeNEONi32splat(unsigned Value) { in encodeNEONi32splat()
/third_party/vk-gl-cts/executor/tools/
DxeExtractValues.cpp54 typedef xe::ri::NumericValue Value; typedef
80 void add (const CaseValues& result) in add() function in BatchResultValues
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceGlobalContext.h105 void add(const CodeStats &Other) { in add() function
405 void setDisposeGlobalVariablesAfterLowering(bool Value) { in setDisposeGlobalVariablesAfterLowering()
DIceAssemblerARM32.cpp131 IValueT encodeRotation(ARM32::AssemblerARM32::RotationValue Value) { in encodeRotation()
166 IValueT mask(IValueT Value, IValueT Shift, IValueT Bits) { in mask()
171 bool isBitSet(IValueT Bit, IValueT Value) { return (Value & Bit) == Bit; } in isBitSet()
174 RegARM32::GPRRegister getGPRReg(IValueT Shift, IValueT Value) { in getGPRReg()
219 bool encodeAdvSIMDExpandImm(IValueT Value, Type ElmtTy, IValueT &Op, in encodeAdvSIMDExpandImm()
352 EncodedOperand encodeOperand(const Operand *Opnd, IValueT &Value, in encodeOperand()
425 IValueT Value = Mode | (Reg << kRnShift); in encodeImmRegOffset() local
438 IValueT Value = Mode | (Rn << kRnShift); in encodeImmRegOffsetEnc3() local
480 EncodedOperand encodeAddress(const Operand *Opnd, IValueT &Value, in encodeAddress()
686 const Constant *Value) { in createMoveFixup()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModuleSummaryIndex.cpp277 void Attributes::add(const Twine &Name, const Twine &Value, in add() function in Attributes
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h301 static IEEEFloat copySign(IEEEFloat Value, const IEEEFloat &Sign) { in copySign()
925 opStatus add(const APFloat &RHS, roundingMode RM) { in add() function
979 static APFloat copySign(APFloat Value, const APFloat &Sign) { in copySign()
DAPInt.h1820 inline bool isMask(const APInt &Value) { in isMask()
1931 inline APInt add(const APInt &LHS, const APInt &RHS) { return LHS + RHS; } in add() function
/third_party/mesa3d/src/compiler/nir/
Dnir_algebraic.py121 class Value(object): class
857 def add(self, obj): member in TreeAutomaton.IndexMap
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCFLAndersAliasAnalysis.cpp234 bool add(InstantiatedValue V, AliasAttrs Attr) { in add() function in __anonc7a61eec0111::AliasAttrMap
370 static void populateAttrMap(DenseMap<const Value *, AliasAttrs> &AttrMap, in populateAttrMap()
384 populateAliasMap(DenseMap<const Value *, std::vector<OffsetValue>> &AliasMap, in populateAliasMap()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCheck.cpp29 Optional<uint64_t> Value = Variable->getValue(); in eval() local
208 static uint64_t add(uint64_t LeftOp, uint64_t RightOp) { in add() function
637 Expected<std::string> Value = Substitution->getResult(); in match() local
1831 Expected<uint64_t> Value = ExpressionASTPointer->eval(); in defineCmdlineVariables() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderOperatorTests.cpp183 inline int add (int a, int b) { return static_cast<int>(static_cast<deInt64>(a) + static_cast<deI… in add() function
187 inline deUint32 add (deUint32 a, deUint32 b) { return a + b; } in add() function
512 struct Value struct
514 Value (ValueType valueType_, const FloatScalar& rangeMin_, const FloatScalar& rangeMax_) in Value() argument
521 ValueType valueType;
522 FloatScalar rangeMin;
523 FloatScalar rangeMax;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp126 Counter CounterExpressionBuilder::add(Counter LHS, Counter RHS) { in add() function in CounterExpressionBuilder
157 Expected<int64_t> Value = evaluate(C); in dump() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPFloat.h961 opStatus add(const APFloat &RHS, roundingMode RM) { in add() function
1082 static APFloat copySign(APFloat Value, const APFloat &Sign) { in copySign()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp141 void add(Instruction *I) { Set.insert(I); } in add() function in __anon932048f50111::InstPartition
943 Optional<const MDOperand *> Value = in setForced() local
DGVN.cpp134 friend hash_code hash_value(const Expression &Value) { in hash_value()
371 void GVN::ValueTable::add(Value *V, uint32_t num) { in add() function in GVN::ValueTable
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir.h573 class Value; variable
1263 inline void add(BasicBlock *bb, int& id) { allBBlocks.insert(bb, id); } in add() function
1264 inline void add(Instruction *insn, int& id) { allInsns.insert(insn, id); } in add() function
1265 inline void add(LValue *lval, int& id) { allLValues.insert(lval, id); } in add() function
1339 inline void add(Function *fn, int& id) { allFuncs.insert(fn, id); } in add() function
1341 inline void add(Value *rval, int& id) { allRValues.insert(rval, id); } in add() function
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp348 Value, enumerator
898 struct Value : ObjectImpl<Value, Object, Object::Kind::Value> struct
900 LocalVariable *local = nullptr;
901 sw::SpirvShader::Object::ID value;
902 Expression *expression = nullptr;
903 std::vector<uint32_t> indexes;
1051 Value, enumerator
1897 void SpirvShader::Impl::Debugger::add(ID id, std::unique_ptr<debug::Object> &&obj) in add() function in sw::SpirvShader::Impl::Debugger
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp728 auto tryValue = [&](uint64_t Value) -> bool { in isVectorConstantLegal()
1273 SDValue Value) { in convertLocVTToValVT()
1301 CCValAssign &VA, SDValue Value) { in convertValVTToLocVT()
2000 int64_t Value = ConstOp1->getSExtValue(); in adjustZeroCmp() local
2030 uint64_t Value = ConstOp1->getZExtValue(); in adjustSubwordCmp() local
3568 int64_t Value = int32_t(cast<ConstantSDNode>(LowOp)->getZExtValue()); in lowerOR() local
3913 int64_t Value = (-Op2->getAPIntValue()).getSExtValue(); in lowerATOMIC_LOAD_SUB() local
4484 bool GeneralShuffle::add(SDValue Op, unsigned Elem) { in add() function in GeneralShuffle
4633 SDValue Value) { in buildScalarToVector()
5774 if (SDValue Value = in combineSTORE() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonConstPropagation.cpp122 const Constant *Value; member
549 bool LatticeCell::add(const Constant *LC) { in add() function in LatticeCell
593 bool LatticeCell::add(uint32_t Property) { in add() function in LatticeCell
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp702 static bool tryAddingSymbolicOperand(uint64_t Address, int32_t Value, in tryAddingSymbolicOperand()
720 static void tryAddingPcLoadReferenceComment(uint64_t Address, int Value, in tryAddingPcLoadReferenceComment()
2550 unsigned add = fieldFromInstruction(Val, 12, 1); in DecodeAddrModeImm12Operand() local
3856 unsigned add = fieldFromInstruction(Insn, 9, 1); in DecodeT2LoadImm8() local
4424 unsigned add = fieldFromInstruction(Insn, 4, 1); in DecodePostIdxReg() local
/third_party/json/single_include/nlohmann/
Djson.hpp4273 void from_json(const BasicJsonType& j, std::map<Key, Value, Compare, Allocator>& m) in from_json() argument
4293 void from_json(const BasicJsonType& j, std::unordered_map<Key, Value, Hash, KeyEqual, Allocator>& m) in from_json() argument
7923 void add(char_int_type c) in add() function in nlohmann::detail::lexer
25832 enum class patch_operations {add, remove, replace, move, copy, test, invalid}; in patch() enumerator
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp47627 Value, enumerator
50064 static T add(typename Base::ValueType& aPtr, T aVal) in add() function
50080 static T* add(typename Base::ValueType& aPtr, ptrdiff_t aVal) in add() function
62574 __attribute__ ((warn_unused_result)) bool add(AddPtr& p, KeyInput&& k, ValueInput&& v) { in add() function in js::HashMap
62581 __attribute__ ((warn_unused_result)) bool add(AddPtr& p, KeyInput&& k) { in add() function in js::HashMap
62753 __attribute__ ((warn_unused_result)) bool add(AddPtr& p, U&& u) { in add() function in js::HashSet
64051 __attribute__ ((warn_unused_result)) bool add(AddPtr& p, Args&&... args) in add() function in js::detail::HashTable
77581 class alignas(8) Value class
78071 explicit constexpr Value(uint64_t asBits) : data(asBits) {} in Value() function in JS::Value
78072 explicit constexpr Value(double d) : data(d) {} in Value() function in JS::Value
[all …]
/third_party/typescript/lib/
Dtypescript.d.ts75 add(value: T): this; method
2394 Value = 111551, enumerator
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts75 add(value: T): this; method
2426 Value = 111551, enumerator

12