Home
last modified time | relevance | path

Searched defs:RB (Results 1 – 25 of 37) sorted by relevance

12

/openbsd-src/gnu/llvm/clang/lib/Rewrite/
H A DHTMLRewrite.cpp58 void html::HighlightRange(RewriteBuffer &RB, unsigned B, unsigned E, in HighlightRange()
116 RewriteBuffer &RB = R.getEditBuffer(FID); in EscapeText() local
209 static void AddLineNumber(RewriteBuffer &RB, unsigned LineNo, in AddLineNumber()
233 RewriteBuffer &RB = R.getEditBuffer(FID); in AddLineNumbers() local
446 RewriteBuffer &RB = R.getEditBuffer(FID); in SyntaxHighlight() local
H A DRewriter.cpp162 const RewriteBuffer &RB = I->second; in getRangeSize() local
213 const RewriteBuffer &RB = I->second; in getRewrittenText() local
399 RewriteBuffer &RB = getEditBuffer(FID); in IncreaseIndentation() local
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCExpandAtomicPseudoInsts.cpp156 Register RB = MI.getOperand(3).getReg(); in expandAtomicRMW128() local
233 Register RB = MI.getOperand(3).getReg(); in expandAtomicCmpSwap128() local
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSXAPIChecker.cpp77 const MemRegion *RB = R->getBaseRegion(); in CheckDispatchOnce() local
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteMacros.cpp94 RewriteBuffer &RB = Rewrite.getEditBuffer(SM.getMainFileID()); in RewriteMacrosInInput() local
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_ring_buffer_test.cpp36 RingBuffer<T> *RB; in TestRB() local
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_ring_buffer.h27 RingBuffer *RB = reinterpret_cast<RingBuffer*>(Ptr); in New() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp514 getRegClassForTypeOnBank(LLT Ty, const RegisterBank &RB, in getRegClassForTypeOnBank()
550 getMinClassForRegBank(const RegisterBank &RB, unsigned SizeInBits, in getMinClassForRegBank()
614 static unsigned getMinSizeForRegBank(const RegisterBank &RB) { in getMinSizeForRegBank()
928 const RegisterBank &RB = *RegClassOrBank.get<const RegisterBank *>(); in selectDebugInstr() local
2405 const RegisterBank &RB = *RegClassOrBank.get<const RegisterBank *>(); in select() local
2565 const RegisterBank &RB = *RBI.getRegBank(DefReg, MRI, TRI); in select() local
2874 const RegisterBank &RB = *RBI.getRegBank(ValReg, MRI, TRI); in select() local
2998 const RegisterBank &RB = *RBI.getRegBank(DefReg, MRI, TRI); in select() local
3057 const RegisterBank &RB = *RBI.getRegBank(DefReg, MRI, TRI); in select() local
4014 const RegisterBank &RB = *RBI.getRegBank(I.getOperand(1).getReg(), MRI, TRI); in selectMergeValues() local
[all …]
H A DAArch64RegisterBankInfo.cpp100 #define CHECK_PARTIALMAP(Idx, ValStartIdx, ValLength, RB) \ in AArch64RegisterBankInfo() argument
514 auto *RB = getRegBank(MI.getOperand(0).getReg(), MRI, TRI); in hasFPConstraints() local
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/GISel/
H A DPPCRegisterBankInfo.cpp257 auto *RB = getRegBank(MI.getOperand(0).getReg(), MRI, TRI); in hasFPConstraints() local
H A DPPCInstructionSelector.cpp98 static const TargetRegisterClass *getRegClass(LLT Ty, const RegisterBank *RB) { in getRegClass()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DReturnProtectorLowering.cpp258 for (auto &RB : RestoreBlocks) { in determineReturnProtectorRegister() local
H A DRegisterBankInfo.cpp90 if (auto *RB = RegClassOrBank.dyn_cast<const RegisterBank *>()) in getRegBank() local
137 const RegisterBank *RB = RegClassOrBank.get<const RegisterBank *>(); in constrainGenericRegister() local
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp252 const RegisterBank &RB = *RegClassOrBank.get<const RegisterBank *>(); in selectDebugInstr() local
434 const RegisterBank &RB, in getLoadStoreOp()
548 const RegisterBank &RB = *RBI.getRegBank(DefReg, MRI, TRI); in selectLoadStoreOp() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp395 if (const auto *RB = RCOrRB.dyn_cast<const RegisterBank *>()) in addNodeIDReg() local
H A DRegBankSelect.cpp640 const RegisterBank *RB = in assignInstr() local
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DASTUnit.cpp190 for (const auto &RB : PreprocessorOpts.RemappedFileBuffers) { in getBufferForFileHandlingRemapping() local
265 for (const auto &RB : PPOpts.RemappedFileBuffers) in ~ASTUnit() local
1853 for (const auto &RB : PPOpts.RemappedFileBuffers) in Reparse() local
H A DPrecompiledPreamble.cpp636 for (const auto &RB : PreprocessorOpts.RemappedFileBuffers) { in CanReuse() local
/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A Dalpha-opc.c89 #define RB (RA + 1) macro
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Dalpha-opc.c209 #define RB (RA + 1) macro
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp733 const CodeGenRegBank &RB = CGP.getTargetInfo().getRegBank(); in EmitResultLeafAsOperand() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmt.cpp366 SourceLocation LB, SourceLocation RB) in CompoundStmt()
384 SourceLocation LB, SourceLocation RB) { in Create()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExprObjC.h860 ObjCMethodDecl *setMethod, SourceLocation RB) in ObjCSubscriptRefExpr()
872 void setRBracket(SourceLocation RB) { RBracket = RB; } in setRBracket()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp473 const MachineOperand &RB = MI.getOperand(3); in computePhiCost() local
H A DHexagonVLIWPacketizer.cpp253 MachineBasicBlock::iterator RB = Begin; in runOnMachineFunction() local

12