Searched refs:IntPair (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/ |
| H A D | GenericValue.h | 24 struct IntPair { struct 32 struct IntPair UIntPairVal;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcCallingConv.td | 25 // v2i32 if it wasn't allocated to the IntPair register-class)
|
| H A D | SparcInstrInfo.td | 662 defm LDD : LoadA<"ldd", 0b000011, 0b010011, load, IntPair, v2i32, IIC_ldd>; 718 defm STD : StoreA<"std", 0b000111, 0b010111, store, IntPair, v2i32>; 2003 def : Pat<(extractelt (v2i32 IntPair:$Rn), 0), 2004 (i32 (EXTRACT_SUBREG IntPair:$Rn, sub_even))>; 2005 def : Pat<(extractelt (v2i32 IntPair:$Rn), 1), 2006 (i32 (EXTRACT_SUBREG IntPair:$Rn, sub_odd))>;
|
| H A D | SparcRegisterInfo.td | 349 def IntPair : RegisterClass<"SP", [v2i32], 64,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 10086 SDValue IntPair = DAG.getNode(ISD::BITCAST, DL, MVT::i32, Pair); in handleD16VData() local 10087 PackedElts.push_back(IntPair); in handleD16VData() 10094 SDValue IntPair = DAG.getNode(ISD::BITCAST, DL, MVT::i32, Pair); in handleD16VData() local 10095 PackedElts.push_back(IntPair); in handleD16VData()
|