Searched refs:getTarget (Results 126 - 150 of 379) sorted by relevance

1234567891011>>

/external/llvm/lib/Target/PowerPC/
H A DPPCCodeEmitter.cpp100 assert((MF.getTarget().getRelocationModel() != Reloc::Default ||
101 MF.getTarget().getRelocationModel() != Reloc::Static) &&
/external/llvm/lib/Target/R600/
H A DSIInsertWaits.cpp349 TII = static_cast<const SIInstrInfo*>(MF.getTarget().getInstrInfo());
350 TRI = static_cast<const SIRegisterInfo*>(MF.getTarget().getRegisterInfo());
/external/llvm/lib/Target/ARM/
H A DThumb1RegisterInfo.cpp70 const TargetInstrInfo &TII = *MF.getTarget().getInstrInfo();
489 MI.getParent()->getParent()->getTarget().getInstrInfo());
515 const TargetInstrInfo &TII = *MBB.getParent()->getTarget().getInstrInfo();
562 *static_cast<const ARMBaseInstrInfo*>(MF.getTarget().getInstrInfo());
573 assert(SPAdj == 0 && MF.getTarget().getFrameLowering()->hasFP(MF) &&
590 assert(MF.getTarget().getFrameLowering()->hasReservedCallFrame(MF) &&
H A DThumb2ITBlockPass.cpp256 const TargetMachine &TM = Fn.getTarget();
/external/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp199 const TargetFrameLowering *TFI = MF.getTarget().getFrameLowering();
327 const TargetFrameLowering *TFI = MF.getTarget().getFrameLowering();
444 unsigned StackAlign = MF.getTarget().getFrameLowering()->getStackAlignment();
459 const TargetFrameLowering *TFI = MF.getTarget().getFrameLowering();
476 const TargetFrameLowering *TFI = MF.getTarget().getFrameLowering();
529 const TargetFrameLowering *TFI = MF.getTarget().getFrameLowering();
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_peephole.cpp156 if (!prog->getTarget()->getOpInfo(insn).commutative)
196 const Target *targ = prog->getTarget();
579 if (prog->getTarget()->isPostMultiplySupported(OP_MUL, f, e)) {
605 if (mul2 && prog->getTarget()->isPostMultiplySupported(OP_MUL, f, e)) {
839 const Target *target = prog->getTarget();
937 !prog->getTarget()->isOpSupported(OP_SAD, abs->dType))
987 if (!changed && prog->getTarget()->isOpSupported(OP_MAD, add->dType))
989 if (!changed && prog->getTarget()->isOpSupported(OP_SAD, add->dType))
1139 if (!prog->getTarget()->isOpSupported(redOp, set1->sType))
1356 if (!prog->getTarget()
[all...]
H A Dnv50_ir_target.cpp181 if (prog->getTarget()->hasSWSched) {
353 if ((dbgFlags & NV50_IR_DEBUG_BASIC) && getTarget()->getChipset() < 0xc0)
H A Dnv50_ir.cpp176 const Target *target = insn->bb->getProgram()->getTarget();
1144 prog->getTarget()->runLegalizePass(prog, nv50_ir::CG_STAGE_PRE_SSA);
1152 prog->getTarget()->runLegalizePass(prog, nv50_ir::CG_STAGE_SSA);
1161 prog->getTarget()->runLegalizePass(prog, nv50_ir::CG_STAGE_POST_RA);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_peephole.cpp156 if (!prog->getTarget()->getOpInfo(insn).commutative)
196 const Target *targ = prog->getTarget();
579 if (prog->getTarget()->isPostMultiplySupported(OP_MUL, f, e)) {
605 if (mul2 && prog->getTarget()->isPostMultiplySupported(OP_MUL, f, e)) {
839 const Target *target = prog->getTarget();
937 !prog->getTarget()->isOpSupported(OP_SAD, abs->dType))
987 if (!changed && prog->getTarget()->isOpSupported(OP_MAD, add->dType))
989 if (!changed && prog->getTarget()->isOpSupported(OP_SAD, add->dType))
1139 if (!prog->getTarget()->isOpSupported(redOp, set1->sType))
1356 if (!prog->getTarget()
[all...]
H A Dnv50_ir_target.cpp181 if (prog->getTarget()->hasSWSched) {
353 if ((dbgFlags & NV50_IR_DEBUG_BASIC) && getTarget()->getChipset() < 0xc0)
/external/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp424 SpillOffset, &MF.getTarget());
501 const TargetRegisterInfo *TRI = MF.getTarget().getRegisterInfo();
565 const TargetMachine &TM = MF.getTarget();
658 const TargetLowering &TLI = *MF.getTarget().getTargetLowering();
659 const TargetRegisterInfo *TRI = MF.getTarget().getRegisterInfo();
H A DPostRASchedulerList.cpp197 const TargetMachine &TM = MF.getTarget();
252 TII = Fn.getTarget().getInstrInfo();
270 const TargetSubtargetInfo &ST = Fn.getTarget().getSubtarget<TargetSubtargetInfo>();
H A DRegAllocPBQP.cpp191 const TargetRegisterInfo *tri = mf->getTarget().getRegisterInfo();
319 const TargetMachine &tm = mf->getTarget();
534 tm = &mf->getTarget();
H A DLiveDebugVariables.cpp386 userValues[i]->print(OS, &MF->getTarget());
701 TRI = mf.getTarget().getRegisterInfo();
982 const TargetInstrInfo *TII = MF->getTarget().getInstrInfo();
984 DEBUG(userValues[i]->print(dbgs(), &MF->getTarget()));
H A DTargetSchedule.cpp271 const TargetRegisterInfo *TRI = MF.getTarget().getRegisterInfo();
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp39 if (const TargetInstrInfo *TII = G->getTarget().getInstrInfo())
114 else if (const TargetIntrinsicInfo *TII = G->getTarget().getIntrinsicInfo())
436 OS << ' ' << PrintReg(R->getReg(), G ? G->getTarget().getRegisterInfo() :nullptr);
/external/llvm/lib/Target/Hexagon/
H A DHexagonCopyToCombine.cpp420 TRI = MF.getTarget().getRegisterInfo();
421 TII = static_cast<const HexagonInstrInfo *>(MF.getTarget().getInstrInfo());
425 MF.getTarget().getOptLevel() <= CodeGenOpt::Default;
H A DHexagonNewValueJump.cpp365 QII = static_cast<const HexagonInstrInfo *>(MF.getTarget().getInstrInfo());
367 static_cast<const HexagonRegisterInfo *>(MF.getTarget().getRegisterInfo());
/external/chromium_org/third_party/icu/source/i18n/
H A Drbt_set.cpp446 * (getTarget=false) or emitted (getTarget=true) by this set.
449 UBool getTarget) const
456 if (getTarget) {
/external/icu/icu4c/source/i18n/
H A Drbt_set.cpp446 * (getTarget=false) or emitted (getTarget=true) by this set.
449 UBool getTarget) const
456 if (getTarget) {
/external/lldb/source/Expression/
H A DClangExpressionParser.cpp330 m_compiler->getTarget().setForcedLangOptions(m_compiler->getLangOpts());
354 &m_compiler->getTarget(),
/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayApply.cpp115 SkDisplayable* target = getTarget(animator);
461 SkDisplayable* target = getTarget(animate);
510 SkDrawable* SkApply::getTarget(SkAnimateBase* animate) { function in class:SkApply
739 SkDisplayable* target = getTarget(animate);
/external/clang/lib/AST/
H A DParentMap.cpp191 return DirectChild == cast<IndirectGotoStmt>(P)->getTarget();
/external/clang/lib/CodeGen/
H A DCodeGenTypes.h117 const TargetInfo &getTarget() const { return Target; } function in class:clang::CodeGen::CodeGenTypes
/external/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp275 return getInlineAsmLength(AsmStr, *MF->getTarget().getMCAsmInfo());

Completed in 561 milliseconds

1234567891011>>