Home
last modified time | relevance | path

Searched defs:ETy (Results 1 – 25 of 28) sorted by relevance

12

/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAlloca.cpp73 auto ETy = allocaInst->getAllocatedType(); runOnFunction() local
H A DNVPTXAsmPrinter.cpp1021 Type *ETy = GVar->getValueType(); printModuleLevelGV() local
1442 Type *ETy = GVar->getValueType(); emitPTXGlobalVariable() local
1649 Type *ETy = PAL.getParamByValType(paramIndex); emitFunctionParamList() local
[all...]
H A DNVPTXISelLowering.cpp1474 Type *ETy = Args[i].IndirectType; getPrototype() local
1706 Type *ETy = (IsByVal ? Args[i].IndirectType : Ty); LowerCall() local
/llvm-project/clang/lib/AST/
H A DFormatString.cpp352 if (const auto *ETy = argTy->getAs<EnumType>()) { in matchesType() local
397 if (const EnumType *ETy = argTy->getAs<EnumType>()) { in matchesType() local
H A DScanfFormatString.cpp428 if (const EnumType *ETy = PT->getAs<EnumType>()) { in fixType() local
H A DPrintfFormatString.cpp793 if (const EnumType *ETy = QT->getAs<EnumType>()) in fixType() local
H A DASTContext.cpp10810 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 DBTFDebug.h102 const DICompositeType *ETy; variable
223 const DICompositeType *ETy; variable
H A DBTFDebug.cpp168 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 DLowerGlobalDtors.cpp87 auto *ETy = dyn_cast<StructType>(InitList->getType()->getElementType()); in runImpl() local
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DImplicitWideningOfMultiplicationResultCheck.cpp76 QualType ETy = E->getType(); handleImplicitCastExpr() local
/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp561 QualType ETy = RTy->getPointeeType(); ConvertType() local
568 QualType ETy = PTy->getPointeeType(); ConvertType() local
H A DCodeGenTBAA.cpp199 if (const EnumType *ETy = dyn_cast<EnumType>(Ty)) { getTypeInfoHelper() local
H A DCGCall.cpp3118 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 DInterleavedLoadCombinePass.cpp1207 Type *ETy = InterleavedLoad.front().SVI->getType()->getElementType(); combine() local
/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp1622 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 DVerifier.cpp869 Type *ETy = STy->getTypeAtIndex(2); visitGlobalVariable() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1563 EVT ETy = TLI.getValueType(DL, I->getOperand(0)->getType()); selectFreeze() local
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1566 ISD::LoadExtType ETy; getLoadExtType() local
/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h440 EVT ETy = getTLI()->getValueType(DL, Ty); getRegUsageForType() local
/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp3115 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 DX86TargetTransformInfo.cpp6468 EVT ETy = TLI->getValueType(DL, VT); getInterleavedMemoryOpCost() local
/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp3145 QualType ETy = E->getType(); ActOnIndirectGotoStmt() local
H A DSemaInit.cpp7581 QualType ETy = Entity.getType(); Perform() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp2228 EVT ETy = EVT::getEVT(ElemTy, false); in getHvxTy() local

12