HomeSort by relevance Sort by last modified time
    Searched refs:ScalarizeVecOp_STORE (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.h 536 SDValue ScalarizeVecOp_STORE(StoreSDNode *N, unsigned OpNo);
    [all...]
LegalizeVectorTypes.cpp 323 Res = ScalarizeVecOp_STORE(cast<StoreSDNode>(N), OpNo);
372 /// ScalarizeVecOp_STORE - If the value to store is a vector that needs to be
374 SDValue DAGTypeLegalizer::ScalarizeVecOp_STORE(StoreSDNode *N, unsigned OpNo){
    [all...]

Completed in 18 milliseconds