Home
last modified time | relevance | path

Searched defs:Sc (Results 1 – 11 of 11) sorted by relevance

/llvm-project/clang/test/OpenMP/
H A Dtarget_codegen_global_capture.cpp29 static float Sc = 7.0; in foo() local
71 static float Sc = 11.0; in bar() local
122 static float Sc = 19.0; in tbar() local
[all...]
/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DMachineValueType.h41 GET_VT_ATTR(Ty,n,sz,Any,Int,FP,Vec,Sc,NElem,EltTy) global() argument
174 GET_VT_ATTR(Ty,n,sz,Any,Int,FP,Vec,Sc,NElem,EltTy) isOverloaded() argument
257 GET_VT_ATTR(Ty,N,Sz,Any,Int,FP,Vec,Sc,NElem,EltTy) getVectorElementType() argument
270 GET_VT_ATTR(Ty,N,Sz,Any,Int,FP,Vec,Sc,NElem,EltTy) getVectorMinNumElements() argument
299 GET_VT_ATTR(Ty,N,Sz,Any,Int,FP,Vec,Sc,NElem,EltTy) getSizeInBits() argument
421 GET_VT_ATTR(Ty,n,sz,Any,Int,FP,Vec,Sc,NElem,EltTy) getFloatingPointVT() argument
431 GET_VT_ATTR(Ty,n,sz,Any,Int,FP,Vec,Sc,NElem,EltTy) getIntegerVT() argument
441 GET_VT_VECATTR(Ty,Sc,nElem,ElTy) getVectorVT() argument
451 GET_VT_VECATTR(Ty,Sc,nElem,ElTy) getScalableVectorVT() argument
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp431 buildAssignmentOperation(Scope * Sc,SourceLocation opcLoc,BinaryOperatorKind opcode,Expr * LHS,Expr * RHS) buildAssignmentOperation() argument
493 buildIncDecOperation(Scope * Sc,SourceLocation opcLoc,UnaryOperatorKind opcode,Expr * op) buildIncDecOperation() argument
892 buildAssignmentOperation(Scope * Sc,SourceLocation opcLoc,BinaryOperatorKind opcode,Expr * LHS,Expr * RHS) buildAssignmentOperation() argument
939 buildIncDecOperation(Scope * Sc,SourceLocation opcLoc,UnaryOperatorKind opcode,Expr * op) buildIncDecOperation() argument
1000 buildAssignmentOperation(Scope * Sc,SourceLocation opcLoc,BinaryOperatorKind opcode,Expr * LHS,Expr * RHS) buildAssignmentOperation() argument
1475 checkIncDec(Scope * Sc,SourceLocation opcLoc,UnaryOperatorKind opcode,Expr * op) checkIncDec() argument
[all...]
H A DSemaDeclCXX.cpp12002 TryNamespaceTypoCorrection(Sema & S,LookupResult & R,Scope * Sc,CXXScopeSpec & SS,SourceLocation IdentLoc,IdentifierInfo * Ident) TryNamespaceTypoCorrection() argument
H A DSemaExpr.cpp15045 BuildOverloadedBinOp(Sema & S,Scope * Sc,SourceLocation OpLoc,BinaryOperatorKind Opc,Expr * LHS,Expr * RHS) BuildOverloadedBinOp() argument
/llvm-project/clang/test/SemaCXX/
H A Derr_typecheck_assign_const_filecheck.cpp35 static C Sc; member
/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenTarget.cpp66 GET_VT_ATTR(Ty,N,Sz,Any,Int,FP,Vec,Sc,NElem,EltTy) getEnumName() argument
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2673 Value *Sc = IRB.CreateOr(Sa, Sb); handleEqualityComparison() local
3379 Value *Sc = getShadow(&I, 2); handleBlendvIntrinsic() local
4616 Value *Sc = getShadow(C); handleSelectLikeInst() local
[all...]
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp2484 SDValue Sc = DAG.getBitcast(tyScalar(InpTy), InpV); LowerBITCAST() local
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp6430 auto *Sc = cast<X86MaskedScatterSDNode>(Node); Select() local
/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp10187 MachO::sub_client_command Sc = Obj->getSubClientCommand(Command); PrintLoadCommands() local