Searched defs:NewRec (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | X86InstrMappingEmitter.cpp | 219 Record *NewRec = Records.getDef(ManualMap.at(Rec->getName())); in emitCompressEVEXTable() local 223 if (auto *NewRec = Records.getDef(Name.drop_back(5))) in emitCompressEVEXTable() local 282 if (auto *NewRec = Records.getDef(Name.erase(Pos, 3))) { in emitNFTransformTable() local 321 auto *NewRec = Records.getDef(ManualMap.at(Rec->getName())); in emitND2NonNDTable() local 330 auto *NewRec = Records.getDef(Name.drop_back(3)); in emitND2NonNDTable() local 355 auto *NewRec = Records.getDef(ManualMap.at(Rec->getName())); in emitSSE2AVXTable() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAG.cpp | 930 SDNode *NewRec = CurDAG->getMachineNode(Hexagon::F2_sffma_lib, dl, MVT::f32, in FDiv() local 981 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 | 2270 Record *NewRec = NewRecOwner.get(); in instantiate() local 2385 Init *NewRec = Rec->resolveReferences(R); in resolveReferences() local
|
H A D | TGParser.cpp | 3972 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 | 5085 auto *NewRec = dyn_cast<CXXRecordDecl>(Function->getDeclContext()); in InstantiateFunctionDefinition() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 7003 std::unique_ptr<DVIRecoveryRec> NewRec = in DbgGatherSalvagableDVI() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 2923 const SCEV *NewRec = getAddRecExpr(AddRecOps, AddRecLoop, Flags); in getAddExpr() local 3296 const SCEV *NewRec = getAddRecExpr(NewOps, AddRec->getLoop(), Flags); in getMulExpr() local
|