Home
last modified time | relevance | path

Searched refs:CType (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h697 typename C::CType Ct = in compare()
754 typename C::CType Ct = Cmp.compare(body(), E->body()); in compare()
787 typename C::CType compare(const Code* E, C& Cmp) const { in compare()
862 typename C::CType Ct = Cmp.compare(fun(), E->fun()); in compare()
900 typename C::CType Ct = Cmp.compare(sfun(), E->sfun()); in compare()
985 typename C::CType compare(const Call* E, C& Cmp) const { in compare()
1191 typename C::CType Ct = in compare()
1237 typename C::CType Ct = in compare()
1277 typename C::CType Ct = in compare()
1335 typename C::CType compare(const Phi *E, C &Cmp) const { in compare()
[all …]
H A DThreadSafetyTraverse.h332 using CType = bool;
334 CType trueResult() { return true; } in trueResult()
335 bool notTrue(CType ct) { return !ct; } in notTrue()
366 using CType = bool;
368 CType trueResult() { return true; } in trueResult()
369 bool notTrue(CType ct) { return !ct; } in notTrue()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp167 TargetLowering::ConstraintType CType = in chooseConstraint() local
171 if (OpInfo.isIndirect && !(CType == TargetLowering::C_Memory || in chooseConstraint()
172 CType == TargetLowering::C_Register || in chooseConstraint()
173 CType == TargetLowering::C_RegisterClass)) in chooseConstraint()
180 if (CType == TargetLowering::C_Other || in chooseConstraint()
181 CType == TargetLowering::C_Immediate) { in chooseConstraint()
189 if (CType == TargetLowering::C_Memory && OpInfo.hasMatchingInput()) in chooseConstraint()
193 int Generality = getConstraintGenerality(CType); in chooseConstraint()
195 BestType = CType; in chooseConstraint()
/freebsd-13.1/contrib/llvm-project/libcxx/src/filesystem/
H A Dfilesystem_common.h379 template <class CType, class ChronoType>
380 static _LIBCPP_CONSTEXPR_AFTER_CXX11 bool checked_set(CType* out,
382 using Lim = numeric_limits<CType>;
385 *out = static_cast<CType>(time);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp432 const DIType *CType = stripQualifiers(cast<DIType>(ChildType)); in IsValidAIChain() local
436 if (isa<DIDerivedType>(CType)) in IsValidAIChain()
443 return stripQualifiers(PtrTy->getBaseType()) == CType; in IsValidAIChain()
448 const auto *CTy = dyn_cast<DICompositeType>(CType); in IsValidAIChain()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp2135 QualType CType = C.getIntTypeForBitwidth( in emitInterWarpCopyFunction() local
2137 llvm::Type *CopyType = CGF.ConvertTypeForMem(CType); in emitInterWarpCopyFunction()
2198 ElemPtr, /*Volatile=*/false, CType, Loc, in emitInterWarpCopyFunction()
2201 CGF.EmitStoreOfScalar(Elem, MediumPtr, /*Volatile=*/true, CType, in emitInterWarpCopyFunction()
2257 CGF.EmitLoadOfScalar(SrcMediumPtr, /*Volatile=*/true, CType, Loc); in emitInterWarpCopyFunction()
2259 CType); in emitInterWarpCopyFunction()
H A DCGBuiltin.cpp17513 llvm::Type *CType = in EmitNVPTXBuiltinExpr() local
17521 Values.push_back(Builder.CreateBitCast(V, CType)); in EmitNVPTXBuiltinExpr()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4954 TargetLowering::ConstraintType CType = in ChooseConstraint() local
4958 if (OpInfo.isIndirect && !(CType == TargetLowering::C_Memory || in ChooseConstraint()
4959 CType == TargetLowering::C_Register || in ChooseConstraint()
4960 CType == TargetLowering::C_RegisterClass)) in ChooseConstraint()
4967 if ((CType == TargetLowering::C_Other || in ChooseConstraint()
4968 CType == TargetLowering::C_Immediate) && Op.getNode()) { in ChooseConstraint()
4975 BestType = CType; in ChooseConstraint()
4983 if (CType == TargetLowering::C_Memory && OpInfo.hasMatchingInput()) in ChooseConstraint()
4987 int Generality = getConstraintGenerality(CType); in ChooseConstraint()
4989 BestType = CType; in ChooseConstraint()