Searched refs:VALUE_PROF_FUNC_PARAM (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
D | InstrProfData.inc | 143 /* VALUE_PROF_FUNC_PARAM start */ 147 #ifndef VALUE_PROF_FUNC_PARAM 148 #define VALUE_PROF_FUNC_PARAM(ArgType, ArgName, ArgLLVMType) 154 VALUE_PROF_FUNC_PARAM(uint64_t, TargetValue, Type::getInt64Ty(Ctx)) \ 156 VALUE_PROF_FUNC_PARAM(void *, Data, Type::getInt8PtrTy(Ctx)) INSTR_PROF_COMMA 158 VALUE_PROF_FUNC_PARAM(uint32_t, CounterIndex, Type::getInt32Ty(Ctx)) 160 VALUE_PROF_FUNC_PARAM(uint32_t, CounterIndex, Type::getInt32Ty(Ctx)) \ 162 VALUE_PROF_FUNC_PARAM(uint64_t, PreciseRangeStart, Type::getInt64Ty(Ctx)) \ 164 VALUE_PROF_FUNC_PARAM(uint64_t, PreciseRangeLast, Type::getInt64Ty(Ctx)) \ 166 VALUE_PROF_FUNC_PARAM(uint64_t, LargeValue, Type::getInt64Ty(Ctx)) [all …]
|
/external/llvm/include/llvm/ProfileData/ |
D | InstrProfData.inc | 142 /* VALUE_PROF_FUNC_PARAM start */ 146 #ifndef VALUE_PROF_FUNC_PARAM 147 #define VALUE_PROF_FUNC_PARAM(ArgType, ArgName, ArgLLVMType) 153 VALUE_PROF_FUNC_PARAM(uint64_t, TargetValue, Type::getInt64Ty(Ctx)) \ 155 VALUE_PROF_FUNC_PARAM(void *, Data, Type::getInt8PtrTy(Ctx)) INSTR_PROF_COMMA 156 VALUE_PROF_FUNC_PARAM(uint32_t, CounterIndex, Type::getInt32Ty(Ctx)) 157 #undef VALUE_PROF_FUNC_PARAM 159 /* VALUE_PROF_FUNC_PARAM end */
|
/external/compiler-rt/lib/profile/ |
D | InstrProfData.inc | 142 /* VALUE_PROF_FUNC_PARAM start */ 146 #ifndef VALUE_PROF_FUNC_PARAM 147 #define VALUE_PROF_FUNC_PARAM(ArgType, ArgName, ArgLLVMType) 153 VALUE_PROF_FUNC_PARAM(uint64_t, TargetValue, Type::getInt64Ty(Ctx)) \ 155 VALUE_PROF_FUNC_PARAM(void *, Data, Type::getInt8PtrTy(Ctx)) INSTR_PROF_COMMA 156 VALUE_PROF_FUNC_PARAM(uint32_t, CounterIndex, Type::getInt32Ty(Ctx)) 157 #undef VALUE_PROF_FUNC_PARAM 159 /* VALUE_PROF_FUNC_PARAM end */
|
D | InstrProfiling.h | 105 #define VALUE_PROF_FUNC_PARAM(ArgType, ArgName, ArgLLVMType) ArgType ArgName macro
|
/external/llvm-project/compiler-rt/lib/profile/ |
D | InstrProfiling.h | 131 #define VALUE_PROF_FUNC_PARAM(ArgType, ArgName, ArgLLVMType) ArgType ArgName macro
|
/external/llvm-project/compiler-rt/include/profile/ |
D | InstrProfData.inc | 143 /* VALUE_PROF_FUNC_PARAM start */ 147 #ifndef VALUE_PROF_FUNC_PARAM 148 #define VALUE_PROF_FUNC_PARAM(ArgType, ArgName, ArgLLVMType) 154 VALUE_PROF_FUNC_PARAM(uint64_t, TargetValue, Type::getInt64Ty(Ctx)) \ 156 VALUE_PROF_FUNC_PARAM(void *, Data, Type::getInt8PtrTy(Ctx)) INSTR_PROF_COMMA 157 VALUE_PROF_FUNC_PARAM(uint32_t, CounterIndex, Type::getInt32Ty(Ctx)) 158 #undef VALUE_PROF_FUNC_PARAM 160 /* VALUE_PROF_FUNC_PARAM end */
|
/external/llvm-project/llvm/include/llvm/ProfileData/ |
D | InstrProfData.inc | 143 /* VALUE_PROF_FUNC_PARAM start */ 147 #ifndef VALUE_PROF_FUNC_PARAM 148 #define VALUE_PROF_FUNC_PARAM(ArgType, ArgName, ArgLLVMType) 154 VALUE_PROF_FUNC_PARAM(uint64_t, TargetValue, Type::getInt64Ty(Ctx)) \ 156 VALUE_PROF_FUNC_PARAM(void *, Data, Type::getInt8PtrTy(Ctx)) INSTR_PROF_COMMA 157 VALUE_PROF_FUNC_PARAM(uint32_t, CounterIndex, Type::getInt32Ty(Ctx)) 158 #undef VALUE_PROF_FUNC_PARAM 160 /* VALUE_PROF_FUNC_PARAM end */
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 563 #define VALUE_PROF_FUNC_PARAM(ParamType, ParamName, ParamLLVMType) ParamLLVMType in getOrInsertValueProfilingCall() macro 573 #define VALUE_PROF_FUNC_PARAM(ParamType, ParamName, ParamLLVMType) ParamLLVMType in getOrInsertValueProfilingCall() macro
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 172 #define VALUE_PROF_FUNC_PARAM(ParamType, ParamName, ParamLLVMType) ParamLLVMType in getOrInsertValueProfilingCall() macro
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 604 #define VALUE_PROF_FUNC_PARAM(ParamType, ParamName, ParamLLVMType) ParamLLVMType in getOrInsertValueProfilingCall() macro
|