HomeSort by relevance Sort by last modified time
    Searched defs:Tgt (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/Mips/
MipsLongBranch.cpp 154 MachineBasicBlock *Tgt = getTargetMBB(*FirstBr);
156 NewMBB->removeSuccessor(Tgt);
158 MBB->addSuccessor(Tgt);
271 // lui $at, %hi($tgt - $baltgt)
273 // addiu $at, $at, %lo($tgt - $baltgt)
309 // lui64 $at, %highest($tgt - $baltgt)
310 // daddiu $at, $at, %higher($tgt - $baltgt)
312 // daddiu $at, $at, %hi($tgt - $baltgt)
316 // daddiu $at, $at, %lo($tgt - $baltgt)
367 // j $tgt
    [all...]
MipsISelLowering.cpp 127 SDValue Tgt = DAG.getNode(MipsISD::Wrapper, DL, Ty, getGlobalReg(DAG, Ty),
129 return DAG.getLoad(Ty, DL, DAG.getEntryNode(), Tgt,
    [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]

Completed in 42 milliseconds