Searched refs:getOp (Results 1 - 25 of 120) sorted by relevance

12345

/prebuilts/ndk/current/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
H A DLiveTraverser.h76 if (candidate && candidate->getOp() == EOpFunction && candidate->getName() == name) {
91 if (node->getOp() == EOpFunctionCall)
H A DpropagateNoContraction.cpp299 if (node->getOp() == glslang::EOpFunction) {
334 if (isAssignOperation(node->getOp())) {
366 if (isAssignOperation(node->getOp())) {
390 } else if (isDereferenceOperation(node->getOp())) {
394 if (node->getOp() == glslang::EOpIndexDirectStruct) {
488 assert(isAssignOperation(node->getOp()));
581 assert(isDereferenceOperation(node->getOp()));
633 assert(isAssignOperation(BN->getOp()));
635 if (isArithmeticOperation(BN->getOp())) {
639 assert(isAssignOperation(UN->getOp()));
[all...]
H A DparseConst.cpp73 if (! node->isConstructor() && node->getOp() != EOpComma) {
82 constructorType = node->getOp();
95 if (node->getOp() == EOpComma)
H A Dlimits.cpp110 if (node->getOp() == EOpFunctionCall) {
177 if (node->getOp() == EOpFunctionCall) {
H A DIntermediate.cpp154 TIntermTyped* folded = leftTempConstant->fold(node->getOp(), rightTempConstant);
425 if (aggNode == nullptr || aggNode->getOp() != EOpNull) {
483 node->getAsOperator() != nullptr && node->getAsOperator()->getOp() == EOpConstructTextureSampler)
1549 if (aggNode == nullptr || aggNode->getOp() != EOpNull) {
1894 TOperator op = binary->getOp();
1935 if (loopSequence != nullptr && loopSequence->getOp() == EOpSequence)
1970 if (aggRoot && aggRoot->getOp() == EOpNull)
2117 switch (node.getOp()) {
2145 switch (node.getOp()) {
2307 const TOperator op = node.getOp();
[all...]
H A DConstant.cpp679 switch (aggrNode->getOp()) {
754 switch (aggrNode->getOp()) {
861 switch (aggrNode->getOp()) {
962 error = parseConstTree(aggrNode, unionArray, aggrNode->getOp(), aggrNode->getType(), true);
964 error = parseConstTree(aggrNode, unionArray, aggrNode->getOp(), aggrNode->getType());
H A Dreflection.cpp181 switch (visitNode->getOp()) {
333 if (topNode->getOp() == EOpIndexDirect)
678 switch (node->getOp()) {
H A DintermOut.cpp146 switch (node->getOp()) {
215 switch (node->getOp()) {
505 if (node->getOp() == EOpNull) {
512 switch (node->getOp()) {
794 if (node->getOp() != EOpSequence && node->getOp() != EOpParameters)
H A DParseContextBase.cpp127 switch(binaryNode->getOp()) {
207 switch(binaryNode->getOp()) {
H A DlinkValidate.cpp215 if (body && unitBody && body->getOp() == EOpFunction && unitBody->getOp() == EOpFunction && body->getName() == unitBody->getName()) {
622 if (node && (node->getOp() == glslang::EOpFunction)) {
716 assert(globals.back()->getAsAggregate()->getOp() == EOpLinkerObjects);
H A DParseHelper.cpp1126 switch (agg->getOp()) {
1149 agg->getOp() == EOpImageLoad || agg->getOp() == EOpImageStore ||
1150 agg->getOp() == EOpImageLoadLod || agg->getOp() == EOpImageStoreLod)
1152 if (agg->isSampling() || agg->getOp() == EOpImageLoad || agg->getOp() == EOpImageStore)
1397 switch (callNode.getOp()) {
1409 switch (callNode.getOp()) {
1455 if (callNode.getOp()
[all...]
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
H A DLiveTraverser.h76 if (candidate && candidate->getOp() == EOpFunction && candidate->getName() == name) {
91 if (node->getOp() == EOpFunctionCall)
H A DpropagateNoContraction.cpp299 if (node->getOp() == glslang::EOpFunction) {
334 if (isAssignOperation(node->getOp())) {
366 if (isAssignOperation(node->getOp())) {
390 } else if (isDereferenceOperation(node->getOp())) {
394 if (node->getOp() == glslang::EOpIndexDirectStruct) {
488 assert(isAssignOperation(node->getOp()));
581 assert(isDereferenceOperation(node->getOp()));
633 assert(isAssignOperation(BN->getOp()));
635 if (isArithmeticOperation(BN->getOp())) {
639 assert(isAssignOperation(UN->getOp()));
[all...]
H A DparseConst.cpp73 if (! node->isConstructor() && node->getOp() != EOpComma) {
82 constructorType = node->getOp();
95 if (node->getOp() == EOpComma)
H A Dlimits.cpp110 if (node->getOp() == EOpFunctionCall) {
177 if (node->getOp() == EOpFunctionCall) {
H A DIntermediate.cpp154 TIntermTyped* folded = leftTempConstant->fold(node->getOp(), rightTempConstant);
425 if (aggNode == nullptr || aggNode->getOp() != EOpNull) {
483 node->getAsOperator() != nullptr && node->getAsOperator()->getOp() == EOpConstructTextureSampler)
1549 if (aggNode == nullptr || aggNode->getOp() != EOpNull) {
1894 TOperator op = binary->getOp();
1935 if (loopSequence != nullptr && loopSequence->getOp() == EOpSequence)
1970 if (aggRoot && aggRoot->getOp() == EOpNull)
2117 switch (node.getOp()) {
2145 switch (node.getOp()) {
2307 const TOperator op = node.getOp();
[all...]
H A DConstant.cpp679 switch (aggrNode->getOp()) {
754 switch (aggrNode->getOp()) {
861 switch (aggrNode->getOp()) {
962 error = parseConstTree(aggrNode, unionArray, aggrNode->getOp(), aggrNode->getType(), true);
964 error = parseConstTree(aggrNode, unionArray, aggrNode->getOp(), aggrNode->getType());
H A Dreflection.cpp181 switch (visitNode->getOp()) {
333 if (topNode->getOp() == EOpIndexDirect)
678 switch (node->getOp()) {
H A DintermOut.cpp146 switch (node->getOp()) {
215 switch (node->getOp()) {
505 if (node->getOp() == EOpNull) {
512 switch (node->getOp()) {
794 if (node->getOp() != EOpSequence && node->getOp() != EOpParameters)
H A DParseContextBase.cpp127 switch(binaryNode->getOp()) {
207 switch(binaryNode->getOp()) {
H A DlinkValidate.cpp215 if (body && unitBody && body->getOp() == EOpFunction && unitBody->getOp() == EOpFunction && body->getName() == unitBody->getName()) {
622 if (node && (node->getOp() == glslang::EOpFunction)) {
716 assert(globals.back()->getAsAggregate()->getOp() == EOpLinkerObjects);
H A DParseHelper.cpp1126 switch (agg->getOp()) {
1149 agg->getOp() == EOpImageLoad || agg->getOp() == EOpImageStore ||
1150 agg->getOp() == EOpImageLoadLod || agg->getOp() == EOpImageStoreLod)
1152 if (agg->isSampling() || agg->getOp() == EOpImageLoad || agg->getOp() == EOpImageStore)
1397 switch (callNode.getOp()) {
1409 switch (callNode.getOp()) {
1455 if (callNode.getOp()
[all...]
/prebuilts/ndk/current/sources/third_party/shaderc/third_party/glslang/SPIRV/
H A DGlslangToSpv.cpp1125 switch (node->getOp()) {
1156 if (node->getOp() != glslang::EOpAssign) {
1162 rValue = createBinaryOperation(node->getOp(), TranslatePrecisionDecoration(node->getOperationPrecision()),
1191 node->getOp() == glslang::EOpIndexDirect) {
1200 node->getOp() == glslang::EOpIndexDirectStruct)
1268 spv::Id result = createShortCircuit(node->getOp(), *node->getLeft()->getAsTyped(), *node->getRight()->getAsTyped());
1290 spv::Id result = createBinaryOperation(node->getOp(), TranslatePrecisionDecoration(node->getOperationPrecision()),
1326 if (node->getOp() == glslang::EOpArrayLength) {
1350 if (node->getOp() == glslang::EOpInterpolateAtCentroid)
1361 if (node->getOp()
[all...]
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
H A DGlslangToSpv.cpp1125 switch (node->getOp()) {
1156 if (node->getOp() != glslang::EOpAssign) {
1162 rValue = createBinaryOperation(node->getOp(), TranslatePrecisionDecoration(node->getOperationPrecision()),
1191 node->getOp() == glslang::EOpIndexDirect) {
1200 node->getOp() == glslang::EOpIndexDirectStruct)
1268 spv::Id result = createShortCircuit(node->getOp(), *node->getLeft()->getAsTyped(), *node->getRight()->getAsTyped());
1290 spv::Id result = createBinaryOperation(node->getOp(), TranslatePrecisionDecoration(node->getOperationPrecision()),
1326 if (node->getOp() == glslang::EOpArrayLength) {
1350 if (node->getOp() == glslang::EOpInterpolateAtCentroid)
1361 if (node->getOp()
[all...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
H A DExpr.h5168 AtomicOp getOp() const { return Op; } function in class:clang::StringLiteral::final::final::AtomicExpr
5181 return getOp() == AO__c11_atomic_compare_exchange_strong ||
5182 getOp() == AO__c11_atomic_compare_exchange_weak ||
5183 getOp() == AO__opencl_atomic_compare_exchange_strong ||
5184 getOp() == AO__opencl_atomic_compare_exchange_weak ||
5185 getOp() == AO__atomic_compare_exchange ||
5186 getOp() == AO__atomic_compare_exchange_n;
5190 return getOp() >= AO__opencl_atomic_init &&
5191 getOp() <= AO__opencl_atomic_fetch_max;
5227 return getScopeModel(getOp());
[all...]

Completed in 267 milliseconds

12345