Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAlloca.cpp73 auto ETy = allocaInst->getAllocatedType(); in runOnFunction() local
H A DNVPTXAsmPrinter.cpp1021 Type *ETy = GVar->getValueType(); in printModuleLevelGV() local
1442 Type *ETy = GVar->getValueType(); in emitPTXGlobalVariable() local
1649 Type *ETy = PAL.getParamByValType(paramIndex); in emitFunctionParamList() local
H A DNVPTXISelLowering.cpp1479 Type *ETy = Args[i].IndirectType; in getPrototype() local
1711 Type *ETy = (IsByVal ? Args[i].IndirectType : Ty); in LowerCall() local
/freebsd/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.cpp793 if (const EnumType *ETy = QT->getAs<EnumType>()) in fixType() local
H A DASTContext.cpp11087 if (const auto *ETy = LHS->getAs<EnumType>()) { in mergeTypes() local
11090 if (const EnumType* ETy = RHS->getAs<EnumType>()) { in mergeTypes() local
11514 if (const auto *ETy = T->getAs<EnumType>()) in getCorrespondingUnsignedType() local
11588 if (const auto *ETy = T->getAs<EnumType>()) in getCorrespondingSignedType() local
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h102 const DICompositeType *ETy; variable
223 const DICompositeType *ETy; variable
H A DBTFDebug.cpp168 BTFTypeEnum::BTFTypeEnum(const DICompositeType *ETy, uint32_t VLen, in BTFTypeEnum()
207 BTFTypeEnum64::BTFTypeEnum64(const DICompositeType *ETy, uint32_t VLen, in BTFTypeEnum64()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerGlobalDtors.cpp87 auto *ETy = dyn_cast<StructType>(InitList->getType()->getElementType()); in runImpl() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp617 QualType ETy = RTy->getPointeeType(); in ConvertType() local
624 QualType ETy = PTy->getPointeeType(); in ConvertType() local
H A DCodeGenTBAA.cpp247 if (const EnumType *ETy = dyn_cast<EnumType>(Ty)) { in getTypeInfoHelper() local
H A DCGCall.cpp3071 QualType ETy = ArrTy->getElementType(); in EmitFunctionProlog() local
3095 QualType ETy = ArrTy->getElementType(); in EmitFunctionProlog() local
3680 QualType ETy = Context.getBaseElementType(ATy); in setUsedBits() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp1207 Type *ETy = InterleavedLoad.front().SVI->getType()->getElementType(); in combine() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp1622 Type *ETy = CA->getType()->getElementType(); in WriteConstantInternal() local
1647 Type *ETy = CA->getType()->getElementType(); in WriteConstantInternal() local
1692 Type *ETy = CVVTy->getElementType(); in WriteConstantInternal() local
H A DVerifier.cpp859 Type *ETy = STy->getTypeAtIndex(2); in visitGlobalVariable() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1567 EVT ETy = TLI.getValueType(DL, I->getOperand(0)->getType()); in selectFreeze() local
H A DLegalizeIntegerTypes.cpp374 ISD::LoadExtType ETy = cast<AtomicSDNode>(N)->getExtensionType(); in PromoteIntRes_Atomic0() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1566 ISD::LoadExtType ETy; in getLoadExtType() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h440 EVT ETy = getTLI()->getValueType(DL, Ty); in getRegUsageForType() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp2520 Type *ETy = getEffectiveSCEVType(Ops[0]->getType()); in getAddExpr() local
3115 Type *ETy = Ops[0]->getType(); in getMulExpr() local
3670 Type *ETy = getEffectiveSCEVType(Operands[0]->getType()); in getAddRecExpr() local
3841 Type *ETy = getEffectiveSCEVType(Ops[0]->getType()); in getMinMaxExpr() local
4263 Type *ETy = getEffectiveSCEVType(Ops[0]->getType()); in getSequentialMinMaxExpr() local
13479 Type *ETy = getEffectiveSCEVType(PointerType::getUnqual(Ty)); in getElementSize() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp6468 EVT ETy = TLI->getValueType(DL, VT); in getInterleavedMemoryOpCost() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp3145 QualType ETy = E->getType(); in ActOnIndirectGotoStmt() local
H A DSemaInit.cpp7594 QualType ETy = Entity.getType(); in Perform() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp2228 EVT ETy = EVT::getEVT(ElemTy, false); in getHvxTy() local

12