|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
gen/lib/Target/MSP430/MSP430GenAsmMatcher.inc 946 { 203 /* j */, MSP430::JCC, Convert__Imm1_1__Imm1_0, AMFBS_None, { MCK_Imm, MCK_Imm }, },
gen/lib/Target/MSP430/MSP430GenDAGISel.inc 4461 /* 8922*/ OPC_MorphNodeTo0, TARGET_VAL(MSP430::JCC), 0|OPFL_Chain|OPFL_GlueInput,
gen/lib/Target/MSP430/MSP430GenMCCodeEmitter.inc 554 case MSP430::JCC: {
lib/Target/MSP430/Disassembler/MSP430Disassembler.cpp 359 MI.setOpcode(MSP430::JCC);
lib/Target/MSP430/MSP430BranchSelector.cpp 124 if (MI->getOpcode() != MSP430::JCC && MI->getOpcode() != MSP430::JMP) {
146 if (MI->getOpcode() == MSP430::JCC && std::next(MI) != EE) {
183 if (MI->getOpcode() == MSP430::JCC) {
196 MI = BuildMI(*MBB, MI, dl, TII->get(MSP430::JCC))
lib/Target/MSP430/MSP430ISelLowering.cpp 1498 BuildMI(BB, dl, TII.get(MSP430::JCC))
1525 BuildMI(LoopBB, dl, TII.get(MSP430::JCC))
1584 BuildMI(BB, dl, TII.get(MSP430::JCC))
lib/Target/MSP430/MSP430InstrInfo.cpp 118 I->getOpcode() != MSP430::JCC &&
230 assert(I->getOpcode() == MSP430::JCC && "Invalid conditional branch");
286 BuildMI(&MBB, DL, get(MSP430::JCC)).addMBB(TBB).addImm(Cond[0].getImm());