Searched defs:NewRec (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | X86InstrMappingEmitter.cpp | 218 const Record *NewRec = Records.getDef(ManualMap.at(Rec->getName())); in emitCompressEVEXTable() local 222 if (const auto *NewRec = Records.getDef(Name.drop_back(5))) in emitCompressEVEXTable() local 282 if (auto *NewRec = Name.consume_back("_ND") in emitNFTransformTable() local 322 const auto *NewRec = Records.getDef(ManualMap.at(Rec->getName())); in emitND2NonNDTable() local 331 const auto *NewRec = Records.getDef(Name.drop_back(3)); in emitND2NonNDTable() local 356 const auto *NewRec = Records.getDef(ManualMap.at(Rec->getName())); in emitSSE2AVXTable() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelDAGToDAG.cpp | 932 SDNode *NewRec = CurDAG->getMachineNode(Hexagon::F2_sffma_lib, dl, MVT::f32, in FDiv() local 983 SDNode *NewRec = CurDAG->getMachineNode(Hexagon::F2_sffma_lib, dl, MVT::f32, in FastFDiv() local
|
| /freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | Record.cpp | 2441 Record *NewRec = NewRecOwner.get(); in instantiate() local 2547 const Init *NewRec = Rec->resolveReferences(R); in resolveReferences() local
|
| H A D | TGParser.cpp | 4059 auto NewRec = std::make_unique<Record>(Lex.getCurStrVal(), Lex.getLoc(), in ParseClass() local
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 5725 auto *NewRec = dyn_cast<CXXRecordDecl>(Function->getDeclContext()); in InstantiateFunctionDefinition() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 6968 std::unique_ptr<DVIRecoveryRec> NewRec = in DbgGatherSalvagableDVI() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 2911 const SCEV *NewRec = getAddRecExpr(AddRecOps, AddRecLoop, Flags); in getAddExpr() local 3263 const SCEV *NewRec = getAddRecExpr(NewOps, AddRec->getLoop(), Flags); in getMulExpr() local
|