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 152 MachineBasicBlock *Tgt = getTargetMBB(*FirstBr);
154 NewMBB->removeSuccessor(Tgt);
156 MBB->addSuccessor(Tgt);
276 // lui $at, %hi($tgt - $baltgt)
278 // addiu $at, $at, %lo($tgt - $baltgt)
314 // lui64 $at, %highest($tgt - $baltgt)
315 // daddiu $at, $at, %higher($tgt - $baltgt)
317 // daddiu $at, $at, %hi($tgt - $baltgt)
321 // daddiu $at, $at, %lo($tgt - $baltgt)
372 // j $tgt
    [all...]
MipsISelLowering.cpp 131 SDValue Tgt = DAG.getNode(MipsISD::Wrapper, DL, Ty, getGlobalReg(DAG, Ty),
133 return DAG.getLoad(Ty, DL, DAG.getEntryNode(), Tgt,
    [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]

Completed in 72 milliseconds