/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64AddressingModes.h | 831 inline static bool isAnyMOVZMovAlias(uint64_t Value, int RegWidth) { in isAnyMOVZMovAlias() 839 inline static bool isMOVZMovAlias(uint64_t Value, int Shift, int RegWidth) { in isMOVZMovAlias() 850 inline static bool isMOVNMovAlias(uint64_t Value, int Shift, int RegWidth) { in isMOVNMovAlias() 862 inline static bool isAnyMOVWMovAlias(uint64_t Value, int RegWidth) { in isAnyMOVWMovAlias()
|
H A D | AArch64InstPrinter.cpp | 300 auto PrintMovImm = [&](uint64_t Value, int RegWidth) { in printInst() 324 int RegWidth = Opcode == AArch64::MOVZXi ? 64 : 32; in printInst() local 337 int RegWidth = Opcode == AArch64::MOVNXi ? 64 : 32; in printInst() local 353 int RegWidth = Opcode == AArch64::ORRXri ? 64 : 32; in printInst() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 1270 usesRegister(RegisterKind RegKind,unsigned DwordRegIndex,unsigned RegWidth) usesRegister() argument 2359 getRegClass(RegisterKind Is,unsigned RegWidth) getRegClass() argument 2544 AddNextRegisterToList(unsigned & Reg,unsigned & RegWidth,RegisterKind RegKind,unsigned Reg1,SMLoc Loc) AddNextRegisterToList() argument 2669 getRegularReg(RegisterKind RegKind,unsigned RegNum,unsigned SubReg,unsigned RegWidth,SMLoc Loc) getRegularReg() argument 2712 ParseRegRange(unsigned & Num,unsigned & RegWidth) ParseRegRange() argument 2755 ParseSpecialReg(RegisterKind & RegKind,unsigned & RegNum,unsigned & RegWidth,SmallVectorImpl<AsmToken> & Tokens) ParseSpecialReg() argument 2770 ParseRegularReg(RegisterKind & RegKind,unsigned & RegNum,unsigned & RegWidth,SmallVectorImpl<AsmToken> & Tokens) ParseRegularReg() argument 2814 ParseRegList(RegisterKind & RegKind,unsigned & RegNum,unsigned & RegWidth,SmallVectorImpl<AsmToken> & Tokens) ParseRegList() argument 2868 ParseAMDGPURegister(RegisterKind & RegKind,unsigned & Reg,unsigned & RegNum,unsigned & RegWidth,SmallVectorImpl<AsmToken> & Tokens) ParseAMDGPURegister() argument 2900 ParseAMDGPURegister(RegisterKind & RegKind,unsigned & Reg,unsigned & RegNum,unsigned & RegWidth,bool RestoreOnFailure) ParseAMDGPURegister() argument 2937 updateGprCountSymbols(RegisterKind RegKind,unsigned DwordRegIndex,unsigned RegWidth) updateGprCountSymbols() argument 2970 unsigned Reg, RegNum, RegWidth; parseRegister() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetTransformInfo.cpp | 197 unsigned RegWidth = getMemoryOpCost() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetTransformInfo.cpp | 1495 TypeSize RegWidth = getMaximumVF() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 3700 checkCVTFixedPointOperandWithFBits(SelectionDAG * CurDAG,SDValue N,SDValue & FixedPos,unsigned RegWidth,bool isReciprocal) checkCVTFixedPointOperandWithFBits() argument 3749 SelectCVTFixedPosOperand(SDValue N,SDValue & FixedPos,unsigned RegWidth) SelectCVTFixedPosOperand() argument 3756 SelectCVTFixedPosRecipOperand(SDValue N,SDValue & FixedPos,unsigned RegWidth) SelectCVTFixedPosRecipOperand() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
H A D | AArch64AsmParser.cpp | 6178 uint64_t RegWidth = 0; MatchAndEmitInstruction() local 6234 uint64_t RegWidth = 0; MatchAndEmitInstruction() local 6298 uint64_t RegWidth = 0; MatchAndEmitInstruction() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIRegisterInfo.cpp | 1343 const unsigned RegWidth = AMDGPU::getRegBitWidth(*RC) / 8; buildSpillLoadStore() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 1691 unsigned RegWidth = getRegisterType(Context, VT).getSizeInBits(); global() variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 7314 unsigned RegWidth = RegType.getSizeInBits(); optimizeSwitchType() local
|