Searched refs:IntPair (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/ |
H A D | GenericValue.h | 24 struct IntPair { struct 32 struct IntPair UIntPairVal;
|
/netbsd-src/external/apache2/llvm/dist/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 | 521 defm LDD : LoadA<"ldd", 0b000011, 0b010011, load, IntPair, v2i32, IIC_ldd>; 576 defm STD : StoreA<"std", 0b000111, 0b010111, store, IntPair, v2i32, IIC_std>; 1733 def : Pat<(extractelt (v2i32 IntPair:$Rn), 0), 1734 (i32 (EXTRACT_SUBREG IntPair:$Rn, sub_even))>; 1735 def : Pat<(extractelt (v2i32 IntPair:$Rn), 1), 1736 (i32 (EXTRACT_SUBREG IntPair:$Rn, sub_odd))>;
|
H A D | SparcRegisterInfo.td | 336 def IntPair : RegisterClass<"SP", [v2i32], 64,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 7496 SDValue IntPair = DAG.getNode(ISD::BITCAST, DL, MVT::i32, Pair); in handleD16VData() local 7497 PackedElts.push_back(IntPair); in handleD16VData() 7504 SDValue IntPair = DAG.getNode(ISD::BITCAST, DL, MVT::i32, Pair); in handleD16VData() local 7505 PackedElts.push_back(IntPair); in handleD16VData()
|