/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXLowerAlloca.cpp | 73 auto ETy = allocaInst->getAllocatedType(); in runOnFunction() local
|
H A D | NVPTXAsmPrinter.cpp | 1027 Type *ETy = GVar->getValueType(); printModuleLevelGV() local 1434 Type *ETy = GVar->getValueType(); emitPTXGlobalVariable() local 1638 Type *ETy = PAL.getParamByValType(paramIndex); emitFunctionParamList() local [all...] |
H A D | NVPTXISelLowering.cpp | 1648 Type *ETy = Args[i].IndirectType; getPrototype() local 1782 Type *ETy = (IsByVal ? Args[i].IndirectType : Ty); LowerCall() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | FormatString.cpp | 352 if (const auto *ETy = argTy->getAs<EnumType>()) { in matchesType() local 397 if (const EnumType *ETy = argTy->getAs<EnumType>()) { in matchesType() local
|
H A D | ScanfFormatString.cpp | 428 if (const EnumType *ETy = PT->getAs<EnumType>()) { in fixType() local
|
H A D | PrintfFormatString.cpp | 730 if (const EnumType *ETy = QT->getAs<EnumType>()) fixType() local
|
H A D | ASTContext.cpp | 10612 if (const auto *ETy = LHS->getAs<EnumType>()) { mergeTypes() local 10615 if (const EnumType* ETy = RHS->getAs<EnumType>()) { mergeTypes() local 11035 if (const auto *ETy = T->getAs<EnumType>()) getCorrespondingUnsignedType() local 11109 if (const auto *ETy = T->getAs<EnumType>()) getCorrespondingSignedType() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BTFDebug.h | 102 const DICompositeType *ETy; variable 223 const DICompositeType *ETy; variable
|
H A D | BTFDebug.cpp | 167 BTFTypeEnum(const DICompositeType * ETy,uint32_t VLen,bool IsSigned) BTFTypeEnum() argument 206 BTFTypeEnum64(const DICompositeType * ETy,uint32_t VLen,bool IsSigned) BTFTypeEnum64() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LowerGlobalDtors.cpp | 86 auto *ETy = dyn_cast<StructType>(InitList->getType()->getElementType()); runImpl() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenTypes.cpp | 557 QualType ETy = RTy->getPointeeType(); ConvertType() local 564 QualType ETy = PTy->getPointeeType(); ConvertType() local
|
H A D | CodeGenTBAA.cpp | 198 if (const EnumType *ETy = dyn_cast<EnumType>(Ty)) { getTypeInfoHelper() local
|
H A D | CGCall.cpp | 3088 QualType ETy = ArrTy->getElementType(); EmitFunctionProlog() local 3112 QualType ETy = ArrTy->getElementType(); EmitFunctionProlog() local 3672 QualType ETy = Context.getBaseElementType(ATy); setUsedBits() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | InterleavedLoadCombinePass.cpp | 1207 Type *ETy = InterleavedLoad.front().SVI->getType()->getElementType(); in combine() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 1538 Type *ETy = CA->getType()->getElementType(); WriteConstantInternal() local 1563 Type *ETy = CA->getType()->getElementType(); WriteConstantInternal() local 1608 Type *ETy = CVVTy->getElementType(); WriteConstantInternal() local
|
H A D | Verifier.cpp | 809 Type *ETy = STy->getTypeAtIndex(2); visitGlobalVariable() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 1522 EVT ETy = TLI.getValueType(DL, I->getOperand(0)->getType()); selectFreeze() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 427 EVT ETy = getTLI()->getValueType(DL, Ty); getRegUsageForType() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 2518 Type *ETy = getEffectiveSCEVType(Ops[0]->getType()); getAddExpr() local 3113 Type *ETy = Ops[0]->getType(); getMulExpr() local 3668 Type *ETy = getEffectiveSCEVType(Operands[0]->getType()); getAddRecExpr() local 3836 Type *ETy = getEffectiveSCEVType(Ops[0]->getType()); getMinMaxExpr() local 4258 Type *ETy = getEffectiveSCEVType(Ops[0]->getType()); getSequentialMinMaxExpr() local 13353 Type *ETy = getEffectiveSCEVType(PointerType::getUnqual(Ty)); getElementSize() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.cpp | 6395 EVT ETy = TLI->getValueType(DL, VT); getInterleavedMemoryOpCost() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonVectorCombine.cpp | 2228 EVT ETy = EVT::getEVT(ElemTy, false); in getHvxTy() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 3305 QualType ETy = E->getType(); ActOnIndirectGotoStmt() local
|
H A D | SemaInit.cpp | 8646 QualType ETy = Entity.getType(); Perform() local
|
H A D | SemaExpr.cpp | 13598 const QualType ETy = V->getSveEltType(Context); GetSignedSizelessVectorType() local
|