Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp833 return TLI.scalarizeVectorLoad(LD, DAG); in ExpandLoad()
H A DLegalizeVectorTypes.cpp2048 std::tie(Value, NewChain) = TLI.scalarizeVectorLoad(LD, DAG); in SplitVecRes_LOAD()
5667 std::tie(Value, NewChain) = TLI.scalarizeVectorLoad(LD, DAG); in WidenVecRes_LOAD()
H A DTargetLowering.cpp9619 TargetLowering::scalarizeVectorLoad(LoadSDNode *LD, in scalarizeVectorLoad() function in TargetLowering
9802 return scalarizeVectorLoad(LD, DAG); in expandUnalignedLoad()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1337 std::tie(Ops[0], Ops[1]) = scalarizeVectorLoad(LoadNode, DAG); in LowerLOAD()
H A DAMDGPUISelLowering.cpp1778 std::tie(Ops[0], Ops[1]) = scalarizeVectorLoad(Load, DAG); in SplitVectorLoad()
H A DSIISelLowering.cpp10370 std::tie(Ops[0], Ops[1]) = scalarizeVectorLoad(Load, DAG); in LowerLOAD()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h5388 std::pair<SDValue, SDValue> scalarizeVectorLoad(LoadSDNode *LD,