Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXLowerAlloca.cpp73 auto ETy = cast<PointerType>(allocaInst->getType())->getElementType(); in runOnFunction() local
DNVPTXAsmPrinter.cpp1013 Type *ETy = GVar->getValueType(); in printModuleLevelGV() local
1327 Type *ETy = GVar->getValueType(); in emitPTXGlobalVariable() local
1390 Type *ETy = STy->getElementType(i); in getOpenCLAlignment() local
1495 Type *ETy = PTy->getElementType(); in emitFunctionParamList() local
1555 Type *ETy = PTy->getElementType(); in emitFunctionParamList() local
1802 Type *ETy = CPV->getType(); in bufferLEByte() local
DNVPTXISelLowering.cpp1359 Type *ETy = PTy->getElementType(); in getPrototype() local
/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
/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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerGlobalDtors.cpp72 auto *ETy = dyn_cast<StructType>(InitList->getType()->getElementType()); in runOnModule() 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
/external/llvm/lib/Transforms/IPO/
DPassManagerBuilder.cpp171 void PassManagerBuilder::addExtensionsToPM(ExtensionPointTy ETy, in addExtensionsToPM()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DPassManagerBuilder.cpp235 void PassManagerBuilder::addExtensionsToPM(ExtensionPointTy ETy, in addExtensionsToPM()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTFDebug.h94 const DICompositeType *ETy; variable
DBTFDebug.cpp154 BTFTypeEnum::BTFTypeEnum(const DICompositeType *ETy, uint32_t VLen) : ETy(ETy) { in BTFTypeEnum()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DInterleavedLoadCombinePass.cpp1201 Type *ETy = InterleavedLoad.front().SVI->getType()->getElementType(); in combine() 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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAsmWriter.cpp1401 Type *ETy = CA->getType()->getElementType(); in WriteConstantInternal() local
1429 Type *ETy = CA->getType()->getElementType(); in WriteConstantInternal() local
1478 Type *ETy = CV->getType()->getVectorElementType(); in WriteConstantInternal() local
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1597 StructType *ETy = dyn_cast<StructType>(InitList->getType()->getElementType()); in EmitXXStructorList() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp3605 EVT ETy = TLI->getValueType(DL, VT); in getInterleavedMemoryOpCostAVX2() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp2421 Type *ETy = getEffectiveSCEVType(Ops[0]->getType()); in getAddExpr() local
2922 Type *ETy = getEffectiveSCEVType(Ops[0]->getType()); in getMulExpr() local
3421 Type *ETy = getEffectiveSCEVType(Operands[0]->getType()); in getAddRecExpr() local
3561 Type *ETy = getEffectiveSCEVType(Ops[0]->getType()); in getMinMaxExpr() local
11205 Type *ETy = getEffectiveSCEVType(PointerType::getUnqual(Ty)); in getElementSize() 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-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2044 StructType *ETy = dyn_cast<StructType>(InitList->getType()->getElementType()); in EmitXXStructorList() local

12