HomeSort by relevance Sort by last modified time
    Searched refs:setOperandMapping (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/AArch64/
AArch64RegisterBankInfo.cpp 140 GPRMapping.setOperandMapping(Idx, Size,
142 FPRMapping.setOperandMapping(Idx, Size,
  /external/llvm/include/llvm/CodeGen/GlobalISel/
RegisterBankInfo.h 156 void setOperandMapping(unsigned i, const ValueMapping &ValMapping) {
168 void setOperandMapping(unsigned OpIdx, unsigned MaskSize,
  /external/llvm/lib/CodeGen/GlobalISel/
RegisterBankInfo.cpp 273 Mapping.setOperandMapping(OpIdx, RegSize, *CurRegBank);
300 Mapping.setOperandMapping(OpIdx, RegSize, *RegBank);
453 void RegisterBankInfo::InstructionMapping::setOperandMapping(

Completed in 287 milliseconds