/external/llvm/include/llvm/IR/ |
D | Intrinsics.td | 96 class LLVMType<ValueType vt> { 100 class LLVMQualPointerType<LLVMType elty, int addrspace> 101 : LLVMType<iPTR>{ 102 LLVMType ElTy = elty; 106 class LLVMPointerType<LLVMType elty> 109 class LLVMAnyPointerType<LLVMType elty> 110 : LLVMType<iPTRAny>{ 111 LLVMType ElTy = elty; 121 : LLVMType<OtherVT>{ 131 class LLVMVectorSameWidth<int num, LLVMType elty> [all …]
|
D | IntrinsicsSystemZ.td | 14 class SystemZUnaryConv<string name, LLVMType result, LLVMType arg> 18 class SystemZUnary<string name, LLVMType type> 21 class SystemZUnaryConvCC<LLVMType result, LLVMType arg> 24 class SystemZUnaryCC<LLVMType type> 27 class SystemZBinaryConv<string name, LLVMType result, LLVMType arg> 31 class SystemZBinary<string name, LLVMType type> 34 class SystemZBinaryInt<string name, LLVMType type> 38 class SystemZBinaryConvCC<LLVMType result, LLVMType arg> 41 class SystemZBinaryConvIntCC<LLVMType result, LLVMType arg> 44 class SystemZBinaryCC<LLVMType type> [all …]
|
D | IntrinsicsPowerPC.td | 65 class PowerPC_Vec_Intrinsic<string GCCIntSuffix, list<LLVMType> ret_types, 66 list<LLVMType> param_types, 72 class PowerPC_VSX_Intrinsic<string GCCIntSuffix, list<LLVMType> ret_types, 73 list<LLVMType> param_types, 757 class PowerPC_QPX_Intrinsic<string GCCIntSuffix, list<LLVMType> ret_types, 758 list<LLVMType> param_types,
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Intrinsics.td | 62 class LLVMType<ValueType vt> { 66 class LLVMPointerType<LLVMType elty> 67 : LLVMType<iPTR>{ 68 LLVMType ElTy = elty; 71 class LLVMAnyPointerType<LLVMType elty> 72 : LLVMType<iPTRAny>{ 73 LLVMType ElTy = elty; 83 : LLVMType<OtherVT>{ 94 def llvm_void_ty : LLVMType<isVoid>; 95 def llvm_anyint_ty : LLVMType<iAny>; [all …]
|
D | IntrinsicsCellSPU.td | 20 def cell_i7_ty: LLVMType<i8>; 21 def cell_i8_ty: LLVMType<i8>; 24 def llvm_i128_ty : LLVMType<i128>;
|
D | IntrinsicsPowerPC.td | 37 class PowerPC_Vec_Intrinsic<string GCCIntSuffix, list<LLVMType> ret_types, 38 list<LLVMType> param_types,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Intrinsics.td | 118 class LLVMType<ValueType vt> { 123 class LLVMQualPointerType<LLVMType elty, int addrspace> 124 : LLVMType<iPTR>{ 125 LLVMType ElTy = elty; 129 class LLVMPointerType<LLVMType elty> 132 class LLVMAnyPointerType<LLVMType elty> 133 : LLVMType<iPTRAny>{ 134 LLVMType ElTy = elty; 146 : LLVMType<OtherVT>{ 156 class LLVMVectorSameWidth<int num, LLVMType elty> [all …]
|
D | IntrinsicsSystemZ.td | 14 class SystemZUnaryConv<string name, LLVMType result, LLVMType arg> 18 class SystemZUnary<string name, LLVMType type> 21 class SystemZUnaryConvCC<LLVMType result, LLVMType arg> 24 class SystemZUnaryCC<LLVMType type> 27 class SystemZBinaryConv<string name, LLVMType result, LLVMType arg> 31 class SystemZBinary<string name, LLVMType type> 34 class SystemZBinaryInt<string name, LLVMType type> 38 class SystemZBinaryConvCC<LLVMType result, LLVMType arg> 41 class SystemZBinaryConvIntCC<LLVMType result, LLVMType arg> 44 class SystemZBinaryCC<LLVMType type> [all …]
|
D | IntrinsicsAMDGPU.td | 410 class AMDGPUArg<LLVMType ty, string name> { 411 LLVMType Type = ty; 416 class makeArgList<list<string> names, LLVMType basety> { 548 list<LLVMType> RetTypes = []; 566 list<LLVMType> AddrTypes = !foreach(arg, AddrArgs, arg.Type); 601 list<LLVMType> retty, 658 list<LLVMType> retty, 672 list<LLVMType> retty,
|
D | IntrinsicsPowerPC.td | 92 class PowerPC_Vec_Intrinsic<string GCCIntSuffix, list<LLVMType> ret_types, 93 list<LLVMType> param_types, 99 class PowerPC_VSX_Intrinsic<string GCCIntSuffix, list<LLVMType> ret_types, 100 list<LLVMType> param_types, 934 class PowerPC_QPX_Intrinsic<string GCCIntSuffix, list<LLVMType> ret_types, 935 list<LLVMType> param_types,
|
/external/llvm/test/TableGen/ |
D | intrinsic-varargs.td | 12 class LLVMType<ValueType vt> { 16 class Intrinsic<string name, list<LLVMType> param_types = []> { 20 list<LLVMType> RetTypes = []; 21 list<LLVMType> ParamTypes = param_types; 27 def llvm_vararg_ty : LLVMType<isVoid>; // this means vararg here
|
D | intrinsic-long-name.td | 12 class LLVMType<ValueType vt> { 16 class Intrinsic<string name, list<LLVMType> param_types = []> { 20 list<LLVMType> RetTypes = []; 21 list<LLVMType> ParamTypes = param_types; 26 def llvm_anyint_ty : LLVMType<iAny>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/ |
D | intrinsic-varargs.td | 13 class LLVMType<ValueType vt> { 17 class Intrinsic<string name, list<LLVMType> param_types = []> { 21 list<LLVMType> RetTypes = []; 22 list<LLVMType> ParamTypes = param_types; 29 def llvm_vararg_ty : LLVMType<isVoid>; // this means vararg here
|
D | intrinsic-struct.td | 13 class LLVMType<ValueType vt> { 17 class Intrinsic<string name, list<LLVMType> ret_types = []> { 21 list<LLVMType> RetTypes = ret_types; 22 list<LLVMType> ParamTypes = []; 28 def llvm_anyint_ty : LLVMType<iAny>;
|
D | intrinsic-long-name.td | 13 class LLVMType<ValueType vt> { 17 class Intrinsic<string name, list<LLVMType> param_types = []> { 21 list<LLVMType> RetTypes = []; 22 list<LLVMType> ParamTypes = param_types; 28 def llvm_anyint_ty : LLVMType<iAny>;
|
D | searchabletables-intrinsic.td | 15 class LLVMType<ValueType vt> { 19 class Intrinsic<list<LLVMType> param_types = []> { 23 list<LLVMType> RetTypes = []; 24 list<LLVMType> ParamTypes = param_types; 30 def llvm_anyint_ty : LLVMType<iAny>;
|
/external/compiler-rt/lib/profile/ |
D | InstrProfiling.h | 26 #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) Type Name; argument 37 #define INSTR_PROF_VALUE_NODE(Type, LLVMType, Name, Initializer) Type Name; argument
|
D | InstrProfData.inc | 33 * #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) \ 41 * #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) \ 42 * LLVMType, 47 * #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) \ 69 #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) 111 #define INSTR_PROF_VALUE_NODE(Type, LLVMType, Name, Initializer) 193 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Initializer) 221 #define COVMAP_HEADER(Type, LLVMType, Name, Initializer)
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 389 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) LLVMType, in getOrCreateRegionCounters() argument 403 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) Init, in getOrCreateRegionCounters() argument 463 #define INSTR_PROF_VALUE_NODE(Type, LLVMType, Name, Init) LLVMType, in emitVNodes() argument
|
/external/llvm/include/llvm/ProfileData/ |
D | InstrProfData.inc | 33 * #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) \ 41 * #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) \ 42 * LLVMType, 47 * #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) \ 69 #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) 111 #define INSTR_PROF_VALUE_NODE(Type, LLVMType, Name, Initializer) 193 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Initializer) 221 #define COVMAP_HEADER(Type, LLVMType, Name, Initializer)
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/ |
D | InstrProfData.inc | 33 * #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) \ 41 * #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) \ 42 * LLVMType, 47 * #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) \ 69 #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) 111 #define INSTR_PROF_VALUE_NODE(Type, LLVMType, Name, Initializer) 205 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Initializer) 233 #define COVMAP_HEADER(Type, LLVMType, Name, Initializer)
|
/external/clang/lib/CodeGen/ |
D | CoverageMappingGen.cpp | 965 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) LLVMType, in addFunctionMappingRecord() argument 974 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Init, in addFunctionMappingRecord() argument 1050 #define COVMAP_HEADER(Type, LLVMType, Name, Init) LLVMType, in emit() argument 1056 #define COVMAP_HEADER(Type, LLVMType, Name, Init) Init, in emit() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 764 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) LLVMType, in getOrCreateRegionCounters() argument 778 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) Init, in getOrCreateRegionCounters() argument 838 #define INSTR_PROF_VALUE_NODE(Type, LLVMType, Name, Init) LLVMType, in emitVNodes() argument
|
/external/llvm/include/llvm/ProfileData/Coverage/ |
D | CoverageMapping.h | 503 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Type Name; argument 532 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Type Name; argument 559 #define COVMAP_HEADER(Type, LLVMType, Name, Init) Type Name; argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/Coverage/ |
D | CoverageMapping.h | 690 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Type Name; argument 722 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Type Name; argument 752 #define COVMAP_HEADER(Type, LLVMType, Name, Init) Type Name; argument
|