Home
last modified time | relevance | path

Searched defs:RN (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp71 for (unsigned R = 0, RN = DFG.getTRI().getNumRegs(); R != RN; ++R) { in isLiveInstr() local
H A DHexagonExpandCondsets.cpp909 void HexagonExpandCondsets::renameInRange(RegisterRef RO, RegisterRef RN, in renameInRange()
H A DHexagonCommonGEP.cpp1086 GepNode *RN = NA[0]; in fabricateGEP() local
H A DHexagonISelDAGToDAGHVX.cpp2008 ReverseDeltaNetwork RN(SM.Mask); in butterfly() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTX.h136 RN, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclarationName.cpp73 unsigned LN = LHSSelector.getNumArgs(), RN = RHSSelector.getNumArgs(); in compare() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDDG.h362 auto *RN = new RootDDGNode(); in createRootNode() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp332 const RegisterSDNode *RN = dyn_cast<RegisterSDNode>(BasePtr.getOperand(0)); in select() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp956 if (unsigned RN = Value.getResNo()) in printOperand() local
H A DInstrEmitter.cpp76 if (RegisterSDNode *RN = dyn_cast<RegisterSDNode>(Node->getOperand(I - 1))) in countOperands() local
H A DSelectionDAGISel.cpp2792 SmallVectorImpl<std::pair<SDValue, SDNode *>> &RN, in MatchStateUpdater()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h1031 Record *getResult(unsigned RN) const { in getResult()
1041 Record *getImpResult(unsigned RN) const { in getImpResult()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.h357 RN = 0, // Round to Nearest enumerator
/netbsd-src/external/mit/lua/dist/src/
H A Dliolib.c434 } RN; typedef
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h469 RN = 0, // Round to Nearest enumerator
/netbsd-src/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitNativeARM_64.c55 #define RN(rn) (reg_map[rn] << 5) macro
H A DsljitNativeARM_32.c65 #define RN(rn) (reg_map[rn] << 16) macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2593 RegisterSDNode *RN = dyn_cast<RegisterSDNode>(Base); in selectLEA64_32Addr() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2689 SDNode *RN = Select(N, false, &InstCnt); in Select() local