Searched refs:CType (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafetyTIL.h | 696 typename C::CType Ct = in compare() 753 typename C::CType Ct = Cmp.compare(body(), E->body()); in compare() 786 typename C::CType compare(const Code* E, C& Cmp) const { in compare() 861 typename C::CType Ct = Cmp.compare(fun(), E->fun()); in compare() 899 typename C::CType Ct = Cmp.compare(sfun(), E->sfun()); in compare() 984 typename C::CType compare(const Call* E, C& Cmp) const { in compare() 1190 typename C::CType Ct = in compare() 1236 typename C::CType Ct = in compare() 1276 typename C::CType Ct = in compare() 1334 typename C::CType compare(const Phi *E, C &Cmp) const { in compare() [all …]
|
| H A D | ThreadSafetyTraverse.h | 333 using CType = bool; 335 CType trueResult() { return true; } in trueResult() 336 bool notTrue(CType ct) { return !ct; } in notTrue() 367 using CType = bool; 369 CType trueResult() { return true; } in trueResult() 370 bool notTrue(CType ct) { return !ct; } in notTrue()
|
| /freebsd-12.1/contrib/libc++/src/filesystem/ |
| H A D | filesystem_common.h | 308 template <class CType, class ChronoType> 309 static _LIBCPP_CONSTEXPR_AFTER_CXX11 bool checked_set(CType* out, 311 using Lim = numeric_limits<CType>; 314 *out = static_cast<CType>(time);
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | Analysis.cpp | 144 TargetLowering::ConstraintType CType = TLI.getConstraintType(CI.Codes[j]); in hasInlineAsmMemConstraint() local 145 if (CType == TargetLowering::C_Memory) in hasInlineAsmMemConstraint()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeNVPTX.cpp | 3211 QualType CType = C.getIntTypeForBitwidth( in emitInterWarpCopyFunction() local 3213 llvm::Type *CopyType = CGF.ConvertTypeForMem(CType); in emitInterWarpCopyFunction() 3273 CGF.EmitLoadOfScalar(ElemPtr, /*Volatile=*/false, CType, Loc); in emitInterWarpCopyFunction() 3275 CGF.EmitStoreOfScalar(Elem, MediumPtr, /*Volatile=*/true, CType); in emitInterWarpCopyFunction() 3329 CGF.EmitLoadOfScalar(SrcMediumPtr, /*Volatile=*/true, CType, Loc); in emitInterWarpCopyFunction() 3331 CType); in emitInterWarpCopyFunction()
|
| H A D | CGBuiltin.cpp | 13049 llvm::Type *CType = Intrinsic->getFunctionType()->getParamType(16); in EmitNVPTXBuiltinExpr() local 13055 Values.push_back(Builder.CreateBitCast(V, CType)); in EmitNVPTXBuiltinExpr()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 3617 TargetLowering::ConstraintType CType = in ChooseConstraint() local 3624 if (CType == TargetLowering::C_Other && Op.getNode()) { in ChooseConstraint() 3631 BestType = CType; in ChooseConstraint() 3639 if (CType == TargetLowering::C_Memory && OpInfo.hasMatchingInput()) in ChooseConstraint() 3643 int Generality = getConstraintGenerality(CType); in ChooseConstraint() 3645 BestType = CType; in ChooseConstraint()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | IntrinsicsNVVM.td | 3979 string CType, LLVMType c_regty, 3992 !if(!eq(CType,"f16"), 4003 # "." # CType 4009 string CType, LLVMType c_regty> { 4011 DType, d_regty, CType, c_regty>; 4013 DType, d_regty, CType, c_regty,".satfinite">;
|
| /freebsd-12.1/contrib/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXIntrinsics.td | 7673 string CType, NVPTXRegClass c_reg, 7687 # "_" # CType 7693 dag InsExtraCArgs = !if(!eq(CType,"f16"), 7715 # "." # CType 7722 # !if(!eq(CType,"f16"), 7729 string CType, NVPTXRegClass c_reg> { 7731 DType, d_reg, CType, c_reg, 7734 DType, d_reg, CType, c_reg,
|