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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h294 // template <class C> typename C::CType compare(CType* E, C& Cmp) {
413 typename C::CType compare(const Variable* E, C& Cmp) const {
473 typename C::CType compare(const Future* E, C& Cmp) const {
500 typename C::CType compare(const Undefined* E, C& Cmp) const {
521 typename C::CType compare(const Wildcard* E, C& Cmp) const {
553 typename C::CType compare(const Literal* E, C& Cmp) const {
651 typename C::CType compare(const LiteralPtr* E, C& Cmp) const {
694 typename C::CType compare(const Function* E, C& Cmp) const {
695 typename C::CType C
[all...]
H A DThreadSafetyTraverse.h332 using CType = bool;
334 CType trueResult() { return true; }
335 bool notTrue(CType ct) { return !ct; }
366 using CType = bool;
368 CType trueResult() { return true; }
369 bool notTrue(CType ct) { return !ct; }
/freebsd-12-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Dfilesystem_common.h307 template <class CType, class ChronoType>
308 static _LIBCPP_CONSTEXPR_AFTER_CXX11 bool checked_set(CType* out,
310 using Lim = numeric_limits<CType>;
313 *out = static_cast<CType>(time);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp365 const DIType *CType = stripQualifiers(cast<DIType>(ChildType)); local
369 if (isa<DIDerivedType>(CType))
376 return stripQualifiers(PtrTy->getBaseType()) == CType;
381 const auto *CTy = dyn_cast<DICompositeType>(CType);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp184 TargetLowering::ConstraintType CType = TLI.getConstraintType(CI.Codes[j]); local
185 if (CType == TargetLowering::C_Memory)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4550 TargetLowering::ConstraintType CType = local
4554 if (OpInfo.isIndirect && !(CType == TargetLowering::C_Memory ||
4555 CType == TargetLowering::C_Register ||
4556 CType == TargetLowering::C_RegisterClass))
4563 if ((CType == TargetLowering::C_Other ||
4564 CType == TargetLowering::C_Immediate) && Op.getNode()) {
4571 BestType = CType;
4579 if (CType == TargetLowering::C_Memory && OpInfo.hasMatchingInput())
4583 int Generality = getConstraintGenerality(CType);
4585 BestType = CType;
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp3263 QualType CType = C.getIntTypeForBitwidth(
3265 llvm::Type *CopyType = CGF.ConvertTypeForMem(CType);
3324 CGF.EmitLoadOfScalar(ElemPtr, /*Volatile=*/false, CType, Loc);
3326 CGF.EmitStoreOfScalar(Elem, MediumPtr, /*Volatile=*/true, CType);
3379 CGF.EmitLoadOfScalar(SrcMediumPtr, /*Volatile=*/true, CType, Loc);
3381 CType);
H A DCGBuiltin.cpp14177 // BI__hmma_m16n16k16_mma_<Dtype><CType>(d, a, b, c, layout, satf) -->
14178 // Intrinsic::nvvm_wmma_m16n16k16_mma_sync<layout A,B><DType><CType><Satf>
14242 llvm::Type *CType =
14249 Values.push_back(Builder.CreateBitCast(V, CType));

Completed in 218 milliseconds