Lines Matching defs:Test
1724 SMLoc getOperandLoc(std::function<bool(const AMDGPUOperand&)> Test,
7818 AMDGPUAsmParser::getOperandLoc(std::function<bool(const AMDGPUOperand&)> Test,
7822 if (Test(Op))
7831 auto Test = [=](const AMDGPUOperand& Op) { return Op.isImmTy(Type); };
7832 return getOperandLoc(Test, Operands);
7838 auto Test = [=](const AMDGPUOperand& Op) {
7841 return getOperandLoc(Test, Operands);
7846 auto Test = [](const AMDGPUOperand& Op) {
7849 SMLoc Loc = getOperandLoc(Test, Operands);
7856 auto Test = [](const AMDGPUOperand &Op) {
7859 return getOperandLoc(Test, Operands);
7864 auto Test = [](const AMDGPUOperand& Op) {
7867 return getOperandLoc(Test, Operands);