/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXLowerAlloca.cpp | 73 auto ETy = allocaInst->getAllocatedType(); runOnFunction() local
|
H A D | NVPTXAsmPrinter.cpp | 1021 Type *ETy = GVar->getValueType(); printModuleLevelGV() local 1442 Type *ETy = GVar->getValueType(); emitPTXGlobalVariable() local 1649 Type *ETy = PAL.getParamByValType(paramIndex); emitFunctionParamList() local [all...] |
H A D | NVPTXISelLowering.cpp | 1474 Type *ETy = Args[i].IndirectType; getPrototype() local 1706 Type *ETy = (IsByVal ? Args[i].IndirectType : Ty); LowerCall() local
|
/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 | 793 if (const EnumType *ETy = QT->getAs<EnumType>()) in fixType() local
|
H A D | ASTContext.cpp | 10810 if (const auto *ETy = LHS->getAs<EnumType>()) { mergeTypes() local 10813 if (const EnumType* ETy = RHS->getAs<EnumType>()) { mergeTypes() local 11237 if (const auto *ETy = T->getAs<EnumType>()) getCorrespondingUnsignedType() local 11311 if (const auto *ETy = T->getAs<EnumType>()) getCorrespondingSignedType() local
|
/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 | 168 BTFTypeEnum(const DICompositeType * ETy,uint32_t VLen,bool IsSigned) BTFTypeEnum() argument 207 BTFTypeEnum64(const DICompositeType * ETy,uint32_t VLen,bool IsSigned) BTFTypeEnum64() argument [all...] |
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LowerGlobalDtors.cpp | 87 auto *ETy = dyn_cast<StructType>(InitList->getType()->getElementType()); in runImpl() local
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | ImplicitWideningOfMultiplicationResultCheck.cpp | 76 QualType ETy = E->getType(); handleImplicitCastExpr() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenTypes.cpp | 561 QualType ETy = RTy->getPointeeType(); ConvertType() local 568 QualType ETy = PTy->getPointeeType(); ConvertType() local
|
H A D | CodeGenTBAA.cpp | 199 if (const EnumType *ETy = dyn_cast<EnumType>(Ty)) { getTypeInfoHelper() local
|
H A D | CGCall.cpp | 3118 if (!ETy->isIncompleteType() && ETy->isConstantSizeType() && in EmitFunctionProlog() local 3094 QualType ETy = ArrTy->getElementType(); EmitFunctionProlog() local 3698 QualType ETy = Context.getBaseElementType(ATy); setUsedBits() local [all...] |
/llvm-project/llvm/lib/CodeGen/ |
H A D | InterleavedLoadCombinePass.cpp | 1207 Type *ETy = InterleavedLoad.front().SVI->getType()->getElementType(); combine() local
|
/llvm-project/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 1622 Type *ETy = CA->getType()->getElementType(); WriteConstantInternal() local 1647 Type *ETy = CA->getType()->getElementType(); WriteConstantInternal() local 1692 Type *ETy = CVVTy->getElementType(); WriteConstantInternal() local [all...] |
H A D | Verifier.cpp | 869 Type *ETy = STy->getTypeAtIndex(2); visitGlobalVariable() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 1563 EVT ETy = TLI.getValueType(DL, I->getOperand(0)->getType()); selectFreeze() local
|
/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelDAGToDAG.cpp | 1566 ISD::LoadExtType ETy; getLoadExtType() local
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 440 EVT ETy = getTLI()->getValueType(DL, Ty); getRegUsageForType() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 3115 assert(!ETy->isPointerTy()); in getMulExpr() local 2520 Type *ETy = getEffectiveSCEVType(Ops[0]->getType()); getAddExpr() local 3670 Type *ETy = getEffectiveSCEVType(Operands[0]->getType()); getAddRecExpr() local 3841 Type *ETy = getEffectiveSCEVType(Ops[0]->getType()); getMinMaxExpr() local 4263 Type *ETy = getEffectiveSCEVType(Ops[0]->getType()); getSequentialMinMaxExpr() local 13477 Type *ETy = getEffectiveSCEVType(PointerType::getUnqual(Ty)); getElementSize() local [all...] |
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.cpp | 6468 EVT ETy = TLI->getValueType(DL, VT); getInterleavedMemoryOpCost() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 3145 QualType ETy = E->getType(); ActOnIndirectGotoStmt() local
|
H A D | SemaInit.cpp | 7581 QualType ETy = Entity.getType(); Perform() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonVectorCombine.cpp | 2228 EVT ETy = EVT::getEVT(ElemTy, false); in getHvxTy() local
|