Searched refs:SubRegNo (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86GenRegisterInfo.inc | 2430 unsigned getSubRegIndex(unsigned RegNo, unsigned SubRegNo) const; 4282 unsigned X86GenRegisterInfo::getSubRegIndex(unsigned RegNo, unsigned SubRegNo) const { 4287 if (SubRegNo == X86::AL) return X86::sub_8bit; 4288 if (SubRegNo == X86::AH) return X86::sub_8bit_hi; 4291 if (SubRegNo == X86::BPL) return X86::sub_8bit; 4294 if (SubRegNo == X86::BL) return X86::sub_8bit; 4295 if (SubRegNo == X86::BH) return X86::sub_8bit_hi; 4298 if (SubRegNo == X86::CL) return X86::sub_8bit; 4299 if (SubRegNo == X86::CH) return X86::sub_8bit_hi; 4302 if (SubRegNo == X86::DIL) return X86::sub_8bit; [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | FastISelEmitter.cpp | 38 std::string SubRegNo; member 43 std::string SubRegNo, std::vector<std::string> PhysRegs, in InstructionMemo() 45 : Name(Name), RC(RC), SubRegNo(SubRegNo), PhysRegs(PhysRegs), in InstructionMemo() 490 std::string SubRegNo; in collectPatterns() local 507 SubRegNo = getQualifiedName(SR->getDef()); in collectPatterns() 509 SubRegNo = Dst->getChild(1)->getLeafValue()->getAsString(); in collectPatterns() 588 SubRegNo, in collectPatterns() 669 if (Memo.SubRegNo.empty()) { in emitInstructionCode() 680 << ", Op0, Op0IsKill, " << Memo.SubRegNo << ");\n"; in emitInstructionCode()
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | FastISelEmitter.cpp | 37 std::string SubRegNo; member 456 std::string SubRegNo; in collectPatterns() local 473 SubRegNo = getQualifiedName(SR->getDef()); in collectPatterns() 475 SubRegNo = Dst->getChild(1)->getLeafValue()->getAsString(); in collectPatterns() 543 SubRegNo, in collectPatterns() 639 if (Memo.SubRegNo.empty()) { in printFunctionDefinitions() 650 OS << ", Op0, Op0IsKill, " << Memo.SubRegNo << ");\n"; in printFunctionDefinitions() 731 if (Memo.SubRegNo.empty()) { in printFunctionDefinitions() 742 OS << Memo.SubRegNo; in printFunctionDefinitions()
|
/external/llvm/utils/TableGen/ |
D | FastISelEmitter.cpp | 38 std::string SubRegNo; member 480 std::string SubRegNo; in collectPatterns() local 497 SubRegNo = getQualifiedName(SR->getDef()); in collectPatterns() 499 SubRegNo = Dst->getChild(1)->getLeafValue()->getAsString(); in collectPatterns() 579 SubRegNo, in collectPatterns() 663 if (Memo.SubRegNo.empty()) { in emitInstructionCode() 674 << ", Op0, Op0IsKill, " << Memo.SubRegNo << ");\n"; in emitInstructionCode()
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetRegisterInfo.h | 378 virtual unsigned getSubRegIndex(unsigned RegNo, unsigned SubRegNo) const = 0;
|
/external/llvm/include/llvm/MC/ |
D | MCRegisterInfo.h | 353 unsigned getSubRegIndex(unsigned RegNo, unsigned SubRegNo) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCRegisterInfo.h | 363 unsigned getSubRegIndex(unsigned RegNo, unsigned SubRegNo) const;
|