Home
last modified time | relevance | path

Searched defs:NewRec (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86InstrMappingEmitter.cpp218 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 DHexagonISelDAGToDAG.cpp932 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 DRecord.cpp2441 Record *NewRec = NewRecOwner.get(); in instantiate() local
2547 const Init *NewRec = Rec->resolveReferences(R); in resolveReferences() local
H A DTGParser.cpp4059 auto NewRec = std::make_unique<Record>(Lex.getCurStrVal(), Lex.getLoc(), in ParseClass() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp5725 auto *NewRec = dyn_cast<CXXRecordDecl>(Function->getDeclContext()); in InstantiateFunctionDefinition() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6968 std::unique_ptr<DVIRecoveryRec> NewRec = in DbgGatherSalvagableDVI() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp2911 const SCEV *NewRec = getAddRecExpr(AddRecOps, AddRecLoop, Flags); in getAddExpr() local
3263 const SCEV *NewRec = getAddRecExpr(NewOps, AddRec->getLoop(), Flags); in getMulExpr() local