Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAlloca.cpp73 auto ETy = allocaInst->getAllocatedType(); in runOnFunction() local
H A DNVPTXAsmPrinter.cpp1027 Type *ETy = GVar->getValueType(); printModuleLevelGV() local
1434 Type *ETy = GVar->getValueType(); emitPTXGlobalVariable() local
1638 Type *ETy = PAL.getParamByValType(paramIndex); emitFunctionParamList() local
[all...]
H A DNVPTXISelLowering.cpp1648 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 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.cpp730 if (const EnumType *ETy = QT->getAs<EnumType>()) fixType() local
H A DASTContext.cpp10612 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 DBTFDebug.h102 const DICompositeType *ETy; variable
223 const DICompositeType *ETy; variable
H A DBTFDebug.cpp167 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 DLowerGlobalDtors.cpp86 auto *ETy = dyn_cast<StructType>(InitList->getType()->getElementType()); runImpl() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp557 QualType ETy = RTy->getPointeeType(); ConvertType() local
564 QualType ETy = PTy->getPointeeType(); ConvertType() local
H A DCodeGenTBAA.cpp198 if (const EnumType *ETy = dyn_cast<EnumType>(Ty)) { getTypeInfoHelper() local
H A DCGCall.cpp3088 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 DInterleavedLoadCombinePass.cpp1207 Type *ETy = InterleavedLoad.front().SVI->getType()->getElementType(); in combine() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp1538 Type *ETy = CA->getType()->getElementType(); WriteConstantInternal() local
1563 Type *ETy = CA->getType()->getElementType(); WriteConstantInternal() local
1608 Type *ETy = CVVTy->getElementType(); WriteConstantInternal() local
H A DVerifier.cpp809 Type *ETy = STy->getTypeAtIndex(2); visitGlobalVariable() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1522 EVT ETy = TLI.getValueType(DL, I->getOperand(0)->getType()); selectFreeze() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h427 EVT ETy = getTLI()->getValueType(DL, Ty); getRegUsageForType() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp2518 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 DX86TargetTransformInfo.cpp6395 EVT ETy = TLI->getValueType(DL, VT); getInterleavedMemoryOpCost() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp2228 EVT ETy = EVT::getEVT(ElemTy, false); in getHvxTy() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp3305 QualType ETy = E->getType(); ActOnIndirectGotoStmt() local
H A DSemaInit.cpp8646 QualType ETy = Entity.getType(); Perform() local
H A DSemaExpr.cpp13598 const QualType ETy = V->getSveEltType(Context); GetSignedSizelessVectorType() local