/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonDepITypes.td | 11 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 …]
|
D | HexagonInstrFormats.td | 51 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/ |
D | HexagonDepITypes.td | 11 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 …]
|
D | HexagonInstrFormats.td | 49 string cstr, InstrItinClass itin, IType type> 70 IType Type = type; 189 class HInst<dag outs, dag ins, string asmstr, InstrItinClass itin, IType type> :
|
D | HexagonInstrFormatsV5.td | 33 IType Type = TypeDUPLEX; // uses slot 0,1
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | RepeatedFieldBuilder.java | 64 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 …]
|
D | RepeatedFieldBuilderV3.java | 64 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 …]
|
D | SingleFieldBuilder.java | 58 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()
|
D | SingleFieldBuilderV3.java | 58 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/ |
D | HexagonInstrFormatsV60.td | 20 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 …]
|
D | HexagonInstrFormatsV4.td | 20 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
|
D | HexagonInstrFormats.td | 16 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 …]
|
D | HexagonInstrInfoV60.td | 35 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/ |
D | AMDGPUPrintfRuntimeBinding.cpp | 409 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/ |
D | AMDGPUPrintfRuntimeBinding.cpp | 413 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/ |
D | HexagonMCCodeEmitter.cpp | 623 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/ |
D | HexagonMCCodeEmitter.cpp | 629 unsigned IType = HexagonMCInstrInfo::getType(MCII, MI); in getExprOpValue() local 671 bool BranchOrCR = MCID.isBranch() || IType == HexagonII::TypeCR; in getExprOpValue()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | BBVectorize.cpp | 2844 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/ |
D | OpenCLBuiltins.td | 394 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>],
|
D | SemaInit.cpp | 1772 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/ |
D | SemaInit.cpp | 1537 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/ |
D | core-3.1.1.jar | META-INF/
org/
org/eclipse/
org/eclipse/jdt/
org/eclipse ... |
/external/icu/tools/srcgen/currysrc/libs/ |
D | org.eclipse.jdt.core_3.14.0.v20180528-0519.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSE_.SF
META-INF/ECLIPSE_ ... |