Searched refs:DefaultMappingID (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64RegisterBankInfo.cpp | 457 return getInstructionMapping(DefaultMappingID, 1, in getSameKindOfOperandsMapping() 551 DefaultMappingID, /*Cost*/ 1, in getInstrMapping() 562 return getInstructionMapping(DefaultMappingID, 1, in getInstrMapping() 585 DefaultMappingID, copyCost(*DstRB, *SrcRB, Size), in getInstrMapping() 604 DefaultMappingID, copyCost(DstRB, SrcRB, Size), in getInstrMapping() 850 return getInstructionMapping(DefaultMappingID, Cost, in getInstrMapping()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86RegisterBankInfo.cpp | 158 return getInstructionMapping(DefaultMappingID, 1, Mapping, NumOperands); in getSameOperandsMapping() 192 return getInstructionMapping(DefaultMappingID, 1, Mapping, NumOperands); in getInstrMapping() 268 return getInstructionMapping(DefaultMappingID, /* Cost */ 1, in getInstrMapping()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | RegisterBankInfo.h | 651 static const unsigned DefaultMappingID; variable 716 if (OpdMapper.getInstrMapping().getID() == DefaultMappingID) in applyMapping()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | RegisterBankInfo.cpp | 52 const unsigned RegisterBankInfo::DefaultMappingID = UINT_MAX; member in RegisterBankInfo 261 DefaultMappingID, /*Cost*/ 1, in getInstrMappingImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMRegisterBankInfo.cpp | 482 return getInstructionMapping(DefaultMappingID, /*Cost=*/1, OperandsMapping, in getInstrMapping()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsRegisterBankInfo.cpp | 419 unsigned MappingID = DefaultMappingID; in getInstrMapping()
|