Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLowering.h4156 std::pair<SDValue, SDValue> expandUnalignedLoad(LoadSDNode *LD,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDLegalizeDAG.cpp686 std::tie(RVal, RChain) = TLI.expandUnalignedLoad(LD, DAG); in LegalizeLoadOps()
871 std::tie(Value, Chain) = TLI.expandUnalignedLoad(LD, DAG); in LegalizeLoadOps()
HDTargetLowering.cpp6678 TargetLowering::expandUnalignedLoad(LoadSDNode *LD, SelectionDAG &DAG) const { in expandUnalignedLoad() function in TargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonISelLowering.cpp2748 std::pair<SDValue, SDValue> P = expandUnalignedLoad(LN, DAG); in LowerUnalignedLoad()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
HDNVPTXISelLowering.cpp2237 std::tie(Ops[0], Ops[1]) = expandUnalignedLoad(Load, DAG); in LowerLOAD()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUISelLowering.cpp2903 std::tie(Ops[0], Ops[1]) = expandUnalignedLoad(LN, DAG); in performLoadCombine()
HDSIISelLowering.cpp7400 std::tie(Ops[0], Ops[1]) = expandUnalignedLoad(Load, DAG); in LowerLOAD()