Lines Matching refs:CreateImm
278 static std::unique_ptr<AMDGPUOperand> CreateImm(int64_t Val, SMLoc Loc, in CreateImm() function in __anon77ad0c5f0111::AMDGPUOperand
645 Operands.push_back(AMDGPUOperand::CreateImm(0, S, in MatchAndEmitInstruction()
647 Operands.push_back(AMDGPUOperand::CreateImm(0, S, in MatchAndEmitInstruction()
1134 Operands.push_back(AMDGPUOperand::CreateImm(IntVal, S)); in parseOperand()
1149 AMDGPUOperand::CreateImm(F.bitcastToAPInt().getZExtValue(), S)); in parseOperand()
1294 Operands.push_back(AMDGPUOperand::CreateImm(Offset, S, ImmTy)); in parseIntWithPrefix()
1326 Operands.push_back(AMDGPUOperand::CreateImm(Bit, S, ImmTy)); in parseNamedBit()
1370 Operands.push_back(AMDGPUOperand::CreateImm(Value, S, Op.Type)); in parseOptionalOps()
1406 Operands.push_back(AMDGPUOperand::CreateImm(0, S, in parseDSOffsetOptional()
1554 Operands.push_back(AMDGPUOperand::CreateImm(CntVal, S)); in parseSWaitCntOps()
1576 Operands.push_back(AMDGPUOperand::CreateImm(Imm, S)); in parseSOppBrTarget()