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.cpp219 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 DHexagonISelDAGToDAG.cpp930 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 DRecord.cpp2270 Record *NewRec = NewRecOwner.get(); in instantiate() local
2385 Init *NewRec = Rec->resolveReferences(R); in resolveReferences() local
H A DTGParser.cpp3972 auto NewRec = std::make_unique<Record>(Lex.getCurStrVal(), Lex.getLoc(), in ParseClass() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp5085 auto *NewRec = dyn_cast<CXXRecordDecl>(Function->getDeclContext()); in InstantiateFunctionDefinition() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp7003 std::unique_ptr<DVIRecoveryRec> NewRec = in DbgGatherSalvagableDVI() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp2923 const SCEV *NewRec = getAddRecExpr(AddRecOps, AddRecLoop, Flags); in getAddExpr() local
3296 const SCEV *NewRec = getAddRecExpr(NewOps, AddRec->getLoop(), Flags); in getMulExpr() local