Searched refs:INSTR_PROF_VALUE_NODE (Results 1 – 6 of 6) sorted by relevance
/external/compiler-rt/lib/profile/ |
D | InstrProfData.inc | 109 /* INSTR_PROF_VALUE_NODE start. */ 110 #ifndef INSTR_PROF_VALUE_NODE 111 #define INSTR_PROF_VALUE_NODE(Type, LLVMType, Name, Initializer) 115 INSTR_PROF_VALUE_NODE(uint64_t, llvm::Type::getInt64Ty(Ctx), Value, \ 117 INSTR_PROF_VALUE_NODE(uint64_t, llvm::Type::getInt64Ty(Ctx), Count, \ 119 INSTR_PROF_VALUE_NODE(PtrToNodeT, llvm::Type::getInt8PtrTy(Ctx), Next, \ 121 #undef INSTR_PROF_VALUE_NODE 122 /* INSTR_PROF_VALUE_NODE end. */
|
D | InstrProfiling.h | 37 #define INSTR_PROF_VALUE_NODE(Type, LLVMType, Name, Initializer) Type Name; macro
|
/external/llvm/include/llvm/ProfileData/ |
D | InstrProfData.inc | 109 /* INSTR_PROF_VALUE_NODE start. */ 110 #ifndef INSTR_PROF_VALUE_NODE 111 #define INSTR_PROF_VALUE_NODE(Type, LLVMType, Name, Initializer) 115 INSTR_PROF_VALUE_NODE(uint64_t, llvm::Type::getInt64Ty(Ctx), Value, \ 117 INSTR_PROF_VALUE_NODE(uint64_t, llvm::Type::getInt64Ty(Ctx), Count, \ 119 INSTR_PROF_VALUE_NODE(PtrToNodeT, llvm::Type::getInt8PtrTy(Ctx), Next, \ 121 #undef INSTR_PROF_VALUE_NODE 122 /* INSTR_PROF_VALUE_NODE end. */
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/ |
D | InstrProfData.inc | 109 /* INSTR_PROF_VALUE_NODE start. */ 110 #ifndef INSTR_PROF_VALUE_NODE 111 #define INSTR_PROF_VALUE_NODE(Type, LLVMType, Name, Initializer) 115 INSTR_PROF_VALUE_NODE(uint64_t, llvm::Type::getInt64Ty(Ctx), Value, \ 117 INSTR_PROF_VALUE_NODE(uint64_t, llvm::Type::getInt64Ty(Ctx), Count, \ 119 INSTR_PROF_VALUE_NODE(PtrToNodeT, llvm::Type::getInt8PtrTy(Ctx), Next, \ 121 #undef INSTR_PROF_VALUE_NODE 122 /* INSTR_PROF_VALUE_NODE end. */
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 463 #define INSTR_PROF_VALUE_NODE(Type, LLVMType, Name, Init) LLVMType, in emitVNodes() macro
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 838 #define INSTR_PROF_VALUE_NODE(Type, LLVMType, Name, Init) LLVMType, in emitVNodes() macro
|