Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h5398 std::pair<SDValue, SDValue> expandUnalignedLoad(LoadSDNode *LD,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp678 std::tie(RVal, RChain) = TLI.expandUnalignedLoad(LD, DAG); in LegalizeLoadOps()
863 std::tie(Value, Chain) = TLI.expandUnalignedLoad(LD, DAG); in LegalizeLoadOps()
H A DTargetLowering.cpp9786 TargetLowering::expandUnalignedLoad(LoadSDNode *LD, SelectionDAG &DAG) const { in expandUnalignedLoad() function in TargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp3204 std::pair<SDValue, SDValue> P = expandUnalignedLoad(LN, DAG); in LowerUnalignedLoad()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2910 std::tie(Ops[0], Ops[1]) = expandUnalignedLoad(Load, DAG); in LowerLOAD()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp3825 std::tie(Ops[0], Ops[1]) = expandUnalignedLoad(LN, DAG); in performLoadCombine()
H A DSIISelLowering.cpp10404 std::tie(Ops[0], Ops[1]) = expandUnalignedLoad(Load, DAG); in LowerLOAD()