Searched refs:IsSrc (Results 1 – 4 of 4) sorted by relevance
92 void visitPtr(Value *V, bool IsSrc, DiagnosticInfoIROptimization &R);
989 SmallBitVector &Loops, bool IsSrc);
531 bool IsSrc = AMDGPU::OPERAND_SRC_FIRST <= OpDesc.OperandType && in decodeImmOperands() local533 if (!IsSrc && OpDesc.OperandType != MCOI::OPERAND_REGISTER) in decodeImmOperands()
990 SmallBitVector &Loops, bool IsSrc) { in checkSubscript() argument1010 if (IsSrc) in checkSubscript()1014 return checkSubscript(Start, LoopNest, Loops, IsSrc); in checkSubscript()