Home
last modified time | relevance | path

Searched defs:LLVMType (Results 1 – 17 of 17) sorted by relevance

/external/compiler-rt/lib/profile/
DInstrProfiling.h26 #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) Type Name; argument
37 #define INSTR_PROF_VALUE_NODE(Type, LLVMType, Name, Initializer) Type Name; argument
/external/llvm-project/compiler-rt/lib/profile/
DInstrProfiling.h26 #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) Type Name; argument
37 #define INSTR_PROF_VALUE_NODE(Type, LLVMType, Name, Initializer) Type Name; argument
/external/llvm-project/mlir/include/mlir/Target/LLVMIR/
DTypeTranslation.h31 class LLVMType; variable
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DLLVMTypes.cpp45 [](LLVMType) { return llvm::TypeSize::Fixed(16); }) in getPrimitiveSizeInBits() argument
46 .Case<LLVMFloatType>([](LLVMType) { return llvm::TypeSize::Fixed(32); }) in getPrimitiveSizeInBits() argument
48 [](LLVMType) { return llvm::TypeSize::Fixed(64); }) in getPrimitiveSizeInBits() argument
52 .Case<LLVMX86FP80Type>([](LLVMType) { return llvm::TypeSize::Fixed(80); }) in getPrimitiveSizeInBits() argument
54 [](LLVMType) { return llvm::TypeSize::Fixed(128); }) in getPrimitiveSizeInBits() argument
/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp389 #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-project/mlir/include/mlir/Conversion/StandardToLLVM/
DConvertStandardToLLVM.h37 class LLVMType; variable
/external/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h503 #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/llvm-project/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h765 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Type Name; argument
815 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Type Name; argument
859 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Type Name; argument
912 #define COVMAP_HEADER(Type, LLVMType, Name, Init) Type Name; argument
/external/clang/lib/CodeGen/
DCoverageMappingGen.cpp965 #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-10.0/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h692 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Type Name; argument
724 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Type Name; argument
754 #define COVMAP_HEADER(Type, LLVMType, Name, Init) Type Name; argument
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp883 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) LLVMType, in getOrCreateRegionCounters() argument
897 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) Init, in getOrCreateRegionCounters() argument
958 #define INSTR_PROF_VALUE_NODE(Type, LLVMType, Name, Init) LLVMType, in emitVNodes() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp822 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) LLVMType, in getOrCreateRegionCounters() argument
836 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) Init, in getOrCreateRegionCounters() argument
897 #define INSTR_PROF_VALUE_NODE(Type, LLVMType, Name, Init) LLVMType, in emitVNodes() argument
/external/llvm-project/clang/lib/CodeGen/
DCoverageMappingGen.cpp1434 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) LLVMType, in emitFunctionMappingRecord() argument
1443 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Init, in emitFunctionMappingRecord() argument
1536 #define COVMAP_HEADER(Type, LLVMType, Name, Init) LLVMType, in emit() argument
1542 #define COVMAP_HEADER(Type, LLVMType, Name, Init) Init, in emit() argument
/external/llvm/include/llvm/ProfileData/
DInstrProf.h916 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) Type Name; argument
/external/llvm-project/llvm/include/llvm/ProfileData/
DInstrProf.h1121 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) Type Name; argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProf.h1112 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) Type Name; argument
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/
DStandardToLLVM.cpp1608 std::function<Value(LLVM::LLVMType, ValueRange)> createOperand, in handleMultidimensionalVectors()