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.td662 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 DSparcRegisterInfo.td349 def IntPair : RegisterClass<"SP", [v2i32], 64,
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp10086 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()