Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp724 return TLI.scalarizeVectorLoad(LD, DAG); in ExpandLoad()
H A DLegalizeVectorTypes.cpp1705 std::tie(Value, NewChain) = TLI.scalarizeVectorLoad(LD, DAG); in SplitVecRes_LOAD()
4027 std::tie(Value, NewChain) = TLI.scalarizeVectorLoad(LD, DAG); in WidenVecRes_LOAD()
H A DTargetLowering.cpp7321 TargetLowering::scalarizeVectorLoad(LoadSDNode *LD, in scalarizeVectorLoad() function in TargetLowering
7505 return scalarizeVectorLoad(LD, DAG); in expandUnalignedLoad()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4475 std::pair<SDValue, SDValue> scalarizeVectorLoad(LoadSDNode *LD,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1371 std::tie(Ops[0], Ops[1]) = scalarizeVectorLoad(LoadNode, DAG); in LowerLOAD()
H A DAMDGPUISelLowering.cpp1584 std::tie(Ops[0], Ops[1]) = scalarizeVectorLoad(Load, DAG); in SplitVectorLoad()
2992 std::tie(Ops[0], Ops[1]) = scalarizeVectorLoad(LN, DAG); in performLoadCombine()
H A DSIISelLowering.cpp8184 std::tie(Ops[0], Ops[1]) = scalarizeVectorLoad(Load, DAG); in LowerLOAD()