Searched defs:OpsHi (Results 1 - 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorTypes.cpp | 1142 SDValue OpsHi[] = {Ch, Src0Hi, MaskHi, Ptr, IndexHi}; local 1143 Hi = DAG.getMaskedGather(DAG.getVTList(HiVT, MVT::Other), HiVT, dl, OpsHi, 1663 SDValue OpsHi[] = {Ch, Src0Hi, MaskHi, Ptr, IndexHi}; local 1665 OpsHi, MMO); 1794 SDValue OpsHi[] = {Ch, DataHi, MaskHi, Ptr, IndexHi}; local 1796 DL, OpsHi, MMO);
|
H A D | DAGCombiner.cpp | 5322 SDValue OpsHi[] = {Chain, DataHi, MaskHi, BasePtr, IndexHi}; local 5324 DL, OpsHi, MMO); 5461 SDValue OpsHi[] = {Chain, Src0Hi, MaskHi, BasePtr, IndexHi}; local 5462 Hi = DAG.getMaskedGather(DAG.getVTList(HiVT, MVT::Other), HiVT, DL, OpsHi,
|
Completed in 99 milliseconds