Home | History | Annotate | Download | only in Mips

Lines Matching refs:JumpTable

245   setOperationAction(ISD::JumpTable,          MVT::i32,   Custom);
269 setOperationAction(ISD::JumpTable, MVT::i64, Custom);
735 case ISD::JumpTable: return lowerJumpTable(Op, DAG);
1415 // BRIND(load(Jumptable + index) + RelocBase)
1416 // RelocBase can be JumpTable, GOT or some sort of global base.