Home
last modified time | relevance | path

Searched refs:splitVector (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h125 std::pair<SDValue, SDValue> splitVector(const SDValue &N, const SDLoc &DL,
H A DAMDGPUISelLowering.cpp1533 AMDGPUTargetLowering::splitVector(const SDValue &N, const SDLoc &DL, in splitVector() function in AMDGPUTargetLowering
1574 std::tie(Lo, Hi) = splitVector(Op, SL, LoVT, HiVT, DAG); in SplitVectorLoad()
1664 std::tie(Lo, Hi) = splitVector(Val, SL, LoVT, HiVT, DAG); in SplitVectorStore()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp22380 std::tie(Lo, Hi) = splitVector(In, DAG, DL); in truncateVectorWithPACK()
24601 std::tie(LHS1, LHS2) = splitVector(LHS, DAG, dl); in splitIntVSETCC()
24605 std::tie(RHS1, RHS2) = splitVector(RHS, DAG, dl); in splitIntVSETCC()
29933 std::tie(LHSLo, LHSHi) = splitVector(A, DAG, dl); in LowerMULO()
29937 std::tie(RHSLo, RHSHi) = splitVector(B, DAG, dl); in LowerMULO()
44247 std::tie(Lo, Hi) = splitVector(MinPos, DAG, DL); in combineMinMaxReduction()
44935 std::tie(Lo, Hi) = splitVector(Rdx, DAG, DL); in combineArithReduction()
44974 std::tie(Lo, Hi) = splitVector(Rdx, DAG, DL); in combineArithReduction()
45016 std::tie(Lo, Hi) = splitVector(Rdx, DAG, DL); in combineArithReduction()
48630 std::tie(LoX, HiX) = splitVector(X, DAG, DL); in combineAndShuffleNot()
[all …]