Home
last modified time | relevance | path

Searched refs:CreateStackStoreLoad (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp372 return CreateStackStoreLoad(N->getOperand(0), N->getValueType(0)); in ExpandOp_BITCAST()
H A DLegalizeTypes.cpp882 SDValue DAGTypeLegalizer::CreateStackStoreLoad(SDValue Op, in CreateStackStoreLoad() function in DAGTypeLegalizer
H A DLegalizeTypes.h218 SDValue CreateStackStoreLoad(SDValue Op, EVT DestVT);
H A DLegalizeIntegerTypes.cpp341 CreateStackStoreLoad(InOp, OutVT)); in PromoteIntRes_BITCAST()
1176 return CreateStackStoreLoad(N->getOperand(0), N->getValueType(0)); in PromoteIntOp_BITCAST()
H A DLegalizeVectorTypes.cpp3121 return CreateStackStoreLoad(InOp, WidenVT); in WidenVecRes_BITCAST()
3860 return CreateStackStoreLoad(InOp, VT); in WidenVecOp_BITCAST()