/freebsd/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 | 1021 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 D | NVPTXISelLowering.cpp | 1479 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 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 | 11087 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 D | BTFDebug.h | 102 const DICompositeType *ETy; variable 223 const DICompositeType *ETy; variable
|
H A D | BTFDebug.cpp | 168 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 D | LowerGlobalDtors.cpp | 87 auto *ETy = dyn_cast<StructType>(InitList->getType()->getElementType()); in runImpl() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenTypes.cpp | 617 QualType ETy = RTy->getPointeeType(); in ConvertType() local 624 QualType ETy = PTy->getPointeeType(); in ConvertType() local
|
H A D | CodeGenTBAA.cpp | 247 if (const EnumType *ETy = dyn_cast<EnumType>(Ty)) { in getTypeInfoHelper() local
|
H A D | CGCall.cpp | 3071 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 D | InterleavedLoadCombinePass.cpp | 1207 Type *ETy = InterleavedLoad.front().SVI->getType()->getElementType(); in combine() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 1622 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 D | Verifier.cpp | 859 Type *ETy = STy->getTypeAtIndex(2); in visitGlobalVariable() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 1567 EVT ETy = TLI.getValueType(DL, I->getOperand(0)->getType()); in selectFreeze() local
|
H A D | LegalizeIntegerTypes.cpp | 374 ISD::LoadExtType ETy = cast<AtomicSDNode>(N)->getExtensionType(); in PromoteIntRes_Atomic0() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelDAGToDAG.cpp | 1566 ISD::LoadExtType ETy; in getLoadExtType() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 440 EVT ETy = getTLI()->getValueType(DL, Ty); in getRegUsageForType() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 2520 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 D | X86TargetTransformInfo.cpp | 6468 EVT ETy = TLI->getValueType(DL, VT); in getInterleavedMemoryOpCost() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 3145 QualType ETy = E->getType(); in ActOnIndirectGotoStmt() local
|
H A D | SemaInit.cpp | 7594 QualType ETy = Entity.getType(); in Perform() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonVectorCombine.cpp | 2228 EVT ETy = EVT::getEVT(ElemTy, false); in getHvxTy() local
|