Home
last modified time | relevance | path

Searched defs:InstructionMapType (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/frameworks/compile/slang/BitWriter_2_9_func/
DValueEnumerator.h78 typedef llvm::DenseMap<const llvm::Instruction*, unsigned> InstructionMapType; typedef
/aosp_15_r20/frameworks/compile/slang/BitWriter_2_9/
DValueEnumerator.h78 typedef llvm::DenseMap<const llvm::Instruction*, unsigned> InstructionMapType; typedef
/aosp_15_r20/frameworks/compile/slang/BitWriter_3_2/
DValueEnumerator.h81 typedef llvm::DenseMap<const llvm::Instruction*, unsigned> InstructionMapType; typedef
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.h121 using InstructionMapType = DenseMap<const Instruction *, unsigned>; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h121 using InstructionMapType = DenseMap<const Instruction *, unsigned>; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h120 using InstructionMapType = DenseMap<const Instruction *, unsigned>; variable
/aosp_15_r20/external/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h117 typedef DenseMap<const Instruction*, unsigned> InstructionMapType; typedef