Home
last modified time | relevance | path

Searched refs:Sc (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/clang/test/OpenMP/
H A Dtarget_codegen_global_capture.cpp29 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 Derr_typecheck_assign_const_filecheck.cpp35 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 DSemaPseudoObject.cpp209 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 DSemaDeclCXX.cpp11617 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 DSemaExpr.cpp15341 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 DBuiltinsHexagon.def62 TARGET_BUILTIN(__builtin_brev_ldb, "v*Sc*CSc*iC", "", V5)
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2342 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 DX86ISelDAGToDAG.cpp6008 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 DHexagonISelLowering.cpp2369 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 DMachODump.cpp10211 MachO::sub_client_command Sc = Obj->getSubClientCommand(Command); in PrintLoadCommands() local
10212 PrintSubClientCommand(Sc, Command.Ptr); in PrintLoadCommands()