Home
last modified time | relevance | path

Searched defs:InstructionMappings (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/GlobalISel/
DRegisterBankInfo.h189 typedef SmallVector<InstructionMapping, 4> InstructionMappings; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DRegisterBankInfo.h273 using InstructionMappings = SmallVector<const InstructionMapping *, 4>; variable