Home
last modified time | relevance | path

Searched refs:getTarget (Results 1 - 25 of 218) sorted by relevance

123456789

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp133 MCInstPrinter *InstPrinter = getTarget().createMCInstPrinter( in addAsmPrinter()
139 MCE.reset(getTarget().createMCCodeEmitter(MII, MRI, Context)); in addAsmPrinter()
142 getTarget().createMCAsmBackend(STI, MRI, Options.MCOptions)); in addAsmPrinter()
144 MCStreamer *S = getTarget().createAsmStreamer( in addAsmPrinter()
154 MCCodeEmitter *MCE = getTarget().createMCCodeEmitter(MII, MRI, Context); in addAsmPrinter()
156 getTarget().createMCAsmBackend(STI, MRI, Options.MCOptions); in addAsmPrinter()
164 AsmStreamer.reset(getTarget().createMCObjectStreamer( in addAsmPrinter()
176 AsmStreamer.reset(getTarget().createNullStreamer(Context)); in addAsmPrinter()
182 getTarget().createAsmPrinter(*this, std::move(AsmStreamer)); in addAsmPrinter()
247 getTarget() in addPassesToEmitMC()
[all...]
H A DTargetFrameLoweringImpl.cpp88 if (MF.getTarget().Options.EnableIPRA && in determineCalleeSaves()
132 return MF.getTarget().getAllocaPointerSize(); in getStackAlignmentSkew()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DImageIndexIterator_unittest.cpp36 EXPECT_EQ(TextureTarget::_2D, nextIndex.getTarget()); in TEST()
64 EXPECT_EQ(target, nextIndex.getTarget()); in TEST()
88 EXPECT_EQ(TextureTarget::_3D, nextIndex.getTarget()); in TEST()
116 EXPECT_EQ(TextureTarget::_2DArray, nextIndex.getTarget()); in TEST()
146 EXPECT_EQ(TextureTarget::_2DArray, nextIndex.getTarget()); in TEST()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DTexture.cpp86 if((getTarget() == GL_TEXTURE_EXTERNAL_OES) || (getTarget() == GL_TEXTURE_RECTANGLE_ARB)) in setMinFilter()
121 if((getTarget() == GL_TEXTURE_EXTERNAL_OES) || (getTarget() == GL_TEXTURE_RECTANGLE_ARB)) in setWrapS()
141 if((getTarget() == GL_TEXTURE_EXTERNAL_OES) || (getTarget() == GL_TEXTURE_RECTANGLE_ARB)) in setWrapT()
161 if((getTarget() == GL_TEXTURE_EXTERNAL_OES) || (getTarget() == GL_TEXTURE_RECTANGLE_ARB)) in setWrapR()
348 GLsizei depth = (getTarget() == GL_TEXTURE_3D_OES || getTarget() in setImage()
493 GLenum Texture2D::getTarget() const getTarget() function in es2::Texture2D
894 GLenum Texture2DRect::getTarget() const getTarget() function in Texture2DRect
993 GLenum TextureCubeMap::getTarget() const getTarget() function in TextureCubeMap
[all...]
H A DRenderbuffer.cpp226 return mTexture3D->getRenderTarget(mTexture3D->getTarget(), mLevel); in getRenderTarget()
233 return mTexture3D->createSharedImage(mTexture3D->getTarget(), mLevel); in createSharedImage()
238 return mTexture3D->isShared(mTexture3D->getTarget(), mLevel); in isShared()
243 return mTexture3D->getWidth(mTexture3D->getTarget(), mLevel); in getWidth()
248 return mTexture3D->getHeight(mTexture3D->getTarget(), mLevel); in getHeight()
253 return mTexture3D->getDepth(mTexture3D->getTarget(), mLevel); in getDepth()
258 return mTexture3D->getFormat(mTexture3D->getTarget(), mLevel); in getFormat()
H A DTexture.h105 virtual GLenum getTarget() const = 0;
208 GLenum getTarget() const override;
265 GLenum getTarget() const override;
279 GLenum getTarget() const override;
342 GLenum getTarget() const override;
398 GLenum getTarget() const override;
410 GLenum getTarget() const override;
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fCopyImageTests.cpp351 deUint32 getTarget (void) const { return m_target; } in getTarget() function in deqp::gles31::Functional::__anon30812::ImageInfo
372 builder << info.getFormat() << info.getTarget() << info.getSize(); in operator <<()
378 if (isTextureTarget(info.getTarget())) in getObjectTraits()
386 const deUint32 target = info.getTarget(); in getLevelCount()
458 deUint32 getTarget (void) const { return m_info.getTarget(); } in getTarget() function in deqp::gles31::Functional::__anon30812::TextureImageIterator
470 : m_levelImageCount (info.getTarget() == GL_TEXTURE_CUBE_MAP ? 6 : getLevelSize(info.getTarget(), info.getSize(), 0).z()) in TextureImageIterator()
473 , m_levelSize (getLevelSize(info.getTarget(), info.getSize(), 0)) in TextureImageIterator()
491 m_levelSize = getLevelSize(m_info.getTarget(), m_inf in nextImage()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_arm64.cpp413 return E.getKind() == Branch26 && !E.getTarget().isDefined(); in isExternalBranchEdge()
539 int64_t Value = E.getTarget().getAddress() - FixupAddress + E.getAddend(); in applyFixup()
557 uint64_t Value = E.getTarget().getAddress() + E.getAddend(); in applyFixup()
564 uint64_t Value = E.getTarget().getAddress() + E.getAddend(); in applyFixup()
572 E.getTarget().getAddress() & ~static_cast<uint64_t>(4096 - 1); in applyFixup()
590 uint64_t TargetOffset = E.getTarget().getAddress() & 0xfff; in applyFixup()
610 uint32_t TargetOffset = E.getTarget().getAddress() & 0xfff; in applyFixup()
622 int64_t Delta = E.getTarget().getAddress() - FixupAddress; in applyFixup()
640 Value = E.getTarget().getAddress() - FixupAddress + E.getAddend(); in applyFixup()
642 Value = FixupAddress - E.getTarget() in applyFixup()
[all...]
H A DMachO_x86_64.cpp376 return E.getKind() == Branch32 && !E.getTarget().isDefined(); in isExternalBranchEdge()
479 E.getTarget().getAddress() - (FixupAddress + 4) + E.getAddend(); in applyFixup()
488 uint64_t Value = E.getTarget().getAddress() + E.getAddend(); in applyFixup()
497 E.getTarget().getAddress() - (FixupAddress + Delta) + E.getAddend(); in applyFixup()
509 E.getTarget().getAddress() - (FixupAddress + Delta) + E.getAddend(); in applyFixup()
522 Value = E.getTarget().getAddress() - FixupAddress + E.getAddend(); in applyFixup()
524 Value = FixupAddress - E.getTarget().getAddress() + E.getAddend(); in applyFixup()
536 uint64_t Value = E.getTarget().getAddress() + E.getAddend(); in applyFixup()
H A DBasicGOTAndStubsBuilder.h33 impl().fixGOTEdge(E, getGOTEntrySymbol(E.getTarget())); in run()
35 impl().fixExternalBranchEdge(E, getStubSymbol(E.getTarget())); in run()
H A DJITLinkGeneric.cpp339 if (E.getTarget().isDefined() && !E.getTarget().isLive()) { in prune()
340 E.getTarget().setLive(true); in prune()
341 Worklist.push_back(&E.getTarget()); in prune()
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
H A DPrefixTree.java161 node = e.getTarget(); in prefixes()
304 DfaNode target = edge.getTarget(); in recursivelyMinimize()
322 recursivelyMinimize(target, path.extendByMask(m), ex.getTarget(), minimal, minLength); in recursivelyMinimize()
346 emit(e.getTarget(), path.extendByMask(e.getDigitMask()), minimal, minLength)); in emit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsMachineFunction.cpp33 auto &TM = static_cast<const MipsTargetMachine &>(MF.getTarget()); in getGlobalBaseRegClass()
74 static_cast<const MipsTargetMachine &>(MF.getTarget()).getABI(); in initGlobalBaseReg()
97 if (!MF.getTarget().isPositionIndependent()) { in initGlobalBaseReg()
154 static_cast<const MipsTargetMachine &>(MF.getTarget()).getABI().IsN64() in createEhDataRegsFI()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceInstX8632.cpp586 auto *Target = InstX86Base::getTarget(Func); in emit()
602 auto *Target = InstX86Base::getTarget(Func); in emitIAS()
656 auto *Target = InstX86Base::getTarget(Func); in emitIASOpTyGPR()
678 auto *Target = InstX86Base::getTarget(Func); in emitIASRegOpTyGPR()
737 auto *Target = InstX86Base::getTarget(Func); in emitIASAsAddrOpTyGPR()
797 auto *Target = InstX86Base::getTarget(Func); in emitIASXmmShift()
821 auto *Target = InstX86Base::getTarget(Func); in emitIASRegOpTyXMM()
848 auto *Target = InstX86Base::getTarget(Func); in emitIASCastRegOp()
875 auto *Target = InstX86Base::getTarget(Func); in emitIASThreeOpImmOps()
900 auto *Target = InstX86Base::getTarget(Fun in emitIASMovlikeXMM()
[all...]
H A DIceInstX8664.cpp573 auto *Target = InstX86Base::getTarget(Func); in emit()
589 auto *Target = InstX86Base::getTarget(Func); in emitIAS()
643 auto *Target = InstX86Base::getTarget(Func); in emitIASOpTyGPR()
665 auto *Target = InstX86Base::getTarget(Func); in emitIASRegOpTyGPR()
728 auto *Target = InstX86Base::getTarget(Func); in emitIASAsAddrOpTyGPR()
789 auto *Target = InstX86Base::getTarget(Func); in emitIASXmmShift()
813 auto *Target = InstX86Base::getTarget(Func); in emitIASRegOpTyXMM()
840 auto *Target = InstX86Base::getTarget(Func); in emitIASCastRegOp()
867 auto *Target = InstX86Base::getTarget(Func); in emitIASThreeOpImmOps()
892 auto *Target = InstX86Base::getTarget(Fun in emitIASMovlikeXMM()
[all...]
H A DIceOperand.cpp558 Func->getTarget()->emitVariable(this); in emit()
569 (!hasReg() && !Func->getTarget()->hasComputedFrame())) { in dump()
579 Str << Func->getTarget()->getRegName(RegNum, getType()); in dump()
580 } else if (Func->getTarget()->hasComputedFrame()) { in dump()
584 hasReg() ? getBaseRegNum() : Func->getTarget()->getFrameOrStackReg(); in dump()
586 << Func->getTarget()->getRegName(BaseRegisterNumber, IceType_i32); in dump()
H A DIceCfg.cpp137 bool Cfg::hasComputedFrame() const { return getTarget()->hasComputedFrame(); } in hasComputedFrame()
217 getTarget()->translate(); in translate()
810 getTarget()->lowerArguments(); in doArgLowering()
854 ? getTarget()->maxOutArgsSizeBytes() in sortAndCombineAllocas()
893 Dest->setRematerializable(getTarget()->getStackReg(), Offsets[i]); in sortAndCombineAllocas()
895 Dest->setRematerializable(getTarget()->getFrameReg(), Offsets[i]); in sortAndCombineAllocas()
900 getTarget()->reserveFixedAllocaArea(TotalSize, CombinedAlignment); in sortAndCombineAllocas()
907 const uint32_t StackAlignment = getTarget()->getStackAlignment(); in processAllocas()
916 if (getTarget()->needsStackPointerAlignment()) { in processAllocas()
917 getTarget() in processAllocas()
[all...]
H A DIceCfgNode.cpp473 TargetLowering *Target = Func->getTarget(); in advancedPhiLowering()
605 TargetLowering *Target = Func->getTarget(); in doAddressOpt()
616 TargetLowering *Target = Func->getTarget(); in genCode()
932 TargetLowering *Target = Func->getTarget(); in doBranchOpt()
958 const auto StackReg = Func->getTarget()->getStackReg(); in emitRegisterUsage()
959 const auto FrameOrStackReg = Func->getTarget()->getFrameOrStackReg(); in emitRegisterUsage()
1070 CfgVector<SizeT> LiveRegCount(Func->getTarget()->getNumRegisters()); in emit()
1183 << Func->getTarget()->getRegName(Var->getRegNum(), in dump()
1209 << Func->getTarget()->getRegName(Var->getRegNum(), in dump()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DTextureD3D.cpp951 ASSERT((index.getTarget() == gl::TextureTarget::_2D ||
952 index.getTarget() == gl::TextureTarget::VideoImage) &&
1003 ASSERT(index.getTarget() == gl::TextureTarget::_2D && area.depth == 1 && area.z == 0); in setSubImage()
1034 ASSERT(index.getTarget() == gl::TextureTarget::_2D && size.depth == 1); in setCompressedImage()
1051 ASSERT(index.getTarget() == gl::TextureTarget::_2D && area.depth == 1 && area.z == 0); in setCompressedSubImage()
1063 ASSERT(index.getTarget() == gl::TextureTarget::_2D); in copyImage()
1126 ASSERT(index.getTarget() == gl::TextureTarget::_2D && destOffset.z == 0); in copySubImage()
1176 ASSERT(index.getTarget() == gl::TextureTarget::_2D); in copyTexture()
1200 index.getTarget(), index.getLevelIndex(), unpackFlipY, in copyTexture()
1235 ASSERT(index.getTarget() in copySubTexture()
[all...]
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/
H A DRangeTreeConverter.java87 Node target = getTarget(dfaTarget); in visit()
111 private Node getTarget(DfaNode gnode) { in getTarget() method in RangeTreeConverter.NfaVisitor
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DTextureStorage9.cpp474 gl::IsCubeMapFaceTarget(index.getTarget())); in findRenderTarget()
491 gl::IsCubeMapFaceTarget(index.getTarget())); in getRenderTarget()
500 ANGLE_TRY(getSurfaceLevel(context, index.getTarget(), mTopLevel + index.getLevelIndex(), in getRenderTarget()
518 ANGLE_TRY(getSurfaceLevel(context, sourceIndex.getTarget(), sourceIndex.getLevelIndex(), false, in generateMipmap()
523 getSurfaceLevel(context, destIndex.getTarget(), destIndex.getLevelIndex(), true, &lower)); in generateMipmap()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DTextureGL.cpp172 gl::TextureTarget target = index.getTarget(); in setImage()
318 ASSERT(TextureTargetToType(index.getTarget()) == getType()); in setSubImage()
327 gl::TextureTarget target = index.getTarget(); in setSubImage()
574 gl::TextureTarget target = index.getTarget(); in setCompressedImage()
621 gl::TextureTarget target = index.getTarget(); in setCompressedSubImage()
665 gl::TextureTarget target = index.getTarget(); in copyImage()
810 gl::TextureTarget target = index.getTarget(); in copySubImage()
891 gl::TextureTarget target = index.getTarget(); in copyTexture()
918 gl::TextureTarget target = index.getTarget(); in copySubTexture()
1203 gl::TextureTarget target = index.getTarget(); in setImageExternal()
[all...]
/third_party/skia/third_party/externals/oboe/src/flowgraph/
H A DRampLinear.h61 float getTarget() const { in getTarget() function in FLOWGRAPH_OUTER_NAMESPACE::flowgraph::RampLinear
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/
H A DConversionRates.java111 String target = mapToConversionRate.get(singleUnit.getSimpleUnitID()).getTarget(); in extractBaseUnits()
222 public String getTarget() { in getTarget() method in ConversionRates.ConversionRateInfo
/third_party/icu/icu4c/source/i18n/
H A Drbt_set.h153 * (getTarget=false) or emitted (getTarget=true) by this set.
156 UBool getTarget) const;

Completed in 27 milliseconds

123456789