Home | History | Annotate | Download | only in ARM

Lines Matching defs:Opcode

63   uint16_t MLxOpc;     // MLA / MLS opcode
64 uint16_t MulOpc; // Expanded multiplication opcode
65 uint16_t AddSubOpc; // Expanded add / sub opcode
1220 // Change the opcode and operands.
1295 unsigned Opcode = Orig->getOpcode();
1296 switch (Opcode) {
1308 MachineInstrBuilder MIB = BuildMI(MBB, I, Orig->getDebugLoc(), get(Opcode),
1336 int Opcode
1337 if (Opcode == ARM::t2LDRpci ||
1338 Opcode == ARM::t2LDRpci_pic ||
1339 Opcode == ARM::tLDRpci ||
1340 Opcode == ARM::tLDRpci_pic ||
1341 Opcode == ARM::LDRLIT_ga_pcrel ||
1342 Opcode == ARM::LDRLIT_ga_pcrel_ldr ||
1343 Opcode == ARM::tLDRLIT_ga_pcrel ||
1344 Opcode == ARM::MOV_ga_pcrel ||
1345 Opcode == ARM::MOV_ga_pcrel_ldr ||
1346 Opcode == ARM::t2MOV_ga_pcrel) {
1347 if (MI1->getOpcode() != Opcode)
1357 if (Opcode == ARM::LDRLIT_ga_pcrel ||
1358 Opcode == ARM::LDRLIT_ga_pcrel_ldr ||
1359 Opcode == ARM::tLDRLIT_ga_pcrel ||
1360 Opcode == ARM::MOV_ga_pcrel ||
1361 Opcode == ARM::MOV_ga_pcrel_ldr ||
1362 Opcode == ARM::t2MOV_ga_pcrel)
1384 } else if (Opcode == ARM::PICLDR) {
1385 if (MI1->getOpcode() != Opcode)
1654 llvm_unreachable("Unknown unconditional branch opcode!");
1999 unsigned Opcode = MI.getOpcode();
2005 if (Opcode == ARM::INLINEASM)
2008 if (Opcode == ARM::ADDri) {
2096 // Attempt to fold address comp. if opcode has offset bits
2834 // the target to provide this information based on the instruction opcode and
3314 /// itinerary based on the def opcode and alignment. The caller will ensure that
3578 // Adjust for dynamic def-side opcode variants not captured by the itinerary.
3596 if (isZeroCost(DefMCID.Opcode))
3862 // Adjust for dynamic def-side opcode variants not captured by the itinerary.
3880 unsigned Opcode = Node->getMachineOpcode();
3881 switch (Opcode) {
3883 return ItinData->getStageLatency(get(Opcode).getSchedClass());
3937 ARMBaseInstrInfo::isFpMLxInstruction(unsigned Opcode, unsigned &MulOpc,
3940 DenseMap<unsigned, unsigned>::const_iterator I = MLxEntryMap.find(Opcode);
4069 llvm_unreachable("cannot handle opcode!");