Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAlloca.cpp73 auto ETy = cast<PointerType>(allocaInst->getType())->getElementType(); in runOnFunction() local
H A DNVPTXAsmPrinter.cpp1004 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 DNVPTXISelLowering.cpp1344 Type *ETy = PTy->getElementType(); in getPrototype() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DFormatString.cpp346 if (const EnumType *ETy = argTy->getAs<EnumType>()) { in matchesType() local
369 if (const EnumType *ETy = argTy->getAs<EnumType>()) { in matchesType() local
H A DScanfFormatString.cpp426 if (const EnumType *ETy = PT->getAs<EnumType>()) { in fixType() local
H A DPrintfFormatString.cpp727 if (const EnumType *ETy = QT->getAs<EnumType>()) in fixType() local
H A DASTContext.cpp9701 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 DWebAssemblyLowerGlobalDtors.cpp72 auto *ETy = dyn_cast<StructType>(InitList->getType()->getElementType()); in runOnModule() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTypes.cpp633 QualType ETy = RTy->getPointeeType(); in ConvertType() local
641 QualType ETy = PTy->getPointeeType(); in ConvertType() local
H A DCodeGenTBAA.cpp198 if (const EnumType *ETy = dyn_cast<EnumType>(Ty)) { in getTypeInfoHelper() local
H A DCGCall.cpp2742 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 DPassManagerBuilder.cpp265 void PassManagerBuilder::addExtensionsToPM(ExtensionPointTy ETy, in addExtensionsToPM()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBTFDebug.h100 const DICompositeType *ETy; variable
H A DBTFDebug.cpp155 BTFTypeEnum::BTFTypeEnum(const DICompositeType *ETy, uint32_t VLen) : ETy(ETy) { in BTFTypeEnum()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp1203 Type *ETy = InterleavedLoad.front().SVI->getType()->getElementType(); in combine() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp1473 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 DVerifier.cpp698 Type *ETy = STy->getTypeAtIndex(2); in visitGlobalVariable() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1442 EVT ETy = TLI.getValueType(DL, I->getOperand(0)->getType()); in selectFreeze() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp2321 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 DX86TargetTransformInfo.cpp4746 EVT ETy = TLI->getValueType(DL, VT); in getInterleavedMemoryOpCostAVX2() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp3247 QualType ETy = E->getType(); in ActOnIndirectGotoStmt() local
H A DSemaInit.cpp8078 QualType ETy = Entity.getType(); in Perform() local