Home
last modified time | relevance | path

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

/freebsd/sys/netsmb/
H A Dsmb_crypt.c88 smb_encrypt(const u_char *apwd, u_char *C8, u_char *RN) in smb_encrypt()
111 smb_ntencrypt(const u_char *apwd, u_char *C8, u_char *RN) in smb_ntencrypt()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp72 for (unsigned R = 0, RN = DFG.getTRI().getNumRegs(); R != RN; ++R) { in isLiveInstr() local
H A DHexagonExpandCondsets.cpp931 void HexagonExpandCondsets::renameInRange(RegisterRef RO, RegisterRef RN, in renameInRange()
H A DHexagonCommonGEP.cpp1083 GepNode *RN = NA[0]; in fabricateGEP() local
H A DHexagonISelDAGToDAGHVX.cpp2536 ReverseDeltaNetwork RN(SM.Mask); in butterfly() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclarationName.cpp73 unsigned LN = LHSSelector.getNumArgs(), RN = RHSSelector.getNumArgs(); in compare() local
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTX.h144 RN, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDDG.h352 auto *RN = new RootDDGNode(); in createRootNode() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp332 const RegisterSDNode *RN = dyn_cast<RegisterSDNode>(BasePtr.getOperand(0)); in select() local
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp112 for (const std::pair<unsigned, std::string> &RN : Info->RecordNames) in GetCodeName() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp1008 if (unsigned RN = Value.getResNo()) in printOperand() local
H A DInstrEmitter.cpp72 if (RegisterSDNode *RN = dyn_cast<RegisterSDNode>(Node->getOperand(I - 1))) in countOperands() local
H A DSelectionDAGISel.cpp3019 SmallVectorImpl<std::pair<SDValue, SDNode *>> &RN, in MatchStateUpdater()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h1046 Record *getResult(unsigned RN) const { in getResult()
1056 Record *getImpResult(unsigned RN) const { in getImpResult()
/freebsd/contrib/lua/src/
H A Dliolib.c432 } RN; typedef
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h369 RN = 0, // Round to Nearest enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h515 RN = 0, // Round to Nearest enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2968 auto *RN = dyn_cast<RegisterSDNode>(Base); in selectLEA64_32Addr() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2875 SDNode *RN = Select(N, false, &InstCnt); in Select() local