/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
H A D | NVPTXLowerAlloca.cpp | 73 auto ETy = cast<PointerType>(allocaInst->getType())->getElementType(); in runOnFunction() local
|
H A D | NVPTXAsmPrinter.cpp | 1004 Type *ETy = GVar->getValueType(); in printModuleLevelGV() local 1316 Type *ETy = GVar->getValueType(); in emitPTXGlobalVariable() local 1379 Type *ETy = STy->getElementType(i); in getOpenCLAlignment() local 1484 Type *ETy = PTy->getElementType(); in emitFunctionParamList() local 1544 Type *ETy = PTy->getElementType(); in emitFunctionParamList() local 1791 Type *ETy = CPV->getType(); in bufferLEByte() local
|
H A D | NVPTXISelLowering.cpp | 1344 Type *ETy = PTy->getElementType(); in getPrototype() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | FormatString.cpp | 346 if (const EnumType *ETy = argTy->getAs<EnumType>()) { in matchesType() local 369 if (const EnumType *ETy = argTy->getAs<EnumType>()) { in matchesType() local
|
H A D | ScanfFormatString.cpp | 426 if (const EnumType *ETy = PT->getAs<EnumType>()) { in fixType() local
|
H A D | PrintfFormatString.cpp | 727 if (const EnumType *ETy = QT->getAs<EnumType>()) in fixType() local
|
H A D | ASTContext.cpp | 9701 if (const auto *ETy = LHS->getAs<EnumType>()) { in mergeTypes() local 9704 if (const EnumType* ETy = RHS->getAs<EnumType>()) { in mergeTypes() local 10116 if (const auto *ETy = T->getAs<EnumType>()) in getCorrespondingUnsignedType() local 10184 if (const auto *ETy = T->getAs<EnumType>()) in getCorrespondingSignedType() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyLowerGlobalDtors.cpp | 72 auto *ETy = dyn_cast<StructType>(InitList->getType()->getElementType()); in runOnModule() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CodeGenTypes.cpp | 633 QualType ETy = RTy->getPointeeType(); in ConvertType() local 641 QualType ETy = PTy->getPointeeType(); in ConvertType() local
|
H A D | CodeGenTBAA.cpp | 198 if (const EnumType *ETy = dyn_cast<EnumType>(Ty)) { in getTypeInfoHelper() local
|
H A D | CGCall.cpp | 2742 QualType ETy = ArrTy->getElementType(); in EmitFunctionProlog() local 2766 QualType ETy = ArrTy->getElementType(); in EmitFunctionProlog() local 3301 QualType ETy = Context.getBaseElementType(ATy); in setUsedBits() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | PassManagerBuilder.cpp | 265 void PassManagerBuilder::addExtensionsToPM(ExtensionPointTy ETy, in addExtensionsToPM()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/ |
H A D | BTFDebug.h | 100 const DICompositeType *ETy; variable
|
H A D | BTFDebug.cpp | 155 BTFTypeEnum::BTFTypeEnum(const DICompositeType *ETy, uint32_t VLen) : ETy(ETy) { in BTFTypeEnum()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | InterleavedLoadCombinePass.cpp | 1203 Type *ETy = InterleavedLoad.front().SVI->getType()->getElementType(); in combine() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 1473 Type *ETy = CA->getType()->getElementType(); in WriteConstantInternal() local 1501 Type *ETy = CA->getType()->getElementType(); in WriteConstantInternal() local 1551 Type *ETy = CVVTy->getElementType(); in WriteConstantInternal() local
|
H A D | Verifier.cpp | 698 Type *ETy = STy->getTypeAtIndex(2); in visitGlobalVariable() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 1442 EVT ETy = TLI.getValueType(DL, I->getOperand(0)->getType()); in selectFreeze() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 2321 Type *ETy = getEffectiveSCEVType(Ops[0]->getType()); in getAddExpr() local 2837 Type *ETy = getEffectiveSCEVType(Ops[0]->getType()); in getMulExpr() local 3368 Type *ETy = getEffectiveSCEVType(Operands[0]->getType()); in getAddRecExpr() local 3524 Type *ETy = getEffectiveSCEVType(Ops[0]->getType()); in getMinMaxExpr() local 11861 Type *ETy = getEffectiveSCEVType(PointerType::getUnqual(Ty)); in getElementSize() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.cpp | 4746 EVT ETy = TLI->getValueType(DL, VT); in getInterleavedMemoryOpCostAVX2() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 3247 QualType ETy = E->getType(); in ActOnIndirectGotoStmt() local
|
H A D | SemaInit.cpp | 8078 QualType ETy = Entity.getType(); in Perform() local
|