Searched refs:isExpanding (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAGNodes.h | 2491 ISD::MemIndexedMode AM, ISD::LoadExtType ETy, bool isExpanding, 2495 LoadSDNodeBits.IsExpanding = isExpanding;
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 8871 ISD::LoadExtType ExtTy, bool isExpanding) { in getMaskedLoad() argument 8882 dl.getIROrder(), VTs, AM, ExtTy, isExpanding, MemVT, MMO)); in getMaskedLoad() 8891 AM, ExtTy, isExpanding, MemVT, MMO); in getMaskedLoad()
|