Searched refs:expandUnalignedLoad (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 4457 std::pair<SDValue, SDValue> expandUnalignedLoad(LoadSDNode *LD,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 687 std::tie(RVal, RChain) = TLI.expandUnalignedLoad(LD, DAG); in LegalizeLoadOps() 870 std::tie(Value, Chain) = TLI.expandUnalignedLoad(LD, DAG); in LegalizeLoadOps()
|
| H A D | TargetLowering.cpp | 7460 TargetLowering::expandUnalignedLoad(LoadSDNode *LD, SelectionDAG &DAG) const { in expandUnalignedLoad() function in TargetLowering
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.cpp | 2219 std::tie(Ops[0], Ops[1]) = expandUnalignedLoad(Load, DAG); in LowerLOAD()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.cpp | 2980 std::pair<SDValue, SDValue> P = expandUnalignedLoad(LN, DAG); in LowerUnalignedLoad()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.cpp | 2895 std::tie(Ops[0], Ops[1]) = expandUnalignedLoad(LN, DAG); in performLoadCombine()
|
| H A D | SIISelLowering.cpp | 8188 std::tie(Ops[0], Ops[1]) = expandUnalignedLoad(Load, DAG); in LowerLOAD()
|