Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp694 return TLI.scalarizeVectorLoad(LD, DAG); in ExpandLoad()
H A DLegalizeVectorTypes.cpp1845 std::tie(Value, NewChain) = TLI.scalarizeVectorLoad(LD, DAG); in SplitVecRes_LOAD()
5102 std::tie(Value, NewChain) = TLI.scalarizeVectorLoad(LD, DAG); in WidenVecRes_LOAD()
H A DTargetLowering.cpp8868 TargetLowering::scalarizeVectorLoad(LoadSDNode *LD, in scalarizeVectorLoad() function in TargetLowering
9052 return scalarizeVectorLoad(LD, DAG); in expandUnalignedLoad()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1342 std::tie(Ops[0], Ops[1]) = scalarizeVectorLoad(LoadNode, DAG); in LowerLOAD()
H A DAMDGPUISelLowering.cpp1559 std::tie(Ops[0], Ops[1]) = scalarizeVectorLoad(Load, DAG); in SplitVectorLoad()
H A DSIISelLowering.cpp8805 std::tie(Ops[0], Ops[1]) = scalarizeVectorLoad(Load, DAG); in LowerLOAD()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h5001 std::pair<SDValue, SDValue> scalarizeVectorLoad(LoadSDNode *LD,