Home
last modified time | relevance | path

Searched refs:IType (Results 1 – 23 of 23) sorted by relevance

/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonDepITypes.td11 class IType<bits<7> t> { bits<7> Value = t; }
12 def TypeALU32_2op : IType<0>;
13 def TypeALU32_3op : IType<1>;
14 def TypeALU32_ADDI : IType<2>;
15 def TypeALU64 : IType<3>;
16 def TypeCJ : IType<4>;
17 def TypeCR : IType<7>;
18 def TypeCVI_4SLOT_MPY : IType<8>;
19 def TypeCVI_GATHER : IType<9>;
20 def TypeCVI_GATHER_DV : IType<10>;
[all …]
DHexagonInstrFormats.td51 string cstr, InstrItinClass itin, IType type>
72 IType Type = type;
194 class HInst<dag outs, dag ins, string asmstr, InstrItinClass itin, IType type> :
275 IType Type = TypeDUPLEX; // uses slot 0,1
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonDepITypes.td11 class IType<bits<7> t> { bits<7> Value = t; }
12 def TypeALU32_2op : IType<0>;
13 def TypeALU32_3op : IType<1>;
14 def TypeALU32_ADDI : IType<2>;
15 def TypeALU64 : IType<3>;
16 def TypeCJ : IType<4>;
17 def TypeCOPROC_VX : IType<5>;
18 def TypeCR : IType<6>;
19 def TypeCVI_4SLOT_MPY : IType<7>;
20 def TypeCVI_GATHER : IType<8>;
[all …]
DHexagonInstrFormats.td49 string cstr, InstrItinClass itin, IType type>
70 IType Type = type;
189 class HInst<dag outs, dag ins, string asmstr, InstrItinClass itin, IType type> :
DHexagonInstrFormatsV5.td33 IType Type = TypeDUPLEX; // uses slot 0,1
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DRepeatedFieldBuilder.java64 IType extends MessageOrBuilder>
79 private List<SingleFieldBuilder<MType, BType, IType>> builders;
103 private MessageExternalList<MType, BType, IType> externalMessageList;
109 private BuilderExternalList<MType, BType, IType> externalBuilderList;
116 private MessageOrBuilderExternalList<MType, BType, IType> externalMessageOrBuilderList;
159 this.builders = new ArrayList<SingleFieldBuilder<MType, BType, IType>>(messages.size()); in ensureBuilders()
214 SingleFieldBuilder<MType, BType, IType> builder = builders.get(index); in getMessage()
235 SingleFieldBuilder<MType, BType, IType> builder = builders.get(index); in getBuilder()
238 builder = new SingleFieldBuilder<MType, BType, IType>(message, this, isClean); in getBuilder()
252 public IType getMessageOrBuilder(int index) { in getMessageOrBuilder()
[all …]
DRepeatedFieldBuilderV3.java64 IType extends MessageOrBuilder>
79 private List<SingleFieldBuilderV3<MType, BType, IType>> builders;
103 private MessageExternalList<MType, BType, IType> externalMessageList;
109 private BuilderExternalList<MType, BType, IType> externalBuilderList;
116 private MessageOrBuilderExternalList<MType, BType, IType> externalMessageOrBuilderList;
159 this.builders = new ArrayList<SingleFieldBuilderV3<MType, BType, IType>>(messages.size()); in ensureBuilders()
214 SingleFieldBuilderV3<MType, BType, IType> builder = builders.get(index); in getMessage()
235 SingleFieldBuilderV3<MType, BType, IType> builder = builders.get(index); in getBuilder()
238 builder = new SingleFieldBuilderV3<MType, BType, IType>(message, this, isClean); in getBuilder()
252 public IType getMessageOrBuilder(int index) { in getMessageOrBuilder()
[all …]
DSingleFieldBuilder.java58 IType extends MessageOrBuilder>
145 public IType getMessageOrBuilder() { in getMessageOrBuilder()
147 return (IType) builder; in getMessageOrBuilder()
149 return (IType) message; in getMessageOrBuilder()
159 public SingleFieldBuilder<MType, BType, IType> setMessage(MType message) { in setMessage()
175 public SingleFieldBuilder<MType, BType, IType> mergeFrom(MType value) { in mergeFrom()
191 public SingleFieldBuilder<MType, BType, IType> clear() { in clear()
DSingleFieldBuilderV3.java58 IType extends MessageOrBuilder>
145 public IType getMessageOrBuilder() { in getMessageOrBuilder()
147 return (IType) builder; in getMessageOrBuilder()
149 return (IType) message; in getMessageOrBuilder()
159 public SingleFieldBuilderV3<MType, BType, IType> setMessage(MType message) { in setMessage()
175 public SingleFieldBuilderV3<MType, BType, IType> mergeFrom(MType value) { in mergeFrom()
191 public SingleFieldBuilderV3<MType, BType, IType> clear() { in clear()
/external/llvm/lib/Target/Hexagon/
DHexagonInstrFormatsV60.td20 def TypeCVI_VA : IType<13>;
21 def TypeCVI_VA_DV : IType<14>;
22 def TypeCVI_VX : IType<15>;
23 def TypeCVI_VX_DV : IType<16>;
24 def TypeCVI_VP : IType<17>;
25 def TypeCVI_VP_VS : IType<18>;
26 def TypeCVI_VS : IType<19>;
27 def TypeCVI_VINLANESAT : IType<20>;
28 def TypeCVI_VM_LD : IType<21>;
29 def TypeCVI_VM_TMP_LD : IType<22>;
[all …]
DHexagonInstrFormatsV4.td20 def TypeMEMOP : IType<9>;
21 def TypeNV : IType<10>;
22 def TypeDUPLEX : IType<11>;
23 def TypeCOMPOUND : IType<12>;
24 def TypePREFIX : IType<30>;
46 IType Type = TypeDUPLEX; // uses slot 0,1
DHexagonInstrFormats.td16 class IType<bits<5> t> {
19 def TypePSEUDO : IType<0>;
20 def TypeALU32 : IType<1>;
21 def TypeCR : IType<2>;
22 def TypeJR : IType<3>;
23 def TypeJ : IType<4>;
24 def TypeLD : IType<5>;
25 def TypeST : IType<6>;
26 def TypeSYSTEM : IType<7>;
27 def TypeXTYPE : IType<8>;
[all …]
DHexagonInstrInfoV60.td35 IType type = TypeCVI_VM_ST>
45 IType type = TypeCVI_VM_LD>
52 IType type = TypeCVI_VM_ST>
1031 IType type = TypeCVI_VA_DV>
1139 let Type = !cast<IType>("Type"#itin);
1308 let Type = !cast<IType>("Type"#itin);
1704 let Type = !cast<IType>("Type"#itin);
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUPrintfRuntimeBinding.cpp409 Type *IType = (ArgType->isFloatTy()) ? Int32Ty : Int64Ty; in lowerPrintfForGpu() local
417 IType = Int32Ty; in lowerPrintfForGpu()
422 IType = Int32Ty; in lowerPrintfForGpu()
426 Arg = new BitCastInst(Arg, IType, "PrintArgFP", Brnch); in lowerPrintfForGpu()
475 Type *IType = NULL; in lowerPrintfForGpu() local
490 IType = Type::getInt64Ty(ArgType->getContext()); in lowerPrintfForGpu()
495 IType = Type::getInt64Ty(ArgType->getContext()); in lowerPrintfForGpu()
498 IType = Type::getInt32Ty(ArgType->getContext()); in lowerPrintfForGpu()
501 IType = Type::getInt16Ty(ArgType->getContext()); in lowerPrintfForGpu()
507 IType = Type::getInt64Ty(ArgType->getContext()); in lowerPrintfForGpu()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUPrintfRuntimeBinding.cpp413 Type *IType = (ArgType->isFloatTy()) ? Int32Ty : Int64Ty; in lowerPrintfForGpu() local
422 IType = Int32Ty; in lowerPrintfForGpu()
428 IType = Int32Ty; in lowerPrintfForGpu()
432 Arg = new BitCastInst(Arg, IType, "PrintArgFP", Brnch); in lowerPrintfForGpu()
482 Type *IType = NULL; in lowerPrintfForGpu() local
501 IType = dyn_cast<Type>(Type::getInt64Ty(ArgType->getContext())); in lowerPrintfForGpu()
506 IType = dyn_cast<Type>(Type::getInt64Ty(ArgType->getContext())); in lowerPrintfForGpu()
509 IType = dyn_cast<Type>(Type::getInt32Ty(ArgType->getContext())); in lowerPrintfForGpu()
512 IType = dyn_cast<Type>(Type::getInt16Ty(ArgType->getContext())); in lowerPrintfForGpu()
518 IType = dyn_cast<Type>(Type::getInt64Ty(ArgType->getContext())); in lowerPrintfForGpu()
[all …]
/external/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCCodeEmitter.cpp623 unsigned IType = HexagonMCInstrInfo::getType(MCII, MI); in getExprOpValue() local
665 bool BranchOrCR = MCID.isBranch() || IType == HexagonII::TypeCR; in getExprOpValue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCCodeEmitter.cpp629 unsigned IType = HexagonMCInstrInfo::getType(MCII, MI); in getExprOpValue() local
671 bool BranchOrCR = MCID.isBranch() || IType == HexagonII::TypeCR; in getExprOpValue()
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp2844 Type *IType = I->getType(); in replaceOutputsOfPair() local
2847 VectorType *VType = getVecTypeForPair(IType, JType); in replaceOutputsOfPair()
2850 unsigned numElemI = getNumScalarElements(IType); in replaceOutputsOfPair()
2853 if (IType->isVectorTy()) { in replaceOutputsOfPair()
/external/llvm-project/clang/lib/Sema/
DOpenCLBuiltins.td394 foreach IType = [Float, Double, Half, Char, UChar, Short,
402 def : Builtin<"convert_" # RType.Name # sat # rnd, [RType, IType],
406 [VectorType<RType, v>, VectorType<IType, v>],
DSemaInit.cpp1772 QualType IType = IList->getInit(Index)->getType(); in CheckVectorType() local
1773 if (!IType->isVectorType()) { in CheckVectorType()
1779 const VectorType *IVT = IType->castAs<VectorType>(); in CheckVectorType()
1782 if (IType->isExtVectorType()) in CheckVectorType()
/external/clang/lib/Sema/
DSemaInit.cpp1537 QualType IType = IList->getInit(Index)->getType(); in CheckVectorType() local
1538 if (!IType->isVectorType()) { in CheckVectorType()
1544 const VectorType *IVT = IType->getAs<VectorType>(); in CheckVectorType()
1547 if (IType->isExtVectorType()) in CheckVectorType()
/external/guice/extensions/struts2/lib/
Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse ...
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.jdt.core_3.14.0.v20180528-0519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...