Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DGenericValue.h24 struct IntPair { struct
32 struct IntPair UIntPairVal;
/freebsd-14.2/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.td620 defm LDD : LoadA<"ldd", 0b000011, 0b010011, load, IntPair, v2i32, IIC_ldd>;
676 defm STD : StoreA<"std", 0b000111, 0b010111, store, IntPair, v2i32>;
1918 def : Pat<(extractelt (v2i32 IntPair:$Rn), 0),
1919 (i32 (EXTRACT_SUBREG IntPair:$Rn, sub_even))>;
1920 def : Pat<(extractelt (v2i32 IntPair:$Rn), 1),
1921 (i32 (EXTRACT_SUBREG IntPair:$Rn, sub_odd))>;
H A DSparcRegisterInfo.td349 def IntPair : RegisterClass<"SP", [v2i32], 64,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp9210 SDValue IntPair = DAG.getNode(ISD::BITCAST, DL, MVT::i32, Pair); in handleD16VData() local
9211 PackedElts.push_back(IntPair); in handleD16VData()
9218 SDValue IntPair = DAG.getNode(ISD::BITCAST, DL, MVT::i32, Pair); in handleD16VData() local
9219 PackedElts.push_back(IntPair); in handleD16VData()