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

  /external/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp 479 static int getRegClass(bool IsVgpr, unsigned RegWidth) {
481 switch (RegWidth) {
492 switch (RegWidth) {
538 unsigned RegWidth;
542 RegWidth = 1;
569 RegWidth = (RegHi - RegLo) + 1;
575 unsigned Size = std::min(RegWidth, 4u);
583 int RCID = getRegClass(IsVgpr, RegWidth);
    [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 861 template<int RegWidth, int Shift>
869 if (RegWidth == 32)
879 template<int RegWidth, int Shift>
893 if (RegWidth == 32)
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 195 template<unsigned RegWidth>
197 return SelectCVTFixedPosOperand(N, FixedPos, RegWidth);
    [all...]

Completed in 289 milliseconds