Home
last modified time | relevance | path

Searched refs:getTarget (Results 1 – 25 of 64) sorted by relevance

123

/frameworks/compile/mclinker/lib/CodeGen/
DMCLDTargetMachine.cpp106 const mcld::Target& mcld::MCLDTargetMachine::getTarget() const in getTarget() function in mcld::MCLDTargetMachine
284 getTarget().get()->createMCInstPrinter(MAI.getAssemblerDialect(), MAI, in addCompilerPasses()
291 MCE = getTarget().get()->createMCCodeEmitter(MII, MRI, STI, *Context); in addCompilerPasses()
292 MAB = getTarget().get()->createMCAsmBackend(m_Triple, in addCompilerPasses()
299 getTarget().get()->createAsmStreamer(*Context, pOutput, in addCompilerPasses()
309 getTarget().get()->createAsmPrinter(getTM(), *AsmStreamer.get()); in addCompilerPasses()
328 getTarget().get()->createMCCodeEmitter(MII, MRI, STI, *Context); in addAssemblerPasses()
332 getTarget().get()->createMCAsmBackend(m_Triple,getTM().getTargetCPU()); in addAssemblerPasses()
337 OwningPtr<MCStreamer> AsmStreamer(getTarget().get()->createMCObjectStreamer( in addAssemblerPasses()
346 MachineFunctionPass *funcPass = getTarget().get()->createAsmPrinter(getTM(), in addAssemblerPasses()
[all …]
/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.cpp97 X86_32GNULDBackend& ld_backend = pParent.getTarget(); in helper_DynRel()
120 pFactory.getTarget().isSymbolPreemptible(pSym)) in helper_use_relative_reloc()
131 X86_32GNULDBackend& ld_backend = pParent.getTarget(); in helper_get_GOT_and_init()
167 return pParent.getTarget().getGOTPLT().addr(); in helper_GOT_ORG()
175 X86Relocator::Address got_addr = pParent.getTarget().getGOT().addr(); in helper_GOT()
186 X86_32GNULDBackend& ld_backend = pParent.getTarget(); in helper_get_PLT_and_init()
218 return pParent.getTarget().getPLT().addr(); in helper_PLT_ORG()
248 bool has_dyn_rel = pParent.getTarget().symbolNeedsDynRel( in abs()
328 if (pParent.getTarget().symbolNeedsDynRel( in rel()
410 X86_32GNULDBackend& ld_backend = pParent.getTarget(); in tls_gd()
[all …]
DX86Relocator.h68 X86_32GNULDBackend& getTarget() in getTarget() function
71 const X86_32GNULDBackend& getTarget() const in getTarget() function
105 X86_64GNULDBackend& getTarget() in getTarget() function
108 const X86_64GNULDBackend& getTarget() const in getTarget() function
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DSimpleFrameManager.java44 switch(format.getTarget()) { in newBoundFrame()
54 + FrameFormat.targetToString(format.getTarget()) + "!"); in newBoundFrame()
61 switch(format.getTarget()) { in createNewFrame()
84 FrameFormat.targetToString(format.getTarget()) + "!"); in createNewFrame()
DFrameFormat.java93 public int getTarget() { in getTarget() method in FrameFormat
162 result.setTarget(getTarget()); in mutableCopy()
201 if (specification.getTarget() != TARGET_UNSPECIFIED in isCompatibleWith()
202 && getTarget() != specification.getTarget()) { in isCompatibleWith()
258 if (specification.getTarget() != TARGET_UNSPECIFIED in mayBeCompatibleWith()
259 && getTarget() != TARGET_UNSPECIFIED in mayBeCompatibleWith()
260 && getTarget() != specification.getTarget()) { in mayBeCompatibleWith()
/frameworks/compile/mclinker/include/mcld/LD/
DRelocator.h51 virtual TargetLDBackend& getTarget() = 0;
53 virtual const TargetLDBackend& getTarget() const = 0;
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsRelocator.h35 MipsGNULDBackend& getTarget() in getTarget() function
38 const MipsGNULDBackend& getTarget() const in getTarget() function
/frameworks/base/core/tests/coretests/src/android/os/
DBroadcasterTest.java93 if (msg.getTarget() == mHandlers[index]) { in handleMessage()
152 if (msg.what == MESSAGE_C && msg.getTarget() == h1) { in test4()
187 if (msg.what == MESSAGE_D && msg.getTarget() == h2) { in test5()
223 if (msg.what == MESSAGE_C && msg.getTarget() == h1) { in test6()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocator.h41 HexagonLDBackend& getTarget() in getTarget() function
44 const HexagonLDBackend& getTarget() const in getTarget() function
/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.h38 ARMGNULDBackend& getTarget() in getTarget() function
41 const ARMGNULDBackend& getTarget() const in getTarget() function
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
DCropFilter.java95 if (mLastFormat != null && mLastFormat.getTarget() == format.getTarget()) return; in createProgram()
98 switch (format.getTarget()) { in createProgram()
DImageCombineFilter.java78 int target = getInputFormat(mInputNames[0]).getTarget(); in assertAllInputTargetsMatch()
80 if (target != getInputFormat(inputName).getTarget()) { in assertAllInputTargetsMatch()
100 updateProgramWithTarget(inputs[0].getFormat().getTarget(), context); in process()
DResizeFilter.java72 if (mLastFormat != null && mLastFormat.getTarget() == format.getTarget()) return; in createProgram()
74 switch (format.getTarget()) { in createProgram()
DNegativeFilter.java89 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process()
90 initProgram(context, inputFormat.getTarget()); in process()
DPosterizeFilter.java92 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process()
93 initProgram(context, inputFormat.getTarget()); in process()
DCrossProcessFilter.java113 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process()
114 initProgram(context, inputFormat.getTarget()); in process()
DSepiaFilter.java90 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process()
91 initProgram(context, inputFormat.getTarget()); in process()
DColorTemperatureFilter.java100 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process()
101 initProgram(context, inputFormat.getTarget()); in process()
DFlipFilter.java94 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process()
95 initProgram(context, inputFormat.getTarget()); in process()
DTintFilter.java100 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process()
101 initProgram(context, inputFormat.getTarget()); in process()
DFillLightFilter.java107 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process()
108 initProgram(context, inputFormat.getTarget()); in process()
DDuotoneFilter.java99 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process()
100 initProgram(context, inputFormat.getTarget()); in process()
DBlackWhiteFilter.java145 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process()
146 initProgram(context, inputFormat.getTarget()); in process()
DSharpenFilter.java113 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process()
114 initProgram(context, inputFormat.getTarget()); in process()
DCropRectFilter.java105 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process()
106 initProgram(context, inputFormat.getTarget()); in process()

123