Home
last modified time | relevance | path

Searched refs:LLVMType (Results 1 – 14 of 14) sorted by relevance

/external/llvm/include/llvm/IR/
DIntrinsics.td85 class LLVMType<ValueType vt> {
89 class LLVMQualPointerType<LLVMType elty, int addrspace>
90 : LLVMType<iPTR>{
91 LLVMType ElTy = elty;
95 class LLVMPointerType<LLVMType elty>
98 class LLVMAnyPointerType<LLVMType elty>
99 : LLVMType<iPTRAny>{
100 LLVMType ElTy = elty;
110 : LLVMType<OtherVT>{
120 class LLVMVectorSameWidth<int num, LLVMType elty>
[all …]
DIntrinsicsSystemZ.td14 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 …]
DIntrinsicsPowerPC.td65 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,
DIntrinsicsMips.td16 def mips_v2q15_ty: LLVMType<v2i16>;
17 def mips_v4q7_ty: LLVMType<v4i8>;
18 def mips_q31_ty: LLVMType<i32>;
DIntrinsicsHexagon.td19 class Hexagon_Intrinsic<string GCCIntSuffix, list<LLVMType> ret_types,
20 list<LLVMType> param_types,
/external/llvm/test/TableGen/
Dintrinsic-varargs.td12 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
Dintrinsic-order.td12 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>;
Dintrinsic-long-name.td12 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/compiler-rt/lib/profile/
DInstrProfiling.h24 #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) Type Name; argument
DInstrProfData.inc33 * #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) \
63 #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer)
152 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Initializer)
/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp336 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) LLVMType, in getOrCreateRegionCounters() argument
350 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) Init, in getOrCreateRegionCounters() argument
/external/llvm/include/llvm/ProfileData/
DInstrProfData.inc33 * #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) \
63 #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer)
152 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Initializer)
DInstrProf.h549 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) Type Name; argument
576 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Type Name; argument
/external/clang/lib/CodeGen/
DCoverageMappingGen.cpp917 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) LLVMType, in addFunctionMappingRecord() argument
926 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Init, in addFunctionMappingRecord() argument