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

  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 330 SDValue Tgt = DAG.getNode(MipsISD::Wrapper, DL, Ty, getGlobalReg(DAG, Ty),
332 return DAG.getLoad(Ty, DL, Chain, Tgt, PtrInfo, false, false, false, 0);
MipsLongBranch.cpp 153 MachineBasicBlock *Tgt = getTargetMBB(*FirstBr);
155 NewMBB->removeSuccessor(Tgt, true);
157 MBB->addSuccessor(Tgt);
285 // lui $at, %hi($tgt - $baltgt)
287 // addiu $at, $at, %lo($tgt - $baltgt)
307 // relocation expressions %hi($tgt-$baltgt) and %lo($tgt-$baltgt) which
310 // Since we cannot create %hi($tgt-$baltgt) and %lo($tgt-$baltgt)
316 // %hi($tgt-$baltgt) and %lo($tgt-$baltgt) expressions and add them a
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
EDDisassembler.h 137 const llvm::Target *Tgt;
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]

Completed in 131 milliseconds