| /llvm-project-15.0.7/clang/test/OpenMP/ |
| H A D | target_codegen_global_capture.cpp | 29 static float Sc = 7.0; in foo() local 58 #pragma omp parallel if(Gc>0.0 && c>0 && Sc>0.0) in foo() 65 return a + b + c + d + (int)Sa + (int)Sb + (int)Sc + (int)Sd; in foo() 71 static float Sc = 11.0; in bar() local 102 #pragma omp parallel if(Gc>0.0 && c>0 && Sc>0.0) in bar() 110 return a + b + c + d + (int)Sa + (int)Sb + (int)Sc + (int)Sd; in bar() 122 static float Sc = 19.0; in tbar() local 153 #pragma omp parallel if(Gc>0.0 && c>0 && Sc>0.0) in tbar() 161 return a + b + c + d + (int)Sa + (int)Sb + (int)Sc + (int)Sd; in tbar()
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | err_typecheck_assign_const_filecheck.cpp | 35 static C Sc; member 215 Ca.CSb.Sc.d.e.num = 5; in test4() 216 Ca.getCB().Sc.d.e.num = 5; in test4() 217 Ca.getSCB().Sc.d.e.num = 5; in test4()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaPseudoObject.cpp | 209 ExprResult buildAssignmentOperation(Scope *Sc, 282 ExprResult buildAssignmentOperation(Scope *Sc, 321 ExprResult buildAssignmentOperation(Scope *Sc, 512 result = S.BuildBinOp(Sc, opcLoc, BO_Add, result.get(), one); in buildIncDecOperation() 514 result = S.BuildBinOp(Sc, opcLoc, BO_Sub, result.get(), one); in buildIncDecOperation() 884 ObjCPropertyOpBuilder::buildAssignmentOperation(Scope *Sc, in buildAssignmentOperation() argument 940 return S.BuildUnaryOp(Sc, opcLoc, opcode, result.get()); in buildIncDecOperation() 992 ObjCSubscriptOpBuilder::buildAssignmentOperation(Scope *Sc, in buildAssignmentOperation() argument 1565 return builder.buildIncDecOperation(Sc, opcLoc, opcode, op); in checkPseudoObjectIncDec() 1572 return builder.buildIncDecOperation(Sc, opcLoc, opcode, op); in checkPseudoObjectIncDec() [all …]
|
| H A D | SemaDeclCXX.cpp | 11617 static bool TryNamespaceTypoCorrection(Sema &S, LookupResult &R, Scope *Sc, in TryNamespaceTypoCorrection() argument 11624 S.CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(), Sc, &SS, CCC, in TryNamespaceTypoCorrection()
|
| H A D | SemaExpr.cpp | 15341 static ExprResult BuildOverloadedBinOp(Sema &S, Scope *Sc, SourceLocation OpLoc, in BuildOverloadedBinOp() argument 15361 S.LookupBinOp(Sc, OpLoc, Opc, Functions); in BuildOverloadedBinOp()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | BuiltinsHexagon.def | 62 TARGET_BUILTIN(__builtin_brev_ldb, "v*Sc*CSc*iC", "", V5)
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemorySanitizer.cpp | 2342 Value *Sc = IRB.CreateOr(Sa, Sb); in handleEqualityComparison() local 2348 Value *Zero = Constant::getNullValue(Sc->getType()); in handleEqualityComparison() 2349 Value *MinusOne = Constant::getAllOnesValue(Sc->getType()); in handleEqualityComparison() 2351 IRB.CreateAnd(IRB.CreateICmpNE(Sc, Zero), in handleEqualityComparison() 2353 IRB.CreateAnd(IRB.CreateXor(Sc, MinusOne), C), Zero)); in handleEqualityComparison() 3948 Value *Sc = getShadow(C); in visitSelectInst() local 3952 Value *Sa0 = IRB.CreateSelect(B, Sc, Sd); in visitSelectInst() 3970 Sa1 = IRB.CreateOr({IRB.CreateXor(C, D), Sc, Sd}); in visitSelectInst()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelDAGToDAG.cpp | 6008 auto *Sc = cast<X86MaskedScatterSDNode>(Node); in Select() local 6009 SDValue Value = Sc->getValue(); in Select() 6010 SDValue IndexOp = Sc->getIndex(); in Select() 6055 if (!selectVectorAddr(Sc, Sc->getBasePtr(), IndexOp, Sc->getScale(), in Select() 6059 SDValue Mask = Sc->getMask(); in Select() 6060 SDValue Chain = Sc->getChain(); in Select() 6066 CurDAG->setNodeMemRefs(NewNode, {Sc->getMemOperand()}); in Select()
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.cpp | 2369 SDValue Sc = DAG.getBitcast(tyScalar(InpTy), InpV); in LowerBITCAST() local 2370 SDValue Ext = DAG.getZExtOrTrunc(Sc, dl, MVT::i32); in LowerBITCAST()
|
| /llvm-project-15.0.7/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 10211 MachO::sub_client_command Sc = Obj->getSubClientCommand(Command); in PrintLoadCommands() local 10212 PrintSubClientCommand(Sc, Command.Ptr); in PrintLoadCommands()
|