Home
last modified time | relevance | path

Searched refs:Constant (Results 1 – 25 of 2067) sorted by relevance

12345678910>>...83

/third_party/glslang/Test/baseResults/
Dspv.constConstruct.vert.out27 7:6(float16_t) Constant 15360
28 8:6(float16_t) Constant 16384
29 9:6(float16_t) Constant 16896
30 10:6(float16_t) Constant 17408
31 11:6(float16_t) Constant 17664
32 12:6(float16_t) Constant 17920
33 13:6(float16_t) Constant 18176
34 14:6(float16_t) Constant 18432
35 15:6(float16_t) Constant 18560
36 16:6(float16_t) Constant 18688
[all …]
Dspv.coopmatKHR_constructor.comp.out92 8: 7(int) Constant 3
93 9: 7(int) Constant 8
94 10: 7(int) Constant 0
96 12: 6(float) Constant 1065353216
98 14: 6(float) Constant 1073741824
100 16: 6(float) Constant 1077936128
102 18: 6(float) Constant 1082130432
104 20: 6(float) Constant 1084227584
106 22: 6(float) Constant 1086324736
108 24: 6(float) Constant 1088421888
[all …]
Dhlsl.printf.comp.out9 0:5 Constant:
12 0:6 Constant:
15 0:7 Constant:
17 0:7 Constant:
19 0:7 Constant:
21 0:7 Constant:
24 0:8 Constant:
26 0:8 Constant:
28 0:8 Constant:
30 0:8 Constant:
[all …]
DstringToDouble.vert.out11 0:5 Constant:
16 0:6 Constant:
21 0:7 Constant:
26 0:8 Constant:
31 0:9 Constant:
36 0:10 Constant:
41 0:11 Constant:
46 0:12 Constant:
51 0:13 Constant:
56 0:14 Constant:
[all …]
Dnumeral.frag.out27 0:5 Constant:
32 0:6 Constant:
37 0:7 Constant:
42 0:8 Constant:
47 0:9 Constant:
52 0:10 Constant:
57 0:11 Constant:
62 0:12 Constant:
67 0:13 Constant:
72 0:14 Constant:
[all …]
Dhlsl.matrixSwizzle.vert.out12 0:7 Constant:
14 0:7 Constant:
16 0:7 Constant:
22 0:8 Constant:
24 0:8 Constant:
26 0:8 Constant:
32 0:9 Constant:
34 0:9 Constant:
36 0:9 Constant:
41 0:11 Constant:
[all …]
D100samplerExternal.frag.out28 0:12 Constant:
33 0:13 Constant:
38 0:14 Constant:
43 0:15 Constant:
49 0:16 Constant:
57 0:18 Constant:
62 0:19 Constant:
64 0:20 Constant:
66 0:21 Constant:
68 0:22 Constant:
[all …]
Dhlsl.clipdistance-2.vert.out12 0:5 Constant:
21 0:6 Constant:
23 0:6 Constant:
25 0:6 Constant:
31 0:7 Constant:
33 0:7 Constant:
35 0:7 Constant:
41 0:8 Constant:
43 0:8 Constant:
45 0:8 Constant:
[all …]
Dhlsl.intrinsics.negative.frag.out81 0:6 Constant:
93 0:9 Constant:
99 0:9 Constant:
101 0:9 Constant:
103 0:9 Constant:
105 0:9 Constant:
114 0:12 Constant:
127 0:24 Constant:
130 0:24 Constant:
149 0:28 Constant:
[all …]
Dhlsl.structbuffer.atomics.frag.out13 0:8 Constant:
16 0:8 Constant:
18 0:8 Constant:
20 0:8 Constant:
28 0:9 Constant:
31 0:9 Constant:
33 0:9 Constant:
35 0:9 Constant:
41 0:10 Constant:
44 0:10 Constant:
[all …]
D300samplerExternalYUV.frag.out21 0:12 Constant:
23 0:13 Constant:
25 0:14 Constant:
27 0:15 Constant:
29 0:16 Constant:
34 0:18 Constant:
39 0:19 Constant:
46 0:21 Constant:
51 0:22 Constant:
57 0:23 Constant:
[all …]
Dhlsl.constructexpr.frag.out8 0:6 Constant:
10 0:7 Constant:
12 0:8 Constant:
14 0:9 Constant:
16 0:10 Constant:
18 0:11 Constant:
21 0:12 Constant:
24 0:12 Constant:
30 0:15 Constant:
32 0:15 Constant:
[all …]
Dhlsl.logicalConvert.frag.out10 0:3 Constant:
14 0:4 Constant:
21 0:5 Constant:
25 0:6 Constant:
32 0:7 Constant:
36 0:8 Constant:
43 0:9 Constant:
47 0:10 Constant:
54 0:11 Constant:
58 0:12 Constant:
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstantFolder.h35 Constant *CreateAdd(Constant *LHS, Constant *RHS,
40 Constant *CreateFAdd(Constant *LHS, Constant *RHS) const { in CreateFAdd()
44 Constant *CreateSub(Constant *LHS, Constant *RHS,
49 Constant *CreateFSub(Constant *LHS, Constant *RHS) const { in CreateFSub()
53 Constant *CreateMul(Constant *LHS, Constant *RHS,
58 Constant *CreateFMul(Constant *LHS, Constant *RHS) const { in CreateFMul()
62 Constant *CreateUDiv(Constant *LHS, Constant *RHS,
67 Constant *CreateSDiv(Constant *LHS, Constant *RHS,
72 Constant *CreateFDiv(Constant *LHS, Constant *RHS) const { in CreateFDiv()
76 Constant *CreateURem(Constant *LHS, Constant *RHS) const { in CreateURem()
[all …]
DConstants.h57 class ConstantData : public Constant {
58 friend class Constant; variable
65 explicit ConstantData(Type *Ty, ValueTy VT) : Constant(Ty, VT, nullptr, 0) {} in ConstantData()
84 friend class Constant; variable
97 static Constant *getTrue(Type *Ty);
98 static Constant *getFalse(Type *Ty);
102 static Constant *get(Type *Ty, uint64_t V, bool isSigned = false);
119 static Constant *getSigned(Type *Ty, int64_t V);
132 static Constant *get(Type* Ty, const APInt& V);
264 friend class Constant; variable
[all …]
DNoFolder.h41 Instruction *CreateAdd(Constant *LHS, Constant *RHS,
49 Instruction *CreateNSWAdd(Constant *LHS, Constant *RHS) const { in CreateNSWAdd()
53 Instruction *CreateNUWAdd(Constant *LHS, Constant *RHS) const { in CreateNUWAdd()
57 Instruction *CreateFAdd(Constant *LHS, Constant *RHS) const { in CreateFAdd()
61 Instruction *CreateSub(Constant *LHS, Constant *RHS,
69 Instruction *CreateNSWSub(Constant *LHS, Constant *RHS) const { in CreateNSWSub()
73 Instruction *CreateNUWSub(Constant *LHS, Constant *RHS) const { in CreateNUWSub()
77 Instruction *CreateFSub(Constant *LHS, Constant *RHS) const { in CreateFSub()
81 Instruction *CreateMul(Constant *LHS, Constant *RHS,
89 Instruction *CreateNSWMul(Constant *LHS, Constant *RHS) const { in CreateNSWMul()
[all …]
DConstant.h41 class Constant : public User {
43 Constant(Type *ty, ValueTy vty, Use *Ops, unsigned NumOps) in Constant() function
47 void operator=(const Constant &) = delete;
48 Constant(const Constant &) = delete;
133 Constant *getAggregateElement(unsigned Elt) const;
134 Constant *getAggregateElement(Constant *Elt) const;
139 Constant *getSplatValue(bool AllowUndefs = false) const;
172 static Constant *getNullValue(Type* Ty);
177 static Constant *getAllOnesValue(Type* Ty);
181 static Constant *getIntegerValue(Type *Ty, const APInt &V);
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetFolder.h35 Constant *Fold(Constant *C) const { in Fold()
36 if (Constant *CF = ConstantFoldConstant(C, DL)) in Fold()
48 Constant *CreateAdd(Constant *LHS, Constant *RHS,
52 Constant *CreateFAdd(Constant *LHS, Constant *RHS) const { in CreateFAdd()
55 Constant *CreateSub(Constant *LHS, Constant *RHS,
59 Constant *CreateFSub(Constant *LHS, Constant *RHS) const { in CreateFSub()
62 Constant *CreateMul(Constant *LHS, Constant *RHS,
66 Constant *CreateFMul(Constant *LHS, Constant *RHS) const { in CreateFMul()
69 Constant *CreateUDiv(Constant *LHS, Constant *RHS, bool isExact = false)const{
72 Constant *CreateSDiv(Constant *LHS, Constant *RHS, bool isExact = false)const{
[all …]
DConstantFolding.h26 class Constant; variable
38 bool IsConstantOffsetFromGlobal(Constant *C, GlobalValue *&GV, APInt &Offset,
46 Constant *ConstantFoldInstruction(Instruction *I, const DataLayout &DL,
52 Constant *ConstantFoldConstant(const Constant *C, const DataLayout &DL,
61 Constant *ConstantFoldInstOperands(Instruction *I, ArrayRef<Constant *> Ops,
69 Constant *
70 ConstantFoldCompareInstOperands(unsigned Predicate, Constant *LHS,
71 Constant *RHS, const DataLayout &DL,
77 Constant *ConstantFoldUnaryOpOperand(unsigned Opcode, Constant *Op,
83 Constant *ConstantFoldBinaryOpOperands(unsigned Opcode, Constant *LHS,
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantFold.h26 class Constant; variable
30 Constant *ConstantFoldCastInstruction(
32 Constant *V, ///< The source constant
35 Constant *ConstantFoldSelectInstruction(Constant *Cond,
36 Constant *V1, Constant *V2);
37 Constant *ConstantFoldExtractElementInstruction(Constant *Val, Constant *Idx);
38 Constant *ConstantFoldInsertElementInstruction(Constant *Val, Constant *Elt,
39 Constant *Idx);
40 Constant *ConstantFoldShuffleVectorInstruction(Constant *V1, Constant *V2,
41 Constant *Mask);
[all …]
DConstants.cpp40 bool Constant::isNegativeZeroValue() const { in isNegativeZeroValue()
66 bool Constant::isZeroValue() const { in isZeroValue()
86 bool Constant::isNullValue() const { in isNullValue()
101 bool Constant::isAllOnesValue() const { in isAllOnesValue()
112 if (Constant *Splat = CV->getSplatValue()) in isAllOnesValue()
127 bool Constant::isOneValue() const { in isOneValue()
138 if (Constant *Splat = CV->getSplatValue()) in isOneValue()
153 bool Constant::isNotOneValue() const { in isNotOneValue()
166 Constant *Elt = this->getAggregateElement(i); in isNotOneValue()
177 bool Constant::isMinSignedValue() const { in isMinSignedValue()
[all …]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dconstants.h43 class Constant; variable
58 class Constant {
60 Constant() = delete;
61 virtual ~Constant() = default;
64 virtual std::unique_ptr<Constant> Copy() const = 0;
134 std::vector<const Constant*> GetVectorComponents(
138 Constant(const Type* ty) : type_(ty) {} in Constant() function
145 class ScalarConstant : public Constant {
168 : Constant(ty), words_(w) {} in ScalarConstant()
170 : Constant(ty), words_(std::move(w)) {} in ScalarConstant()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconstants.h43 class Constant; variable
58 class Constant {
60 Constant() = delete;
61 virtual ~Constant() = default;
64 virtual std::unique_ptr<Constant> Copy() const = 0;
134 std::vector<const Constant*> GetVectorComponents(
138 Constant(const Type* ty) : type_(ty) {} in Constant() function
145 class ScalarConstant : public Constant {
168 : Constant(ty), words_(w) {} in ScalarConstant()
170 : Constant(ty), words_(std::move(w)) {} in ScalarConstant()
[all …]
/third_party/spirv-tools/source/opt/
Dconstants.h43 class Constant; variable
58 class Constant {
60 Constant() = delete;
61 virtual ~Constant() = default;
64 virtual std::unique_ptr<Constant> Copy() const = 0;
134 std::vector<const Constant*> GetVectorComponents(
138 Constant(const Type* ty) : type_(ty) {} in Constant() function
145 class ScalarConstant : public Constant {
183 : Constant(ty), words_(w) {} in ScalarConstant()
185 : Constant(ty), words_(std::move(w)) {} in ScalarConstant()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DEvaluator.h51 Tmp->replaceAllUsesWith(Constant::getNullValue(Tmp->getType())); in ~Evaluator()
57 bool EvaluateFunction(Function *F, Constant *&RetVal,
58 const SmallVectorImpl<Constant*> &ActualArgs);
65 Constant *getVal(Value *V) { in getVal()
66 if (Constant *CV = dyn_cast<Constant>(V)) return CV; in getVal()
67 Constant *R = ValueStack.back().lookup(V); in getVal()
72 void setVal(Value *V, Constant *C) { in setVal()
78 SmallVector<Constant *, 8> &Formals);
83 SmallVector<Constant *, 8> &Formals);
86 Constant *castCallResultIfNeeded(Value *CallExpr, Constant *RV);
[all …]

12345678910>>...83