Home
last modified time | relevance | path

Searched refs:isNew (Results 1 - 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp94 bool isNew = VRBaseMap.insert(std::make_pair(Op, SrcReg)).second; in EmitCopyFromReg() local
95 (void)isNew; // Silence compiler warning. in EmitCopyFromReg()
96 assert(isNew && "Node emitted out of order - early"); in EmitCopyFromReg()
184 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in EmitCopyFromReg() local
185 (void)isNew; // Silence compiler warning. in EmitCopyFromReg()
186 assert(isNew && "Node emitted out of order - early"); in EmitCopyFromReg()
257 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in CreateVirtualRegisters() local
258 (void)isNew; // Silence compiler warning. in CreateVirtualRegisters()
259 assert(isNew && "Node emitted out of order - early"); in CreateVirtualRegisters()
598 bool isNew
[all...]
H A DScheduleDAGSDNodes.cpp812 bool isNew = VRBaseMap.insert(std::make_pair(SU, VRBase)).second;
813 (void)isNew; // Silence compiler warning.
814 assert(isNew && "Node emitted out of order - early");
/third_party/node/lib/internal/repl/
H A Dawait.js143 const isNew = node !== state.ancestors[state.ancestors.length - 1];
144 if (isNew) {
148 if (isNew) {
/third_party/typescript/tests/baselines/reference/
H A DvariableDeclaratorResolvedDuringContextualTyping.js95 isNew: boolean;
118 isNew: response.status === 201
155 isNew: response.status === 201
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dpshints.h75 FT_Bool isNew; member
H A Dpsintrp.c85 return hintmask->isNew; in FT_LOCAL_DEF()
93 hintmask->isNew = val; in cf2_hintmask_setNew()
122 hintmask->isNew = TRUE; in cf2_hintmask_setCounts()
1811 hintMask.isNew = TRUE; in cf2_interpT2CharString()
2480 hintMask.isNew = TRUE; in cf2_interpT2CharString()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp793 bool isNew = SrcRegMap.insert(std::make_pair(NewReg, Reg)).second; in scanUses() local
794 if (!isNew) in scanUses()
806 bool isNew = DstRegMap.insert(std::make_pair(FromReg, ToReg)).second; in scanUses() local
807 if (!isNew) in scanUses()
811 bool isNew = DstRegMap.insert(std::make_pair(DstReg, ToReg)).second; in scanUses() local
812 if (!isNew) in scanUses()
841 bool isNew = SrcRegMap.insert(std::make_pair(DstReg, SrcReg)).second; in processCopy() local
842 if (!isNew) in processCopy()
H A DMachineLICM.cpp895 bool isNew = ConsiderSeen ? RegSeen.insert(Reg).second : false; in calcRegisterCost() local
904 if (isNew && !isKill && ConsiderUnseenAsDef) in calcRegisterCost()
907 else if (!isNew && isKill) in calcRegisterCost()
/third_party/openSLES/api/1.1/
H A DOpenSLES.h567 SLboolean isNew
576 SLboolean isNew
/third_party/openSLES/api/1.0.1/
H A DOpenSLES.h522 SLboolean isNew
531 SLboolean isNew
/third_party/openSLES/api/1.0/
H A DOpenSLES.h519 SLboolean isNew
528 SLboolean isNew
/third_party/sqlite/src/
H A Dsqlite3.c147803 sqlite3TriggerColmask( Parse *pParse, Trigger *pTrigger, ExprList *pChanges, int isNew, int tr_tm, Table *pTab, int orconf ) global() argument
[all...]
/third_party/typescript/lib/
H A Dtsserverlibrary.js[all...]
H A Dtsserver.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]

Completed in 273 milliseconds