Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp692 return TLI.scalarizeVectorLoad(LD, DAG); in ExpandLoad()
H A DLegalizeVectorTypes.cpp1818 std::tie(Value, NewChain) = TLI.scalarizeVectorLoad(LD, DAG); in SplitVecRes_LOAD()
4827 std::tie(Value, NewChain) = TLI.scalarizeVectorLoad(LD, DAG); in WidenVecRes_LOAD()
H A DTargetLowering.cpp8198 TargetLowering::scalarizeVectorLoad(LoadSDNode *LD, in scalarizeVectorLoad() function in TargetLowering
8382 return scalarizeVectorLoad(LD, DAG); in expandUnalignedLoad()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1318 std::tie(Ops[0], Ops[1]) = scalarizeVectorLoad(LoadNode, DAG); in LowerLOAD()
H A DAMDGPUISelLowering.cpp1445 std::tie(Ops[0], Ops[1]) = scalarizeVectorLoad(Load, DAG); in SplitVectorLoad()
H A DSIISelLowering.cpp8726 std::tie(Ops[0], Ops[1]) = scalarizeVectorLoad(Load, DAG); in LowerLOAD()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4788 std::pair<SDValue, SDValue> scalarizeVectorLoad(LoadSDNode *LD,