Home
last modified time | relevance | path

Searched refs:ETy (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerGlobalDtors.cpp72 auto *ETy = dyn_cast<StructType>(InitList->getType()->getElementType()); in runOnModule() local
73 if (!ETy || ETy->getNumElements() != 3 || in runOnModule()
74 !ETy->getTypeAtIndex(0U)->isIntegerTy() || in runOnModule()
75 !ETy->getTypeAtIndex(1U)->isPointerTy() || in runOnModule()
76 !ETy->getTypeAtIndex(2U)->isPointerTy()) in runOnModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp1013 Type *ETy = GVar->getValueType(); in printModuleLevelGV() local
1138 O << " .align " << (int)DL.getPrefTypeAlignment(ETy); in printModuleLevelGV()
1142 if (ETy->isFloatingPointTy() || ETy->isPointerTy() || in printModuleLevelGV()
1143 (ETy->isIntegerTy() && ETy->getScalarSizeInBits() <= 64)) { in printModuleLevelGV()
1146 if (ETy->isIntegerTy(1)) in printModuleLevelGV()
1149 O << getPTXFundamentalTypeStr(ETy, false); in printModuleLevelGV()
1183 switch (ETy->getTypeID()) { in printModuleLevelGV()
1188 ElementSize = DL.getTypeStoreSize(ETy); in printModuleLevelGV()
1327 Type *ETy = GVar->getValueType(); in emitPTXGlobalVariable() local
1332 O << " .align " << (int)DL.getPrefTypeAlignment(ETy); in emitPTXGlobalVariable()
[all …]
DNVPTXLowerAlloca.cpp73 auto ETy = cast<PointerType>(allocaInst->getType())->getElementType(); in runOnFunction() local
74 auto LocalAddrTy = PointerType::get(ETy, ADDRESS_SPACE_LOCAL); in runOnFunction()
76 auto GenericAddrTy = PointerType::get(ETy, ADDRESS_SPACE_GENERIC); in runOnFunction()
DNVPTXISelLowering.cpp1359 Type *ETy = PTy->getElementType(); in getPrototype() local
1362 unsigned sz = DL.getTypeAllocSize(ETy); in getPrototype()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTFDebug.h94 const DICompositeType *ETy; variable
98 BTFTypeEnum(const DICompositeType *ETy, uint32_t NumValues);
281 void visitEnumType(const DICompositeType *ETy, uint32_t &TypeId);
DBTFDebug.cpp154 BTFTypeEnum::BTFTypeEnum(const DICompositeType *ETy, uint32_t VLen) : ETy(ETy) { in BTFTypeEnum() argument
157 BTFType.Size = roundupToBytes(ETy->getSizeInBits()); in BTFTypeEnum()
165 BTFType.NameOff = BDebug.addString(ETy->getName()); in completeType()
167 DINodeArray Elements = ETy->getElements(); in completeType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DPassManagerBuilder.h212 void addExtensionsToPM(ExtensionPointTy ETy,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DPassManagerBuilder.cpp235 void PassManagerBuilder::addExtensionsToPM(ExtensionPointTy ETy, in addExtensionsToPM() argument
239 if (std::get<0>(Ext) == ETy) in addExtensionsToPM()
244 if (Extensions[i].first == ETy) in addExtensionsToPM()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2044 StructType *ETy = dyn_cast<StructType>(InitList->getType()->getElementType()); in EmitXXStructorList() local
2045 if (!ETy || ETy->getNumElements() != 3 || in EmitXXStructorList()
2046 !isa<IntegerType>(ETy->getTypeAtIndex(0U)) || in EmitXXStructorList()
2047 !isa<PointerType>(ETy->getTypeAtIndex(1U)) || in EmitXXStructorList()
2048 !isa<PointerType>(ETy->getTypeAtIndex(2U))) in EmitXXStructorList()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DInterleavedLoadCombinePass.cpp1201 Type *ETy = InterleavedLoad.front().SVI->getType()->getElementType(); in combine() local
1204 VectorType *ILTy = VectorType::get(ETy, Factor * ElementsPerSVI); in combine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAsmWriter.cpp1401 Type *ETy = CA->getType()->getElementType(); in WriteConstantInternal() local
1403 TypePrinter.print(ETy, Out); in WriteConstantInternal()
1410 TypePrinter.print(ETy, Out); in WriteConstantInternal()
1429 Type *ETy = CA->getType()->getElementType(); in WriteConstantInternal() local
1431 TypePrinter.print(ETy, Out); in WriteConstantInternal()
1438 TypePrinter.print(ETy, Out); in WriteConstantInternal()
1478 Type *ETy = CV->getType()->getVectorElementType(); in WriteConstantInternal() local
1480 TypePrinter.print(ETy, Out); in WriteConstantInternal()
1486 TypePrinter.print(ETy, Out); in WriteConstantInternal()
DVerifier.cpp658 Type *ETy = STy->getTypeAtIndex(2); in visitGlobalVariable() local
659 Assert(ETy->isPointerTy() && in visitGlobalVariable()
660 cast<PointerType>(ETy)->getElementType()->isIntegerTy(8), in visitGlobalVariable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h2227 ISD::MemIndexedMode AM, ISD::LoadExtType ETy, EVT MemVT,
2230 LoadSDNodeBits.ExtTy = ETy;
2332 ISD::MemIndexedMode AM, ISD::LoadExtType ETy,
2335 LoadSDNodeBits.ExtTy = ETy;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp2421 Type *ETy = getEffectiveSCEVType(Ops[0]->getType()); in getAddExpr() local
2423 assert(getEffectiveSCEVType(Ops[i]->getType()) == ETy && in getAddExpr()
2922 Type *ETy = getEffectiveSCEVType(Ops[0]->getType()); in getMulExpr() local
2924 assert(getEffectiveSCEVType(Ops[i]->getType()) == ETy && in getMulExpr()
3421 Type *ETy = getEffectiveSCEVType(Operands[0]->getType()); in getAddRecExpr() local
3423 assert(getEffectiveSCEVType(Operands[i]->getType()) == ETy && in getAddRecExpr()
3561 Type *ETy = getEffectiveSCEVType(Ops[0]->getType()); in getMinMaxExpr() local
3563 assert(getEffectiveSCEVType(Ops[i]->getType()) == ETy && in getMinMaxExpr()
11205 Type *ETy = getEffectiveSCEVType(PointerType::getUnqual(Ty)); in getElementSize() local
11206 return getSizeOfExpr(ETy, Ty); in getElementSize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp3605 EVT ETy = TLI->getValueType(DL, VT); in getInterleavedMemoryOpCostAVX2() local
3606 if (!ETy.isSimple()) in getInterleavedMemoryOpCostAVX2()
3656 CostTableLookup(AVX2InterleavedLoadTbl, Factor, ETy.getSimpleVT())) in getInterleavedMemoryOpCostAVX2()
3662 CostTableLookup(AVX2InterleavedStoreTbl, Factor, ETy.getSimpleVT())) in getInterleavedMemoryOpCostAVX2()