Lines Matching defs:Dest
947 bool MIParser::parseRegisterOperand(MachineOperand &Dest, in parseRegisterOperand()
997 bool MIParser::parseImmediateOperand(MachineOperand &Dest) { in parseImmediateOperand()
1057 bool MIParser::parseTypedImmediateOperand(MachineOperand &Dest) { in parseTypedImmediateOperand()
1070 bool MIParser::parseFPImmediateOperand(MachineOperand &Dest) { in parseFPImmediateOperand()
1109 bool MIParser::parseMBBOperand(MachineOperand &Dest) { in parseMBBOperand()
1139 bool MIParser::parseStackObjectOperand(MachineOperand &Dest) { in parseStackObjectOperand()
1161 bool MIParser::parseFixedStackObjectOperand(MachineOperand &Dest) { in parseFixedStackObjectOperand()
1195 bool MIParser::parseGlobalAddressOperand(MachineOperand &Dest) { in parseGlobalAddressOperand()
1206 bool MIParser::parseConstantPoolIndexOperand(MachineOperand &Dest) { in parseConstantPoolIndexOperand()
1221 bool MIParser::parseJumpTableIndexOperand(MachineOperand &Dest) { in parseJumpTableIndexOperand()
1234 bool MIParser::parseExternalSymbolOperand(MachineOperand &Dest) { in parseExternalSymbolOperand()
1244 bool MIParser::parseSubRegisterIndexOperand(MachineOperand &Dest) { in parseSubRegisterIndexOperand()
1272 bool MIParser::parseMetadataOperand(MachineOperand &Dest) { in parseMetadataOperand()
1306 bool MIParser::parseCFIOperand(MachineOperand &Dest) { in parseCFIOperand()
1381 bool MIParser::parseBlockAddressOperand(MachineOperand &Dest) { in parseBlockAddressOperand()
1412 bool MIParser::parseTargetIndexOperand(MachineOperand &Dest) { in parseTargetIndexOperand()
1431 bool MIParser::parseLiveoutRegisterMaskOperand(MachineOperand &Dest) { in parseLiveoutRegisterMaskOperand()
1458 bool MIParser::parseMachineOperand(MachineOperand &Dest, in parseMachineOperand()
1533 MachineOperand &Dest, Optional<unsigned> &TiedDefIdx) { in parseMachineOperandAndTargetFlags()
1737 bool MIParser::parseMachinePointerInfo(MachinePointerInfo &Dest) { in parseMachinePointerInfo()
1769 bool MIParser::parseMachineMemoryOperand(MachineMemOperand *&Dest) { in parseMachineMemoryOperand()