Home
last modified time | relevance | path

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

/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-10.0/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp94 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
257 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in CreateVirtualRegisters() local
598 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in EmitSubregNode() local
621 bool isNew = VRBaseMap.insert(std::make_pair(Op, NewVReg)).second; in EmitCopyToRegClassNode() local
669 bool isNew = VRBaseMap.insert(std::make_pair(Op, NewVReg)).second; in EmitRegSequence() local
DScheduleDAGSDNodes.cpp812 bool isNew = VRBaseMap.insert(std::make_pair(SU, VRBase)).second; in EmitPhysRegCopy() local
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp97 bool isNew = VRBaseMap.insert(std::make_pair(Op, SrcReg)).second; in EmitCopyFromReg() local
187 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in EmitCopyFromReg() local
265 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in CreateVirtualRegisters() local
598 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in EmitSubregNode() local
621 bool isNew = VRBaseMap.insert(std::make_pair(Op, NewVReg)).second; in EmitCopyToRegClassNode() local
669 bool isNew = VRBaseMap.insert(std::make_pair(Op, NewVReg)).second; in EmitRegSequence() local
DScheduleDAGSDNodes.cpp816 bool isNew = VRBaseMap.insert(std::make_pair(SU, VRBase)).second; in EmitPhysRegCopy() local
/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-project/lld/ELF/
DSymbolTable.cpp73 bool isNew = p.second; in insert() local
DRelocations.cpp1993 bool isNew; in createThunks() local
DInputFiles.cpp624 bool isNew = in initializeSections() local
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp63 bool isNew; in processCallEnter() local
284 bool isNew; in processCallExit() local
310 bool isNew; in processCallExit() local
463 bool isNew; in REGISTER_MAP_WITH_PROGRAMSTATE() local
DCoreEngine.cpp570 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/llvm-project/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp654 bool isNew = SrcRegMap.insert(std::make_pair(NewReg, Reg)).second; in scanUses() local
667 bool isNew = DstRegMap.insert(std::make_pair(FromReg, ToReg)).second; in scanUses() local
672 bool isNew = DstRegMap.insert(std::make_pair(DstReg, ToReg)).second; in scanUses() local
702 bool isNew = SrcRegMap.insert(std::make_pair(DstReg, SrcReg)).second; in processCopy() local
DMachineLICM.cpp908 bool isNew = ConsiderSeen ? RegSeen.insert(Reg).second : false; in calcRegisterCost() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp793 bool isNew = SrcRegMap.insert(std::make_pair(NewReg, Reg)).second; in scanUses() local
806 bool isNew = DstRegMap.insert(std::make_pair(FromReg, ToReg)).second; in scanUses() local
811 bool isNew = DstRegMap.insert(std::make_pair(DstReg, ToReg)).second; in scanUses() local
841 bool isNew = SrcRegMap.insert(std::make_pair(DstReg, SrcReg)).second; in processCopy() local
DMachineLICM.cpp895 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/llvm-project/lld/wasm/
DInputFiles.cpp379 bool isNew = ignoreComdats || symtab->addComdat(comdat); in parse() local
DSymbolTable.cpp102 bool isNew = p.second; in insertName() local
/external/clang/lib/Parse/
DParseExprCXX.cpp2247 bool isNew = Tok.getKind() == tok::kw_new; in ParseUnqualifiedIdOperator() local
/external/llvm-project/clang/lib/Parse/
DParseExprCXX.cpp2544 bool isNew = Tok.getKind() == tok::kw_new; in ParseUnqualifiedIdOperator() local