Home
last modified time | relevance | path

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

/freebsd-14.2/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, argument
179 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc) \ in isOverloaded() argument
264 #define GET_VT_VECATTR(Ty, Sc, nElem, ElTy, ElSz) \ in getVectorElementType() argument
278 #define GET_VT_VECATTR(Ty, Sc, nElem, ElTy, ElSz) \ in getVectorMinNumElements() argument
306 #define GET_VT_ATTR(Ty, N, Sz, Any, Int, FP, Vec, Sc) \ in getSizeInBits() argument
307 TypeSize(Sz, Sc || Ty == aarch64svcount /* FIXME: Not in the td. */), in getSizeInBits()
428 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc) \ in getFloatingPointVT() argument
438 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc) \ in getIntegerVT() argument
448 #define GET_VT_VECATTR(Ty, Sc, nElem, ElTy, ElSz) \ in getVectorVT() argument
449 if (!Sc && VT.SimpleTy == ElTy && NumElements == nElem) \ in getVectorVT()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp214 ExprResult buildAssignmentOperation(Scope *Sc,
287 ExprResult buildAssignmentOperation(Scope *Sc,
326 ExprResult buildAssignmentOperation(Scope *Sc,
517 result = S.BuildBinOp(Sc, opcLoc, BO_Add, result.get(), one); in buildIncDecOperation()
519 result = S.BuildBinOp(Sc, opcLoc, BO_Sub, result.get(), one); in buildIncDecOperation()
889 ObjCPropertyOpBuilder::buildAssignmentOperation(Scope *Sc, in buildAssignmentOperation() argument
945 return S.BuildUnaryOp(Sc, opcLoc, opcode, result.get()); in buildIncDecOperation()
997 ObjCSubscriptOpBuilder::buildAssignmentOperation(Scope *Sc, in buildAssignmentOperation() argument
1571 return builder.buildIncDecOperation(Sc, opcLoc, opcode, op); in checkPseudoObjectIncDec()
1578 return builder.buildIncDecOperation(Sc, opcLoc, opcode, op); in checkPseudoObjectIncDec()
[all …]
H A DSemaDeclCXX.cpp12145 static bool TryNamespaceTypoCorrection(Sema &S, LookupResult &R, Scope *Sc, in TryNamespaceTypoCorrection() argument
12152 S.CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(), Sc, &SS, CCC, in TryNamespaceTypoCorrection()
H A DSemaExpr.cpp16088 static ExprResult BuildOverloadedBinOp(Sema &S, Scope *Sc, SourceLocation OpLoc, in BuildOverloadedBinOp() argument
16117 S.LookupBinOp(Sc, OpLoc, Opc, Functions); in BuildOverloadedBinOp()
/freebsd-14.2/crypto/openssl/test/recipes/04-test_pem_reading_data/
H A Ddsa-threecolumn.pem221 8Sc
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltinsHexagon.def70 TARGET_BUILTIN(__builtin_brev_ldb, "v*Sc*CSc*iC", "", V5)
/freebsd-14.2/contrib/libfido2/
H A DNEWS104 ** fido2-token: new -Sc option to update a resident credential.
/freebsd-14.2/crypto/heimdal/lib/wind/
H A DDerivedNormalizationProps.txt44 20A8 ; FC_NFKC; 0072 0073 # Sc RUPEE SIGN
1221 20A8 ; NFKD_QC; N # Sc RUPEE SIGN
1374 FDFC ; NFKD_QC; N # Sc RIAL SIGN
1412 FE69 ; NFKD_QC; N # Sc SMALL DOLLAR SIGN
1637 20A8 ; NFKC_QC; N # Sc RUPEE SIGN
1720 FDFC ; NFKC_QC; N # Sc RIAL SIGN
1758 FE69 ; NFKC_QC; N # Sc SMALL DOLLAR SIGN
2311 20A8 ; Expands_On_NFKD # Sc RUPEE SIGN
2434 FDFC ; Expands_On_NFKD # Sc RIAL SIGN
2513 20A8 ; Expands_On_NFKC # Sc RUPEE SIGN
[all …]
H A DUnicodeData.txt37 0024;DOLLAR SIGN;Sc;0;ET;;;;;N;;;;;
163 00A2;CENT SIGN;Sc;0;ET;;;;;N;;;;;
164 00A3;POUND SIGN;Sc;0;ET;;;;;N;;;;;
165 00A4;CURRENCY SIGN;Sc;0;ET;;;;;N;;;;;
166 00A5;YEN SIGN;Sc;0;ET;;;;;N;;;;;
5693 20A4;LIRA SIGN;Sc;0;ET;;;;;N;;;;;
5694 20A5;MILL SIGN;Sc;0;ET;;;;;N;;;;;
5698 20A9;WON SIGN;Sc;0;ET;;;;;N;;;;;
5700 20AB;DONG SIGN;Sc;0;ET;;;;;N;;;;;
5701 20AC;EURO SIGN;Sc;0;ET;;;;;N;;;;;
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2642 Value *Sc = IRB.CreateOr(Sa, Sb); in handleEqualityComparison() local
2648 Value *Zero = Constant::getNullValue(Sc->getType()); in handleEqualityComparison()
2649 Value *MinusOne = Constant::getAllOnesValue(Sc->getType()); in handleEqualityComparison()
2650 Value *LHS = IRB.CreateICmpNE(Sc, Zero); in handleEqualityComparison()
2652 IRB.CreateICmpEQ(IRB.CreateAnd(IRB.CreateXor(Sc, MinusOne), C), Zero); in handleEqualityComparison()
4436 Value *Sc = getShadow(C); in visitSelectInst() local
4440 Value *Sa0 = IRB.CreateSelect(B, Sc, Sd); in visitSelectInst()
4458 Sa1 = IRB.CreateOr({IRB.CreateXor(C, D), Sc, Sd}); in visitSelectInst()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp6288 auto *Sc = cast<X86MaskedScatterSDNode>(Node); in Select() local
6289 SDValue Value = Sc->getValue(); in Select()
6290 SDValue IndexOp = Sc->getIndex(); in Select()
6335 if (!selectVectorAddr(Sc, Sc->getBasePtr(), IndexOp, Sc->getScale(), in Select()
6339 SDValue Mask = Sc->getMask(); in Select()
6340 SDValue Chain = Sc->getChain(); in Select()
6346 CurDAG->setNodeMemRefs(NewNode, {Sc->getMemOperand()}); in Select()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp2462 SDValue Sc = DAG.getBitcast(tyScalar(InpTy), InpV); in LowerBITCAST() local
2463 SDValue Ext = DAG.getZExtOrTrunc(Sc, dl, MVT::i32); in LowerBITCAST()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp10075 MachO::sub_client_command Sc = Obj->getSubClientCommand(Command); in PrintLoadCommands() local
10076 PrintSubClientCommand(Sc, Command.Ptr); in PrintLoadCommands()
/freebsd-14.2/contrib/ntp/
H A DCommitLog-4.1.05355 From: "Michael J. Tubby B.Sc. G8TIC" <[email protected]>