Home
last modified time | relevance | path

Searched defs:isUpdating (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2115 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 DARMExpandPseudoInsts.cpp144 bool isUpdating; member