Home
last modified time | relevance | path

Searched refs:isNew (Results 1 – 25 of 27) sorted by relevance

12

/external/archive-patcher/explainer/src/main/java/com/google/archivepatcher/explainer/
DEntryExplanation.java32 private final boolean isNew; field in EntryExplanation
54 boolean isNew, in EntryExplanation() argument
59 this.isNew = isNew; in EntryExplanation()
76 public boolean isNew() { in isNew() method in EntryExplanation
77 return isNew; in isNew()
DPatchExplanation.java95 if (explanation.isNew()) { in PatchExplanation()
259 entryExplanation.isNew() in dumpJson()
269 .append(entryExplanation.isNew()) in dumpJson()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp75 bool isNew = VRBaseMap.insert(std::make_pair(Op, SrcReg)).second; in EmitCopyFromReg() local
76 (void)isNew; // Silence compiler warning. in EmitCopyFromReg()
77 assert(isNew && "Node emitted out of order - early"); in EmitCopyFromReg()
164 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in EmitCopyFromReg() local
165 (void)isNew; // Silence compiler warning. in EmitCopyFromReg()
166 assert(isNew && "Node emitted out of order - early"); in EmitCopyFromReg()
238 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in CreateVirtualRegisters() local
239 (void)isNew; // Silence compiler warning. in CreateVirtualRegisters()
240 assert(isNew && "Node emitted out of order - early"); in CreateVirtualRegisters()
533 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in EmitSubregNode() local
[all …]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DScheduleDAGEmit.cpp60 bool isNew = VRBaseMap.insert(std::make_pair(SU, VRBase)).second; in EmitPhysRegCopy() local
61 (void)isNew; // Silence compiler warning. in EmitPhysRegCopy()
62 assert(isNew && "Node emitted out of order - early"); in EmitPhysRegCopy()
DTwoAddressInstructionPass.cpp706 bool isNew = SrcRegMap.insert(std::make_pair(NewReg, Reg)).second; in ScanUses() local
707 if (!isNew) in ScanUses()
719 bool isNew = DstRegMap.insert(std::make_pair(FromReg, ToReg)).second; in ScanUses() local
720 if (!isNew) in ScanUses()
724 bool isNew = DstRegMap.insert(std::make_pair(DstReg, ToReg)).second; in ScanUses() local
725 if (!isNew) in ScanUses()
756 bool isNew = SrcRegMap.insert(std::make_pair(DstReg, SrcReg)).second; in ProcessCopy() local
757 if (!isNew) in ProcessCopy()
DMachineLICM.cpp710 bool isNew = RegSeen.insert(Reg); in InitRegPressure() local
717 if (isNew && !isKill) in InitRegPressure()
720 else if (!isNew && isKill) in InitRegPressure()
742 bool isNew = RegSeen.insert(Reg); in UpdateRegPressure() local
745 else if (!isNew && isOperandKill(MO, MRI)) { in UpdateRegPressure()
DRegAllocLinearScan.cpp940 bool isNew = DowngradedRegs.insert(*AS); in DowngradeRegister() local
941 (void)isNew; // Silence compiler warning. in DowngradeRegister()
942 assert(isNew && "Multiple reloads holding the same register?"); in DowngradeRegister()
/external/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp95 bool isNew = VRBaseMap.insert(std::make_pair(Op, SrcReg)).second; in EmitCopyFromReg() local
96 (void)isNew; // Silence compiler warning. in EmitCopyFromReg()
97 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()
275 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in CreateVirtualRegisters() local
276 (void)isNew; // Silence compiler warning. in CreateVirtualRegisters()
277 assert(isNew && "Node emitted out of order - early"); in CreateVirtualRegisters()
578 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in EmitSubregNode() local
[all …]
DScheduleDAGSDNodes.cpp783 bool isNew = VRBaseMap.insert(std::make_pair(SU, VRBase)).second; in EmitPhysRegCopy() local
784 (void)isNew; // Silence compiler warning. in EmitPhysRegCopy()
785 assert(isNew && "Node emitted out of order - early"); in EmitPhysRegCopy()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp61 bool isNew; in processCallEnter() local
62 ExplodedNode *Node = G.getNode(Loc, state, false, &isNew); in processCallEnter()
64 if (isNew) { in processCallEnter()
290 bool isNew; in processCallExit() local
291 ExplodedNode *BindedRetNode = G.getNode(Loc, state, false, &isNew); in processCallExit()
293 if (!isNew) in processCallExit()
316 bool isNew; in processCallExit() local
318 ExplodedNode *CEENode = G.getNode(Loc, CEEState, false, &isNew); in processCallExit()
320 if (!isNew) in processCallExit()
438 bool isNew; in REGISTER_TRAIT_WITH_PROGRAMSTATE() local
[all …]
DCoreEngine.cpp601 bool isNew; in generateCallExitBeginNode() local
602 ExplodedNode *Node = G.getNode(Loc, N->getState(), false, &isNew); in generateCallExitBeginNode()
604 return isNew ? Node : nullptr; in generateCallExitBeginNode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp95 bool isNew = VRBaseMap.insert(std::make_pair(Op, SrcReg)).second; in EmitCopyFromReg() local
96 (void)isNew; // Silence compiler warning. in EmitCopyFromReg()
97 assert(isNew && "Node emitted out of order - early"); in EmitCopyFromReg()
185 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in EmitCopyFromReg() local
186 (void)isNew; // Silence compiler warning. in EmitCopyFromReg()
187 assert(isNew && "Node emitted out of order - early"); in EmitCopyFromReg()
275 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in CreateVirtualRegisters() local
276 (void)isNew; // Silence compiler warning. in CreateVirtualRegisters()
277 assert(isNew && "Node emitted out of order - early"); in CreateVirtualRegisters()
616 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in EmitSubregNode() local
[all …]
DScheduleDAGSDNodes.cpp785 bool isNew = VRBaseMap.insert(std::make_pair(SU, VRBase)).second; in EmitPhysRegCopy() local
786 (void)isNew; // Silence compiler warning. in EmitPhysRegCopy()
787 assert(isNew && "Node emitted out of order - early"); in EmitPhysRegCopy()
/external/archive-patcher/explainer/src/test/java/com/google/archivepatcher/explainer/
DPatchExplanationTest.java88 boolean isNew, in makeExplanation() argument
93 return new EntryExplanation(pathHolder, isNew, reasonIncludedIfNotNew, compressedSizeInPatch); in makeExplanation()
DPatchExplainerTest.java396 Assert.assertEquals(expected.isNew(), actual.isNew()); in checkExplanation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp795 bool isNew = SrcRegMap.insert(std::make_pair(NewReg, Reg)).second; in scanUses() local
796 if (!isNew) in scanUses()
808 bool isNew = DstRegMap.insert(std::make_pair(FromReg, ToReg)).second; in scanUses() local
809 if (!isNew) in scanUses()
813 bool isNew = DstRegMap.insert(std::make_pair(DstReg, ToReg)).second; in scanUses() local
814 if (!isNew) in scanUses()
843 bool isNew = SrcRegMap.insert(std::make_pair(DstReg, SrcReg)).second; in processCopy() local
844 if (!isNew) in processCopy()
DMachineLICM.cpp859 bool isNew = ConsiderSeen ? RegSeen.insert(Reg).second : false; in calcRegisterCost() local
868 if (isNew && !isKill && ConsiderUnseenAsDef) in calcRegisterCost()
871 else if (!isNew && isKill) in calcRegisterCost()
/external/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp753 bool isNew = SrcRegMap.insert(std::make_pair(NewReg, Reg)).second; in scanUses() local
754 if (!isNew) in scanUses()
766 bool isNew = DstRegMap.insert(std::make_pair(FromReg, ToReg)).second; in scanUses() local
767 if (!isNew) in scanUses()
771 bool isNew = DstRegMap.insert(std::make_pair(DstReg, ToReg)).second; in scanUses() local
772 if (!isNew) in scanUses()
801 bool isNew = SrcRegMap.insert(std::make_pair(DstReg, SrcReg)).second; in processCopy() local
802 if (!isNew) in processCopy()
DMachineLICM.cpp809 bool isNew = ConsiderSeen ? RegSeen.insert(Reg).second : false; in calcRegisterCost() local
818 if (isNew && !isKill && ConsiderUnseenAsDef) in calcRegisterCost()
821 else if (!isNew && isKill) in calcRegisterCost()
/external/proguard/src/proguard/optimize/peephole/
DBranchTargetFinder.java241 public boolean isNew(int offset) in isNew() method in BranchTargetFinder
445 … (isNew(index) ? " ["+initializationOffset(index)+"] " : " ---- ") + in visitCodeAttribute()
/external/freetype/src/psaux/
Dpshints.h75 FT_Bool isNew; member
Dpsintrp.c85 return hintmask->isNew; in cf2_hintmask_isNew()
93 hintmask->isNew = val; in cf2_hintmask_setNew()
122 hintmask->isNew = TRUE; in cf2_hintmask_setCounts()
1793 hintMask.isNew = TRUE; in cf2_interpT2CharString()
2465 hintMask.isNew = TRUE; in cf2_interpT2CharString()
/external/archive-patcher/tools/src/main/java/com/google/archivepatcher/tools/
DPatchExplainerTool.java218 if (explanation.isNew()) { in toPlainText()
/external/clang/lib/Parse/
DParseExprCXX.cpp2247 bool isNew = Tok.getKind() == tok::kw_new; in ParseUnqualifiedIdOperator() local
2262 Op = isNew? OO_Array_New : OO_Array_Delete; in ParseUnqualifiedIdOperator()
2264 Op = isNew? OO_New : OO_Delete; in ParseUnqualifiedIdOperator()
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfoV4.td3371 bit isHalf, bit isNot, bit isNew>
3373 !if(isNot, "if (!$src1", "if ($src1")#!if(isNew, ".new) ",
3380 let isPredicatedNew = isNew;
3391 let Inst{13} = isNew;
3475 class T_StoreAbs_NV_Pred <string mnemonic, bits<2> MajOp, bit isNot, bit isNew>
3477 !if(isNot, "if (!$src1", "if ($src1")#!if(isNew, ".new) ",
3484 let isPredicatedNew = isNew;
3492 let Inst{13} = isNew;

12