Home
last modified time | relevance | path

Searched refs:IntPair (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DGenericValue.h24 struct IntPair { struct
32 struct IntPair UIntPairVal;
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcCallingConv.td25 // v2i32 if it wasn't allocated to the IntPair register-class)
H A DSparcInstrInfo.td630 defm LDD : LoadA<"ldd", 0b000011, 0b010011, load, IntPair, v2i32, IIC_ldd>;
686 defm STD : StoreA<"std", 0b000111, 0b010111, store, IntPair, v2i32>;
1935 def : Pat<(extractelt (v2i32 IntPair:$Rn), 0),
1936 (i32 (EXTRACT_SUBREG IntPair:$Rn, sub_even))>;
1937 def : Pat<(extractelt (v2i32 IntPair:$Rn), 1),
1938 (i32 (EXTRACT_SUBREG IntPair:$Rn, sub_odd))>;
H A DSparcRegisterInfo.td349 def IntPair : RegisterClass<"SP", [v2i32], 64,
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp9444 SDValue IntPair = DAG.getNode(ISD::BITCAST, DL, MVT::i32, Pair); in handleD16VData() local
9445 PackedElts.push_back(IntPair); in handleD16VData()
9452 SDValue IntPair = DAG.getNode(ISD::BITCAST, DL, MVT::i32, Pair); in handleD16VData() local
9453 PackedElts.push_back(IntPair); in handleD16VData()