Home
last modified time | relevance | path

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

/external/llvm/lib/Target/NVPTX/
DNVPTXLowerAlloca.cpp73 auto ETy = PTy->getElementType(); in runOnBasicBlock() local
DNVPTXAsmPrinter.cpp1057 Type *ETy = GVar->getValueType(); in printModuleLevelGV() local
1368 Type *ETy = GVar->getValueType(); in emitPTXGlobalVariable() local
1424 Type *ETy = STy->getElementType(i); in getOpenCLAlignment() local
1528 Type *ETy = PTy->getElementType(); in emitFunctionParamList() local
1583 Type *ETy = PTy->getElementType(); in emitFunctionParamList() local
1824 Type *ETy = CPV->getType(); in bufferLEByte() local
DNVPTXISelLowering.cpp993 Type *ETy = PTy->getElementType(); in getPrototype() local
/external/clang/lib/Analysis/
DFormatString.cpp313 if (const EnumType *ETy = argTy->getAs<EnumType>()) in matchesType() local
330 if (const EnumType *ETy = argTy->getAs<EnumType>()) in matchesType() local
DScanfFormatString.cpp421 if (const EnumType *ETy = PT->getAs<EnumType>()) in fixType() local
DPrintfFormatString.cpp601 if (const EnumType *ETy = QT->getAs<EnumType>()) in fixType() local
/external/llvm/lib/Analysis/
DObjCARCInstKind.cpp102 Type *ETy = PTy->getElementType(); in GetFunctionClass() local
DScalarEvolution.cpp2029 Type *ETy = getEffectiveSCEVType(Ops[0]->getType()); in getAddExpr() local
2440 Type *ETy = getEffectiveSCEVType(Ops[0]->getType()); in getMulExpr() local
2885 Type *ETy = getEffectiveSCEVType(Operands[0]->getType()); in getAddRecExpr() local
3034 Type *ETy = getEffectiveSCEVType(Ops[0]->getType()); in getSMaxExpr() local
3135 Type *ETy = getEffectiveSCEVType(Ops[0]->getType()); in getUMaxExpr() local
9202 Type *ETy = getEffectiveSCEVType(PointerType::getUnqual(Ty)); in getElementSize() local
/external/clang/lib/CodeGen/
DCodeGenTypes.cpp499 QualType ETy = RTy->getPointeeType(); in ConvertType() local
507 QualType ETy = PTy->getPointeeType(); in ConvertType() local
DCodeGenTBAA.cpp151 if (const EnumType *ETy = dyn_cast<EnumType>(Ty)) { in getTBAAInfo() local
DCGCall.cpp2224 QualType ETy = ArrTy->getElementType(); in EmitFunctionProlog() local
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DPassManagerBuilder.cpp62 void PassManagerBuilder::addExtensionsToPM(ExtensionPointTy ETy, in addExtensionsToPM()
/external/llvm/lib/Transforms/IPO/
DPassManagerBuilder.cpp171 void PassManagerBuilder::addExtensionsToPM(ExtensionPointTy ETy, in addExtensionsToPM()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DAsmWriter.cpp829 Type *ETy = CA->getType()->getElementType(); in WriteConstantInternal() local
886 Type *ETy = CP->getType()->getElementType(); in WriteConstantInternal() local
/external/llvm/lib/IR/
DAsmWriter.cpp1238 Type *ETy = CA->getType()->getElementType(); in WriteConstantInternal() local
1266 Type *ETy = CA->getType()->getElementType(); in WriteConstantInternal() local
1316 Type *ETy = CV->getType()->getVectorElementType(); in WriteConstantInternal() local
DVerifier.cpp572 Type *ETy = STy->getTypeAtIndex(2); in visitGlobalVariable() local
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp1453 Type *ETy = getEffectiveSCEVType(Ops[0]->getType()); in getAddExpr() local
1856 Type *ETy = getEffectiveSCEVType(Ops[0]->getType()); in getMulExpr() local
2249 Type *ETy = getEffectiveSCEVType(Operands[0]->getType()); in getAddRecExpr() local
2367 Type *ETy = getEffectiveSCEVType(Ops[0]->getType()); in getSMaxExpr() local
2471 Type *ETy = getEffectiveSCEVType(Ops[0]->getType()); in getUMaxExpr() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp1175 DIE *CompileUnit::constructEnumTypeDIE(DIEnumerator ETy) { in constructEnumTypeDIE()
DAsmPrinter.cpp1259 StructType *ETy = dyn_cast<StructType>(InitList->getType()->getElementType()); in EmitXXStructorList() local
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
DCBackend.cpp565 Type *ETy = CPA->getType()->getElementType(); in printConstantArray() local
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1597 StructType *ETy = dyn_cast<StructType>(InitList->getType()->getElementType()); in EmitXXStructorList() local
/external/clang/lib/AST/
DASTContext.cpp7719 if (const EnumType* ETy = LHS->getAs<EnumType>()) { in mergeTypes() local
7722 if (const EnumType* ETy = RHS->getAs<EnumType>()) { in mergeTypes() local
8050 if (const EnumType *ETy = T->getAs<EnumType>()) in getCorrespondingUnsignedType() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DObjCARC.cpp217 Type *ETy = PTy->getElementType(); in GetFunctionClass() local
/external/clang/lib/Sema/
DSemaStmt.cpp2629 QualType ETy = E->getType(); in ActOnIndirectGotoStmt() local