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 151 MachineBasicBlock *Tgt = getTargetMBB(*FirstBr);
153 NewMBB->removeSuccessor(Tgt);
155 MBB->addSuccessor(Tgt);
280 // lui $at, %hi($tgt - $baltgt)
282 // addiu $at, $at, %lo($tgt - $baltgt)
302 // relocation expressions %hi($tgt-$baltgt) and %lo($tgt-$baltgt) which
305 // Since we cannot create %hi($tgt-$baltgt) and %lo($tgt-$baltgt)
311 // %hi($tgt-$baltgt) and %lo($tgt-$baltgt) expressions and add them a
    [all...]
MipsISelLowering.h 292 SDValue Tgt = DAG.getNode(MipsISD::Wrapper, DL, Ty, getGlobalReg(DAG, Ty),
294 return DAG.getLoad(Ty, DL, Chain, Tgt, PtrInfo, false, false, false, 0);
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]

Completed in 51 milliseconds