Searched refs:RegType (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrFormats.td | 5208 [(set (AccumType RegType:$dst), 5209 (OpNode (AccumType RegType:$Rd), 5210 (InputType RegType:$Rn), 5211 (InputType RegType:$Rm)))]> { 5230 [(set (AccumType RegType:$dst), 5231 (OpNode (AccumType RegType:$Rd), 5232 (InputType RegType:$Rn), 7458 BaseSIMDIndexedTied<Q, U, 0b0, 0b10, 0b1110, RegType, RegType, V128, 7460 [(set (AccumType RegType:$dst), 7485 BaseSIMDIndexedTied<Q, U, 0, 0b10, opc, RegType, RegType, V128, [all …]
|
| H A D | AArch64FrameLowering.cpp | 1604 enum RegType { GPR, FPR64, FPR128 } Type; enum
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 5968 MVT RegType = TLI->getRegisterType(Context, TLI->getValueType(*DL, OldType)); in optimizeSwitchInst() local 5969 unsigned RegWidth = RegType.getSizeInBits(); in optimizeSwitchInst()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Target/ |
| H A D | Target.td | 214 // RegType - Specify the list ValueType of the registers in this register
|