Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp626 SDValue Scalarized = TLI.scalarizeVectorLoad(LD, DAG); in ExpandLoad()
H A DTargetLowering.cpp3147 SDValue TargetLowering::scalarizeVectorLoad(LoadSDNode *LD, in scalarizeVectorLoad() function in TargetLowering
3257 SDValue Scalarized = scalarizeVectorLoad(LD, DAG); in expandUnalignedLoad()
/aosp_15_r20/external/llvm/include/llvm/Target/
H A DTargetLowering.h3005 SDValue scalarizeVectorLoad(LoadSDNode *LD, SelectionDAG &DAG) const;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp829 std::tie(Value, NewChain) = TLI.scalarizeVectorLoad(LD, DAG); in ExpandLoad()
H A DTargetLowering.cpp6561 TargetLowering::scalarizeVectorLoad(LoadSDNode *LD, in scalarizeVectorLoad() function in TargetLowering
6690 return scalarizeVectorLoad(LD, DAG); in expandUnalignedLoad()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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.cpp8871 TargetLowering::scalarizeVectorLoad(LoadSDNode *LD, in scalarizeVectorLoad() function in TargetLowering
9055 return scalarizeVectorLoad(LD, DAG); in expandUnalignedLoad()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4146 std::pair<SDValue, SDValue> scalarizeVectorLoad(LoadSDNode *LD,
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1460 std::tie(Ops[0], Ops[1]) = scalarizeVectorLoad(LoadNode, DAG); in LowerLOAD()
H A DAMDGPUISelLowering.cpp1406 std::tie(Ops[0], Ops[1]) = scalarizeVectorLoad(Load, DAG); in SplitVectorLoad()
2901 std::tie(Ops[0], Ops[1]) = scalarizeVectorLoad(LN, DAG); in performLoadCombine()
H A DSIISelLowering.cpp7473 std::tie(Ops[0], Ops[1]) = scalarizeVectorLoad(Load, DAG); in LowerLOAD()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DTargetLowering.h5001 std::pair<SDValue, SDValue> scalarizeVectorLoad(LoadSDNode *LD,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DTargetLowering.h5360 std::pair<SDValue, SDValue> scalarizeVectorLoad(LoadSDNode *LD,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DTargetLowering.h5270 std::pair<SDValue, SDValue> scalarizeVectorLoad(LoadSDNode *LD,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DTargetLowering.h5222 std::pair<SDValue, SDValue> scalarizeVectorLoad(LoadSDNode *LD,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DTargetLowering.h5270 std::pair<SDValue, SDValue> scalarizeVectorLoad(LoadSDNode *LD,
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1583 scalarizeVectorLoad(LoadNode, DAG), in LowerLOAD()
H A DSIISelLowering.cpp2058 return scalarizeVectorLoad(Load, DAG); in LowerLOAD()
H A DAMDGPUISelLowering.cpp1067 return scalarizeVectorLoad(Load, DAG); in SplitVectorLoad()