Searched refs:Sc (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaPseudoObject.cpp200 ExprResult buildAssignmentOperation(Scope *Sc,
204 ExprResult buildIncDecOperation(Scope *Sc, SourceLocation opLoc,
252 ExprResult buildAssignmentOperation(Scope *Sc,
256 ExprResult buildIncDecOperation(Scope *Sc, SourceLocation opLoc,
291 ExprResult buildAssignmentOperation(Scope *Sc,
380 PseudoOpBuilder::buildAssignmentOperation(Scope *Sc, SourceLocation opcLoc,
404 result = S.BuildBinOp(Sc, opcLoc, nonCompound,
430 PseudoOpBuilder::buildIncDecOperation(Scope *Sc, SourceLocation opcLoc, argument
456 result = S.BuildBinOp(Sc, opcLoc, BO_Add, result.take(), one);
458 result = S.BuildBinOp(Sc, opcLo
796 buildAssignmentOperation(Scope *Sc, SourceLocation opcLoc, BinaryOperatorKind opcode, Expr *LHS, Expr *RHS) argument
843 buildIncDecOperation(Scope *Sc, SourceLocation opcLoc, UnaryOperatorKind opcode, Expr *op) argument
907 buildAssignmentOperation(Scope *Sc, SourceLocation opcLoc, BinaryOperatorKind opcode, Expr *LHS, Expr *RHS) argument
1450 checkPseudoObjectIncDec(Scope *Sc, SourceLocation opcLoc, UnaryOperatorKind opcode, Expr *op) argument
[all...]
H A DSemaDeclAttr.cpp4507 static void handleNSBridgedAttr(Sema &S, Scope *Sc, Decl *D, argument
4524 if (S.LookupName(R, Sc)) {
H A DSemaDeclCXX.cpp6555 static bool TryNamespaceTypoCorrection(Sema &S, LookupResult &R, Scope *Sc, argument
6562 R.getLookupKind(), Sc, &SS,
H A DSemaExpr.cpp9036 static ExprResult BuildOverloadedBinOp(Sema &S, Scope *Sc, SourceLocation OpLoc, argument
9046 if (Sc && OverOp != OO_None)
9047 S.LookupOverloadedOperatorName(OverOp, Sc, LHS->getType(),
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1164 // Sc = Sa | Sb
1166 Value *Sc = IRB.CreateOr(Sa, Sb); local
1171 // Si = !(C & ~Sc) && Sc
1172 Value *Zero = Constant::getNullValue(Sc->getType());
1173 Value *MinusOne = Constant::getAllOnesValue(Sc->getType());
1175 IRB.CreateAnd(IRB.CreateICmpNE(Sc, Zero),
1177 IRB.CreateAnd(IRB.CreateXor(Sc, MinusOne), C), Zero));
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp799 const SCEV *Sc = SE->getSCEV(Ptr); local
800 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(Sc);
1157 const SCEV *Sc = SE->getSCEV(Ptr); local
1159 if (SE->isLoopInvariant(Sc, OrigLoop)) {
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5195 SDValue Sc = Op.getOperand(0);
5196 if (Sc.getOpcode() != ISD::SCALAR_TO_VECTOR &&
5197 Sc.getOpcode() != ISD::BUILD_VECTOR) {
5204 Sc = Extract128BitVector(Sc, 0, DAG, dl);
5205 return DAG.getNode(X86ISD::VBROADCAST, dl, VT, Sc);
5208 Ld = Sc.getOperand(0);
5215 if (!ConstSplatVal && (!Sc.hasOneUse() || !Ld.hasOneUse()))

Completed in 421 milliseconds