HomeSort by relevance Sort by last modified time
    Searched refs:GlobalContext (Results 26 - 50 of 60) sorted by null

12 3

  /external/swiftshader/third_party/subzero/src/
IceTargetLowering.cpp 46 // createTargetDataLowering(Ice::GlobalContext*);
48 // createTargetHeaderLowering(Ice::GlobalContext *);
49 // void staticInit(::Ice::GlobalContext *);
56 createTargetDataLowering(::Ice::GlobalContext *Ctx); \
58 createTargetHeaderLowering(::Ice::GlobalContext *Ctx); \
59 void staticInit(::Ice::GlobalContext *Ctx); \
174 GlobalContext *Ctx, int32_t NumRegs, SmallBitVector TypeToRegisterSet[],
269 void TargetLowering::staticInit(GlobalContext *Ctx) {
    [all...]
IceTargetLoweringX8632.cpp 26 createTargetDataLowering(::Ice::GlobalContext *Ctx) {
32 createTargetHeaderLowering(::Ice::GlobalContext *Ctx) {
36 void staticInit(::Ice::GlobalContext *Ctx) {
IceAssembler.cpp 152 void Assembler::emitIASBytes(GlobalContext *Ctx) const {
IceMemory.h 29 class GlobalContext;
IceStringPool.h 145 using OwnerType = GlobalContext;
IceAssembler.h 324 void emitIASBytes(GlobalContext *Ctx) const;
IceBrowserCompileServer.cpp 307 Ctx.reset(new GlobalContext(LogStream.get(), EmitStream.get(),
IceCompileServer.cpp 250 Ctx.reset(new GlobalContext(Ls.get(), Os.get(), Ls.get(), ELFStr.get()));
IceELFSection.cpp 99 GlobalContext *Ctx) {
IceIntrinsics.cpp 234 Intrinsics::Intrinsics(GlobalContext *Ctx) {
IceOperand.h 194 static ConstantPrimitive *create(GlobalContext *Ctx, Type Ty,
223 void initName(GlobalContext *Ctx) {
325 static RelocOffset *create(GlobalContext *Ctx, RelocOffsetT Value) {
446 static ConstantUndef *create(GlobalContext *Ctx, Type Ty) {
    [all...]
IceTargetLoweringMIPS32.h 36 static void staticInit(GlobalContext *Ctx);
935 static std::unique_ptr<TargetDataLowering> create(GlobalContext *Ctx) {
946 explicit TargetDataMIPS32(GlobalContext *Ctx);
958 static std::unique_ptr<TargetHeaderLowering> create(GlobalContext *Ctx) {
965 explicit TargetHeaderMIPS32(GlobalContext *Ctx);
    [all...]
IceTargetLoweringARM32.h 60 static void staticInit(GlobalContext *Ctx);
198 GlobalContext *getCtx() const { return Ctx; }
    [all...]
IceDefs.h 64 class GlobalContext;
IceELFSection.h 187 void createNullSymbol(ELFSection *NullSection, GlobalContext *Ctx);
IceTargetLoweringX8664.cpp 26 createTargetDataLowering(::Ice::GlobalContext *Ctx) {
32 createTargetHeaderLowering(::Ice::GlobalContext *Ctx) {
36 void staticInit(::Ice::GlobalContext *Ctx) {
IceCfg.cpp 37 Cfg::Cfg(GlobalContext *Ctx, uint32_t SequenceNumber)
225 getContext()->resetTimer(GlobalContext::TSK_Default);
    [all...]
PNaClTranslator.cpp 480 Ice::GlobalContext *Ctx = Translator.getContext();
523 Ice::GlobalContext *Ctx = getTranslator().getContext();
545 Ice::GlobalContext *Ctx = getTranslator().getContext();
585 Ice::GlobalContext *Context = Translator.getContext();
649 const Ice::GlobalContext *Ctx = getTranslator().getContext();
    [all...]
IceTargetLoweringX86Base.h 80 static void staticInit(GlobalContext *Ctx);
    [all...]
IceAssemblerARM32.h 48 size_t emit(GlobalContext *Ctx, const Assembler &Asm) const final;
59 size_t emit(GlobalContext *Ctx, const Assembler &Asm) const final;
IceAssemblerMIPS32.h 43 size_t emit(GlobalContext *Ctx, const Assembler &Asm) const final;
IceCfgNode.cpp 797 GlobalContext *Ctx = Func->getContext();
    [all...]
IceELFObjectWriter.cpp 77 ELFObjectWriter::ELFObjectWriter(GlobalContext &Ctx, ELFStreamer &Out)
IceTargetLoweringARM32.cpp 44 createTargetDataLowering(::Ice::GlobalContext *Ctx) {
49 createTargetHeaderLowering(::Ice::GlobalContext *Ctx) {
53 void staticInit(::Ice::GlobalContext *Ctx) {
311 void TargetARM32::staticInit(GlobalContext *Ctx) {
    [all...]
  /external/swiftshader/src/Reactor/
Optimizer.cpp 52 Ice::GlobalContext *context;

Completed in 261 milliseconds

12 3