Home
last modified time | relevance | path

Searched defs:isNew (Results 1 – 20 of 20) sorted by relevance

/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()
76 public boolean isNew() { in isNew() method in EntryExplanation
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DScheduleDAGEmit.cpp60 bool isNew = VRBaseMap.insert(std::make_pair(SU, VRBase)).second; in EmitPhysRegCopy() local
DTwoAddressInstructionPass.cpp706 bool isNew = SrcRegMap.insert(std::make_pair(NewReg, Reg)).second; in ScanUses() local
719 bool isNew = DstRegMap.insert(std::make_pair(FromReg, ToReg)).second; in ScanUses() local
724 bool isNew = DstRegMap.insert(std::make_pair(DstReg, ToReg)).second; in ScanUses() local
756 bool isNew = SrcRegMap.insert(std::make_pair(DstReg, SrcReg)).second; in ProcessCopy() local
DMachineLICM.cpp710 bool isNew = RegSeen.insert(Reg); in InitRegPressure() local
742 bool isNew = RegSeen.insert(Reg); in UpdateRegPressure() local
DRegAllocLinearScan.cpp940 bool isNew = DowngradedRegs.insert(*AS); in DowngradeRegister() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp75 bool isNew = VRBaseMap.insert(std::make_pair(Op, SrcReg)).second; in EmitCopyFromReg() local
164 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in EmitCopyFromReg() local
238 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in CreateVirtualRegisters() local
533 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in EmitSubregNode() local
555 bool isNew = VRBaseMap.insert(std::make_pair(Op, NewVReg)).second; in EmitCopyToRegClassNode() local
593 bool isNew = VRBaseMap.insert(std::make_pair(Op, NewVReg)).second; in EmitRegSequence() local
/external/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp95 bool isNew = VRBaseMap.insert(std::make_pair(Op, SrcReg)).second; in EmitCopyFromReg() local
184 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in EmitCopyFromReg() local
275 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in CreateVirtualRegisters() local
578 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in EmitSubregNode() local
601 bool isNew = VRBaseMap.insert(std::make_pair(Op, NewVReg)).second; in EmitCopyToRegClassNode() local
643 bool isNew = VRBaseMap.insert(std::make_pair(Op, NewVReg)).second; in EmitRegSequence() local
DScheduleDAGSDNodes.cpp783 bool isNew = VRBaseMap.insert(std::make_pair(SU, VRBase)).second; in EmitPhysRegCopy() local
/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
185 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in EmitCopyFromReg() local
275 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in CreateVirtualRegisters() local
616 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in EmitSubregNode() local
639 bool isNew = VRBaseMap.insert(std::make_pair(Op, NewVReg)).second; in EmitCopyToRegClassNode() local
681 bool isNew = VRBaseMap.insert(std::make_pair(Op, NewVReg)).second; in EmitRegSequence() local
DScheduleDAGSDNodes.cpp785 bool isNew = VRBaseMap.insert(std::make_pair(SU, VRBase)).second; in EmitPhysRegCopy() local
/external/archive-patcher/explainer/src/test/java/com/google/archivepatcher/explainer/
DPatchExplanationTest.java88 boolean isNew, in makeExplanation()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp61 bool isNew; in processCallEnter() local
290 bool isNew; in processCallExit() local
316 bool isNew; in processCallExit() local
438 bool isNew; in REGISTER_TRAIT_WITH_PROGRAMSTATE() local
DCoreEngine.cpp601 bool isNew; in generateCallExitBeginNode() local
/external/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp753 bool isNew = SrcRegMap.insert(std::make_pair(NewReg, Reg)).second; in scanUses() local
766 bool isNew = DstRegMap.insert(std::make_pair(FromReg, ToReg)).second; in scanUses() local
771 bool isNew = DstRegMap.insert(std::make_pair(DstReg, ToReg)).second; in scanUses() local
801 bool isNew = SrcRegMap.insert(std::make_pair(DstReg, SrcReg)).second; in processCopy() local
DMachineLICM.cpp809 bool isNew = ConsiderSeen ? RegSeen.insert(Reg).second : false; in calcRegisterCost() local
/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
808 bool isNew = DstRegMap.insert(std::make_pair(FromReg, ToReg)).second; in scanUses() local
813 bool isNew = DstRegMap.insert(std::make_pair(DstReg, ToReg)).second; in scanUses() local
843 bool isNew = SrcRegMap.insert(std::make_pair(DstReg, SrcReg)).second; in processCopy() local
DMachineLICM.cpp859 bool isNew = ConsiderSeen ? RegSeen.insert(Reg).second : false; in calcRegisterCost() local
/external/freetype/src/psaux/
Dpshints.h75 FT_Bool isNew; member
/external/proguard/src/proguard/optimize/peephole/
DBranchTargetFinder.java241 public boolean isNew(int offset) in isNew() method in BranchTargetFinder
/external/clang/lib/Parse/
DParseExprCXX.cpp2247 bool isNew = Tok.getKind() == tok::kw_new; in ParseUnqualifiedIdOperator() local