Home
last modified time | relevance | path

Searched refs:RType (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DEasilySwappableParametersCheck.cpp609 RQual = RType.getLocalQualifiers(); in getNonCVRQualifiers()
651 if (LType == RType) { in calculateMixability()
665 if (isUselessSugar(RType.getTypePtr())) { in calculateMixability()
704 if (RType->getAs<TypedefType>()) { in calculateMixability()
758 getNonCVRQualifiers(Ctx, LType, RType); in calculateMixability()
873 if (LCanonical == RType.getCanonicalType()) { in calculateMixability()
1304 RType.dump(llvm::dbgs(), Ctx); in approximateImplicitConversion()
1316 if (LType == RType) in approximateImplicitConversion()
1387 Check, WorkType, RType, Ctx, in approximateImplicitConversion()
2235 QualType RType = RVar->getType(); in check() local
[all …]
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp1852 if (!Relocation::isSupported(RType)) in analyzeRelocation()
1922 if (Relocation::isGOT(RType)) { in analyzeRelocation()
1925 } else if (Relocation::isTLS(RType)) { in analyzeRelocation()
1955 if (RType == ELF::R_X86_64_PLT32) in analyzeRelocation()
2229 const uint64_t RType = Rel.getType(); in readDynamicRelocations() local
2230 if (Relocation::isNone(RType)) in readDynamicRelocations()
2258 IsJmpRelocation[RType] = true; in readDynamicRelocations()
2332 uint64_t RType = Rel.getType(); in readRelocations() local
2343 if (Relocation::isTLS(RType)) { in readRelocations()
2349 if (!Relocation::isGOT(RType)) in readRelocations()
[all …]
/llvm-project-15.0.7/clang/test/CodeGen/
H A D2008-03-24-BitField-And-Alloca.c45 unsigned int RType : 4; member
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMicroMipsSizeReduction.cpp96 ReduceEntry(enum ReduceType RType, struct OpCodes Op, in ReduceEntry()
99 : eRType(RType), ReduceFunction(F), Ops(Op), OpInf(OpInf), Imm(Imm) {} in ReduceEntry()
110 enum ReduceType RType() const { return eRType; } in RType() function
/llvm-project-15.0.7/llvm/lib/MC/
H A DELFObjectWriter.cpp946 if (uint32_t RType = in writeRelocations() local
950 ERE32.setSymbolAndType(0, RType); in writeRelocations()
954 if (uint32_t RType = in writeRelocations() local
958 ERE32.setSymbolAndType(0, RType); in writeRelocations()
/llvm-project-15.0.7/bolt/include/bolt/Rewrite/
H A DRewriteInstance.h235 bool analyzeRelocation(const object::RelocationRef &Rel, uint64_t RType,
/llvm-project-15.0.7/llvm/lib/Object/
H A DMachOObjectFile.cpp2227 uint64_t RType = getRelocationType(Rel); in getRelocationTypeName() local
2241 if (RType > 5) in getRelocationTypeName()
2244 res = Table[RType]; in getRelocationTypeName()
2260 if (RType > 9) in getRelocationTypeName()
2263 res = Table[RType]; in getRelocationTypeName()
2279 if (RType > 9) in getRelocationTypeName()
2282 res = Table[RType]; in getRelocationTypeName()
2296 if (RType >= array_lengthof(Table)) in getRelocationTypeName()
2299 res = Table[RType]; in getRelocationTypeName()
2321 if (RType > 15) in getRelocationTypeName()
[all …]
/llvm-project-15.0.7/clang/lib/Sema/
H A DOpenCLBuiltins.td509 foreach RType = [Float, Double, Half, Char, UChar, Short,
514 foreach sat = !cond(!eq(RType.Name, "float") : [""],
515 !eq(RType.Name, "double") : [""],
516 !eq(RType.Name, "half") : [""],
519 def : Builtin<"convert_" # RType.Name # sat # rnd, [RType, IType],
522 def : Builtin<"convert_" # RType.Name # v # sat # rnd,
523 [VectorType<RType, v>, VectorType<IType, v>],
H A DSemaInit.cpp654 if (const RecordType *RType = ILE->getType()->getAs<RecordType>()) in FillInEmptyInitForField() local
655 if (!RType->getDecl()->isUnion()) in FillInEmptyInitForField()
776 if (const RecordType *RType = ILE->getType()->getAs<RecordType>()) { in FillInEmptyInitializations() local
777 const RecordDecl *RDecl = RType->getDecl(); in FillInEmptyInitializations()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprCXX.cpp1206 if (const RecordType *RType = ILE->getType()->getAs<RecordType>()) { in EmitNewArrayInitializer() local
1207 if (RType->getDecl()->isStruct()) { in EmitNewArrayInitializer()
1209 if (auto *CXXRD = dyn_cast<CXXRecordDecl>(RType->getDecl())) in EmitNewArrayInitializer()
1211 for (auto *Field : RType->getDecl()->fields()) in EmitNewArrayInitializer()
/llvm-project-15.0.7/llvm/lib/TableGen/
H A DTGParser.cpp2098 RecTy *RType = resolveTypes(Type, VTy); in ParseOperationCond() local
2099 if (!RType) { in ParseOperationCond()
2104 Type = RType; in ParseOperationCond()
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp470 unsigned RType = Obj->getAnyRelocationType(RENext); in getMachORelocationValueString() local
471 if (RType != MachO::X86_64_RELOC_UNSIGNED) in getMachORelocationValueString()
518 unsigned RType = Obj->getAnyRelocationType(RENext); in getMachORelocationValueString() local
520 if (RType != MachO::GENERIC_RELOC_PAIR) in getMachORelocationValueString()
540 unsigned RType = Obj->getAnyRelocationType(RENext); in getMachORelocationValueString() local
541 if (RType != MachO::GENERIC_RELOC_PAIR) in getMachORelocationValueString()
580 unsigned RType = Obj->getAnyRelocationType(RENext); in getMachORelocationValueString() local
581 if (RType != MachO::ARM_RELOC_PAIR) in getMachORelocationValueString()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2786 Type *RType = RVal->getType(); in isCompatibleIVType() local
2787 return (LType == RType) || (LType->isPointerTy() && RType->isPointerTy() && in isCompatibleIVType()
2792 RType->getPointerAddressSpace())); in isCompatibleIVType()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp9427 EVT RType = Node->getValueType(1); in expandMULO() local
9428 if (RType.bitsLT(Overflow.getValueType())) in expandMULO()
9429 Overflow = DAG.getNode(ISD::TRUNCATE, dl, RType, Overflow); in expandMULO()
9431 assert(RType.getSizeInBits() == Overflow.getValueSizeInBits() && in expandMULO()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp716 SCEVTypes LType = LHS->getSCEVType(), RType = RHS->getSCEVType(); in CompareSCEVComplexity() local
717 if (LType != RType) in CompareSCEVComplexity()
718 return (int)LType - (int)RType; in CompareSCEVComplexity()