HomeSort by: relevance | last modified time | path
    Searched refs:CType (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 294 // 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 {
653 typename C::CType compare(const LiteralPtr* E, C& Cmp) const {
696 typename C::CType compare(const Function* E, C& Cmp) const {
697 typename C::CType Ct
    [all...]
ThreadSafetyTraverse.h 332 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; }
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
InlineAsmLowering.cpp 167 TargetLowering::ConstraintType CType =
171 if (OpInfo.isIndirect && !(CType == TargetLowering::C_Memory ||
172 CType == TargetLowering::C_Register ||
173 CType == TargetLowering::C_RegisterClass))
180 if (CType == TargetLowering::C_Other ||
181 CType == TargetLowering::C_Immediate) {
189 if (CType == TargetLowering::C_Memory && OpInfo.hasMatchingInput())
193 int Generality = getConstraintGenerality(CType);
195 BestType = CType;
  /src/external/apache2/llvm/dist/libcxx/src/filesystem/
filesystem_common.h 379 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);
  /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BPFAbstractMemberAccess.cpp 429 const DIType *CType = stripQualifiers(cast<DIType>(ChildType));
433 if (isa<DIDerivedType>(CType))
440 return stripQualifiers(PtrTy->getBaseType()) == CType;
445 const auto *CTy = dyn_cast<DICompositeType>(CType);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntimeGPU.cpp 2723 QualType CType = C.getIntTypeForBitwidth(
2725 llvm::Type *CopyType = CGF.ConvertTypeForMem(CType);
2785 ElemPtr, /*Volatile=*/false, CType, Loc,
2788 CGF.EmitStoreOfScalar(Elem, MediumPtr, /*Volatile=*/true, CType,
2843 CGF.EmitLoadOfScalar(SrcMediumPtr, /*Volatile=*/true, CType, Loc);
2845 CType);
CGBuiltin.cpp 16824 // BI__hmma_m16n16k16_mma_<Dtype><CType>(d, a, b, c, layout, satf) -->
16825 // Intrinsic::nvvm_wmma_m16n16k16_mma_sync<layout A,B><DType><CType><Satf>
16895 llvm::Type *CType =
16903 Values.push_back(Builder.CreateBitCast(V, CType));
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 4928 TargetLowering::ConstraintType CType =
4932 if (OpInfo.isIndirect && !(CType == TargetLowering::C_Memory ||
4933 CType == TargetLowering::C_Register ||
4934 CType == TargetLowering::C_RegisterClass))
4941 if ((CType == TargetLowering::C_Other ||
4942 CType == TargetLowering::C_Immediate) && Op.getNode()) {
4949 BestType = CType;
4957 if (CType == TargetLowering::C_Memory && OpInfo.hasMatchingInput())
4961 int Generality = getConstraintGenerality(CType);
4963 BestType = CType;
    [all...]

Completed in 85 milliseconds