Searched defs:isUpdating (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelDAGToDAG.cpp | 2115 bool IsIntrinsic = !isUpdating; // By coincidence, all supported updating in SelectVLD() argument 2257 SelectVST(SDNode * N,bool isUpdating,unsigned NumVecs,const uint16_t * DOpcodes,const uint16_t * QOpcodes0,const uint16_t * QOpcodes1) SelectVST() argument 2411 SelectVLDSTLane(SDNode * N,bool IsLoad,bool isUpdating,unsigned NumVecs,const uint16_t * DOpcodes,const uint16_t * QOpcodes) SelectVLDSTLane() argument 2954 SelectVLDDup(SDNode * N,bool IsIntrinsic,bool isUpdating,unsigned NumVecs,const uint16_t * DOpcodes,const uint16_t * QOpcodes0,const uint16_t * QOpcodes1) SelectVLDDup() argument [all...] |
H A D | ARMExpandPseudoInsts.cpp | 144 bool isUpdating; member
|