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

Completed in 274 milliseconds