reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
 6964     return Operand.isAddr64() ? Match_Success : Match_InvalidOperand;
 6966     return Operand.isGDS() ? Match_Success : Match_InvalidOperand;
 6968     return Operand.isLDS() ? Match_Success : Match_InvalidOperand;
 6970     return Operand.isGLC() ? Match_Success : Match_InvalidOperand;
 6972     return Operand.isIdxen() ? Match_Success : Match_InvalidOperand;
 6974     return Operand.isOffen() ? Match_Success : Match_InvalidOperand;
 6982     return Operand.isSSrcB32() ? Match_Success : Match_InvalidOperand;
 6984     return Operand.isSSrcF32() ? Match_Success : Match_InvalidOperand;
 6986     return Operand.isSoppBrTarget() ? Match_Success : Match_InvalidOperand;
 6988     return Operand.isVReg32OrOff() ? Match_Success : Match_InvalidOperand;
 6990     return Operand.isInterpSlot() ? Match_Success : Match_InvalidOperand;
 6992     return Operand.isInterpAttr() ? Match_Success : Match_InvalidOperand;
 6994     return Operand.isAttrChan() ? Match_Success : Match_InvalidOperand;
 7002     return Operand.isNull() ? Match_Success : Match_InvalidOperand;