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

  /external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
EDDisassembler.cpp 163 Tgt = TargetRegistry::lookupTarget(tripleString,
166 if (!Tgt)
169 MRI.reset(Tgt->createMCRegInfo(tripleString));
176 AsmInfo.reset(Tgt->createMCAsmInfo(tripleString));
181 STI.reset(Tgt->createMCSubtargetInfo(tripleString, "", ""));
186 Disassembler.reset(Tgt->createMCDisassembler(*STI));
195 InstPrinter.reset(Tgt->createMCInstPrinter(LLVMSyntaxVariant, *AsmInfo, *STI));
201 SpecificAsmLexer.reset(Tgt->createMCAsmLexer(*MRI, *AsmInfo));
380 OwningPtr<MCSubtargetInfo> STI(Tgt->createMCSubtargetInfo(triple, "", ""));
382 TargetParser(Tgt->createMCAsmParser(*STI, *genericParser))
    [all...]
EDDisassembler.h 137 const llvm::Target *Tgt;
  /external/llvm/lib/Target/Mips/
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...]
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);
  /external/eigen/Eigen/src/Core/
GenericPacketMath.h 122 template <typename Src, typename Tgt> struct type_casting_traits {
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]

Completed in 292 milliseconds