Searched refs:Scratch (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsExpandPseudo.cpp109 Register Scratch = I->getOperand(7).getReg(); local
145 BuildMI(loop1MBB, DL, TII->get(LL), Scratch).addReg(Ptr).addImm(0);
147 .addReg(Scratch)
157 BuildMI(loop2MBB, DL, TII->get(Mips::AND), Scratch)
158 .addReg(Scratch, RegState::Kill)
160 BuildMI(loop2MBB, DL, TII->get(Mips::OR), Scratch)
161 .addReg(Scratch, RegState::Kill)
163 BuildMI(loop2MBB, DL, TII->get(SC), Scratch)
164 .addReg(Scratch, RegState::Kill)
168 .addReg(Scratch, RegStat
247 Register Scratch = I->getOperand(4).getReg(); local
635 Register Scratch = I->getOperand(3).getReg(); local
[all...]
H A DMipsISelLowering.cpp1552 Register Scratch = RegInfo.createVirtualRegister(RegInfo.getRegClass(OldVal)); local
1602 .addReg(Scratch, RegState::Define | RegState::EarlyClobber |
1672 Register Scratch = RegInfo.createVirtualRegister(RC); local
1815 .addReg(Scratch, RegState::EarlyClobber | RegState::Define |
1861 Register Scratch = MRI.createVirtualRegister(RC); local
1886 .addReg(Scratch, RegState::EarlyClobber | RegState::Define |
1938 Register Scratch = RegInfo.createVirtualRegister(RC); local
2008 .addReg(Scratch, RegState::EarlyClobber | RegState::Define |
/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp418 llvm::SmallString<128> &Scratch) {
425 Scratch.clear();
426 llvm::raw_svector_ostream OS(Scratch);
435 llvm::SmallString<128> &Scratch) {
439 Scratch.clear();
440 return ("(anonymous " + Node.getKindName() + ")").toStringRef(Scratch);
444 llvm::SmallString<128> &Scratch) {
496 llvm::SmallString<128> Scratch; local
497 StringRef NodeName = getNodeName(Node, Scratch);
505 llvm::SmallString<128> Scratch; local
417 getNodeName(const NamedDecl &Node, llvm::SmallString<128> &Scratch) argument
434 getNodeName(const RecordDecl &Node, llvm::SmallString<128> &Scratch) argument
443 getNodeName(const NamespaceDecl &Node, llvm::SmallString<128> &Scratch) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergeICmps.cpp564 SmallString<16> Scratch; member in class:__anon5701::__anon5702::MergedBlockName
585 Scratch.clear();
588 Scratch.reserve(size + Comparisons.size() - 1);
590 Scratch.append(str.begin(), str.end());
600 return StringRef(Scratch);
/freebsd-12-stable/stand/i386/btx/btx/
H A Dbtx.S25 .set MEM_BUF,0x1800 # Scratch buffer
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1841 APValue Scratch;
1842 if (!Evaluate(Scratch, Info, E))
13793 EvalResult Scratch;
13794 return EvaluateAsRValue(Scratch, Ctx, InConstantContext) &&
13795 HandleConversionToBool(Scratch.Val, Result);
14579 APValue Scratch;
14581 ::EvaluateAsRValue(Info, this, Result ? *Result : Scratch) &&
14687 APValue Scratch;
14691 Info.setEvaluatingDecl(This.getLValueBase(), Scratch);
14692 HandleConstructorCall(&VIE, This, Args, CD, Info, Scratch);
[all...]

Completed in 215 milliseconds