Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp365 return CreateStackStoreLoad(N->getOperand(0), N->getValueType(0)); in ExpandOp_BITCAST()
H A DLegalizeTypes.cpp894 SDValue DAGTypeLegalizer::CreateStackStoreLoad(SDValue Op, in CreateStackStoreLoad() function in DAGTypeLegalizer
H A DLegalizeTypes.h218 SDValue CreateStackStoreLoad(SDValue Op, EVT DestVT);
H A DLegalizeIntegerTypes.cpp561 CreateStackStoreLoad(InOp, OutVT)); in PromoteIntRes_BITCAST()
2142 return CreateStackStoreLoad(N->getOperand(0), N->getValueType(0)); in PromoteIntOp_BITCAST()
H A DLegalizeVectorTypes.cpp5454 return CreateStackStoreLoad(InOp, WidenVT); in WidenVecRes_BUILD_VECTOR()
6748 return CreateStackStoreLoad(InOp, VT); in WidenVecOp_CONCAT_VECTORS()