Searched refs:ETy (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1030 Type *ETy = PTy->getElementType(); local
1129 O << " .align " << (int) TD->getPrefTypeAlignment(ETy);
1134 if (ETy->isPrimitiveType() || ETy->isIntegerTy() || isa<PointerType>(ETy)) {
1136 O << getPTXFundamentalTypeStr(ETy, false);
1159 switch (ETy->getTypeID()) {
1163 ElementSize = TD->getTypeStoreSize(ETy);
1303 Type *ETy = PTy->getElementType(); local
1308 O << " .align " << (int) TD->getPrefTypeAlignment(ETy);
1356 Type *ETy = VTy->getElementType(); local
1371 Type *ETy = STy->getElementType(i); local
1468 Type *ETy = PTy->getElementType(); local
1520 Type *ETy = PTy->getElementType(); local
1731 const Type *ETy = CPV->getType(); local
[all...]
H A DNVPTXISelLowering.cpp401 Type *ETy = PTy->getElementType(); local
405 unsigned sz = getTargetData()->getTypeAllocSize(ETy);
414 ComputeValueVTs(*this, ETy, vtparts);
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Transforms/IPO/
H A DPassManagerBuilder.h122 void addExtensionsToPM(ExtensionPointTy ETy, PassManagerBase &PM) const;
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp77 void PassManagerBuilder::addExtensionsToPM(ExtensionPointTy ETy, argument
80 if ((*GlobalExtensions)[i].first == ETy)
83 if (Extensions[i].first == ETy)
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h319 DIE *constructEnumTypeDIE(DIEnumerator ETy);
H A DAsmPrinter.cpp1282 StructType *ETy = dyn_cast<StructType>(InitList->getType()->getElementType());
1283 if (!ETy || ETy->getNumElements() != 2) return; // Not an array of pairs!
1284 if (!isa<IntegerType>(ETy->getTypeAtIndex(0U)) ||
1285 !isa<PointerType>(ETy->getTypeAtIndex(1U))) return; // Not (int, ptr).
H A DDwarfCompileUnit.cpp1304 DIE *CompileUnit::constructEnumTypeDIE(DIEnumerator ETy) { argument
1306 StringRef Name = ETy.getName();
1308 int64_t Value = ETy.getEnumValue();
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DAsmWriter.cpp864 Type *ETy = CA->getType()->getElementType(); local
866 TypePrinter.print(ETy, Out);
873 TypePrinter.print(ETy, Out);
892 Type *ETy = CA->getType()->getElementType(); local
894 TypePrinter.print(ETy, Out);
901 TypePrinter.print(ETy, Out);
942 Type *ETy = CV->getType()->getVectorElementType(); local
944 TypePrinter.print(ETy, Out);
950 TypePrinter.print(ETy, Out);
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1650 ISD::MemIndexedMode AM, ISD::LoadExtType ETy, EVT MemVT,
1654 SubclassData |= (unsigned short)ETy;
1655 assert(getExtensionType() == ETy && "LoadExtType encoding error!");
1649 LoadSDNode(SDValue *ChainPtrOff, DebugLoc dl, SDVTList VTs, ISD::MemIndexedMode AM, ISD::LoadExtType ETy, EVT MemVT, MachineMemOperand *MMO) argument
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DScalarEvolution.cpp1459 Type *ETy = getEffectiveSCEVType(Ops[0]->getType());
1461 assert(getEffectiveSCEVType(Ops[i]->getType()) == ETy &&
1862 Type *ETy = getEffectiveSCEVType(Ops[0]->getType());
1864 assert(getEffectiveSCEVType(Ops[i]->getType()) == ETy &&
2259 Type *ETy = getEffectiveSCEVType(Operands[0]->getType());
2261 assert(getEffectiveSCEVType(Operands[i]->getType()) == ETy &&
2377 Type *ETy = getEffectiveSCEVType(Ops[0]->getType());
2379 assert(getEffectiveSCEVType(Ops[i]->getType()) == ETy &&
2481 Type *ETy = getEffectiveSCEVType(Ops[0]->getType());
2483 assert(getEffectiveSCEVType(Ops[i]->getType()) == ETy
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DObjCARC.cpp222 Type *ETy = PTy->getElementType(); local
224 if (ETy->isIntegerTy(8))
242 if (PointerType *Pte = dyn_cast<PointerType>(ETy))

Completed in 277 milliseconds