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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineValueType.h41 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc) Ty = n,
179 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc) \
264 #define GET_VT_VECATTR(Ty, Sc, nElem, ElTy, ElSz) \
278 #define GET_VT_VECATTR(Ty, Sc, nElem, ElTy, ElSz) \
306 #define GET_VT_ATTR(Ty, N, Sz, Any, Int, FP, Vec, Sc) \
307 TypeSize(Sz, Sc || Ty == aarch64svcount /* FIXME: Not in the td. */),
428 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc) \
438 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc) \
448 #define GET_VT_VECATTR(Ty, Sc, nElem, ElTy, ElSz) \
449 if (!Sc
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp214 ExprResult buildAssignmentOperation(Scope *Sc,
218 ExprResult buildIncDecOperation(Scope *Sc, SourceLocation opLoc,
287 ExprResult buildAssignmentOperation(Scope *Sc,
291 ExprResult buildIncDecOperation(Scope *Sc, SourceLocation opLoc,
326 ExprResult buildAssignmentOperation(Scope *Sc,
429 PseudoOpBuilder::buildAssignmentOperation(Scope *Sc, SourceLocation opcLoc, argument
466 result = S.BuildBinOp(Sc, opcLoc, nonCompound, opLHS.get(), semanticRHS);
491 PseudoOpBuilder::buildIncDecOperation(Scope *Sc, SourceLocation opcLoc, argument
517 result = S.BuildBinOp(Sc, opcLoc, BO_Add, result.get(), one);
519 result = S.BuildBinOp(Sc, opcLo
889 buildAssignmentOperation(Scope *Sc, SourceLocation opcLoc, BinaryOperatorKind opcode, Expr *LHS, Expr *RHS) argument
936 buildIncDecOperation(Scope *Sc, SourceLocation opcLoc, UnaryOperatorKind opcode, Expr *op) argument
997 buildAssignmentOperation(Scope *Sc, SourceLocation opcLoc, BinaryOperatorKind opcode, Expr *LHS, Expr *RHS) argument
1558 checkPseudoObjectIncDec(Scope *Sc, SourceLocation opcLoc, UnaryOperatorKind opcode, Expr *op) argument
[all...]
H A DSemaDeclCXX.cpp12145 static bool TryNamespaceTypoCorrection(Sema &S, LookupResult &R, Scope *Sc,
12152 S.CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(), Sc, &SS, CCC,
H A DSemaExpr.cpp16088 static ExprResult BuildOverloadedBinOp(Sema &S, Scope *Sc, SourceLocation OpLoc, argument
16117 S.LookupBinOp(Sc, OpLoc, Opc, Functions);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp6288 auto *Sc = cast<X86MaskedScatterSDNode>(Node); local
6289 SDValue Value = Sc->getValue();
6290 SDValue IndexOp = Sc->getIndex();
6335 if (!selectVectorAddr(Sc, Sc->getBasePtr(), IndexOp, Sc->getScale(),
6339 SDValue Mask = Sc->getMask();
6340 SDValue Chain = Sc->getChain();
6346 CurDAG->setNodeMemRefs(NewNode, {Sc->getMemOperand()});
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2640 // Sc = Sa | Sb
2642 Value *Sc = IRB.CreateOr(Sa, Sb);
2647 // Si = !(C & ~Sc) && Sc
2648 Value *Zero = Constant::getNullValue(Sc->getType());
2649 Value *MinusOne = Constant::getAllOnesValue(Sc->getType());
2650 Value *LHS = IRB.CreateICmpNE(Sc, Zero);
2652 IRB.CreateICmpEQ(IRB.CreateAnd(IRB.CreateXor(Sc, MinusOne), C), Zero);
4436 Value *Sc = getShadow(C);
4440 Value *Sa0 = IRB.CreateSelect(B, Sc, S
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp2462 SDValue Sc = DAG.getBitcast(tyScalar(InpTy), InpV); local
2463 SDValue Ext = DAG.getZExtOrTrunc(Sc, dl, MVT::i32);
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp10075 MachO::sub_client_command Sc = Obj->getSubClientCommand(Command); local
10076 PrintSubClientCommand(Sc, Command.Ptr);

Completed in 315 milliseconds