Home
last modified time | relevance | path

Searched refs:scalarizeVectorLoad (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1341 std::tie(Ops[0], Ops[1]) = scalarizeVectorLoad(LoadNode, DAG); in LowerLOAD()
H A DAMDGPUISelLowering.cpp1835 std::tie(Ops[0], Ops[1]) = scalarizeVectorLoad(Load, DAG); in SplitVectorLoad()
H A DSIISelLowering.cpp11028 auto [Op0, Op1] = scalarizeVectorLoad(Load, DAG); in LowerLOAD()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp909 return TLI.scalarizeVectorLoad(LD, DAG); in ExpandLoad()
H A DLegalizeVectorTypes.cpp2123 std::tie(Value, NewChain) = TLI.scalarizeVectorLoad(LD, DAG); in SplitVecRes_LOAD()
6080 std::tie(Value, NewChain) = TLI.scalarizeVectorLoad(LD, DAG); in WidenVecRes_LOAD()
H A DTargetLowering.cpp10114 TargetLowering::scalarizeVectorLoad(LoadSDNode *LD, in scalarizeVectorLoad() function in TargetLowering
10294 return scalarizeVectorLoad(LD, DAG); in expandUnalignedLoad()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h5577 std::pair<SDValue, SDValue> scalarizeVectorLoad(LoadSDNode *LD,