Searched refs:RegWidth (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp813 template<int RegWidth, int Shift>
821 if (RegWidth == 32)
831 template<int RegWidth, int Shift>
845 if (RegWidth == 32)
3633 uint64_t RegWidth = 0; local
3636 RegWidth = 64;
3638 RegWidth = 32;
3640 if (Op3Val >= RegWidth)
3643 if (Op4Val < 1 || Op4Val > RegWidth)
3698 uint64_t RegWidth local
[all...]
/external/llvm/include/llvm/Target/
H A DTargetLowering.h717 unsigned RegWidth = getRegisterType(Context, VT).getSizeInBits(); local
718 return (BitWidth + RegWidth - 1) / RegWidth;
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp181 template<unsigned RegWidth>
183 return SelectCVTFixedPosOperand(N, FixedPos, RegWidth);
2000 unsigned RegWidth) {
2036 if (FBits == 0 || FBits > RegWidth) return false;
1999 SelectCVTFixedPosOperand(SDValue N, SDValue &FixedPos, unsigned RegWidth) argument

Completed in 429 milliseconds