/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | MicrosoftCXXABI.cpp | 275 MemberPointerInfo MPI; in getMemberPointerInfo() local 276 MPI.HasPadding = false; in getMemberPointerInfo() 277 MPI.Width = Ptrs * PtrSize + Ints * IntSize; in getMemberPointerInfo() 283 MPI.Align = 64; in getMemberPointerInfo() 285 MPI.Align = Target.getPointerAlign(0); in getMemberPointerInfo() 287 MPI.Align = Target.getIntAlign(); in getMemberPointerInfo() 290 MPI.Width = llvm::alignTo(MPI.Width, MPI.Align); in getMemberPointerInfo() 291 MPI.HasPadding = MPI.Width != (Ptrs * PtrSize + Ints * IntSize); in getMemberPointerInfo() 293 return MPI; in getMemberPointerInfo()
|
H A D | ItaniumCXXABI.cpp | 197 MemberPointerInfo MPI; in getMemberPointerInfo() local 198 MPI.Width = Target.getTypeWidth(PtrDiff); in getMemberPointerInfo() 199 MPI.Align = Target.getTypeAlign(PtrDiff); in getMemberPointerInfo() 200 MPI.HasPadding = false; in getMemberPointerInfo() 202 MPI.Width *= 2; in getMemberPointerInfo() 203 return MPI; in getMemberPointerInfo()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeTypePointer.cpp | 74 const MemberPointerInfo &MPI = Record->getMemberInfo(); in getClassParentId() local 75 return Session.getSymbolCache().findSymbolByTypeIndex(MPI.ContainingType); in getClassParentId() 158 static inline bool isInheritanceKind(const MemberPointerInfo &MPI, in isInheritanceKind() argument 161 return (MPI.getRepresentation() == P1 || MPI.getRepresentation() == P2); in isInheritanceKind()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CMakeLists.txt | 67 MPI-Checker/MPIBugReporter.cpp 68 MPI-Checker/MPIChecker.cpp 69 MPI-Checker/MPIFunctionClassifier.cpp
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/ |
H A D | BUILD.gn | 68 "MPI-Checker/MPIBugReporter.cpp", 69 "MPI-Checker/MPIChecker.cpp", 70 "MPI-Checker/MPIFunctionClassifier.cpp",
|
/netbsd-src/crypto/external/bsd/netpgp/dist/ref/ |
H A D | rfc2440.txt | 413 An MPI consists of two pieces: a two-octet scalar that is the length 414 of the MPI in bits followed by a string of octets that contain the 418 made into an MPI by prefixing it with the appropriate length. 424 The string of octets [00 01 01] forms an MPI with the value 1. The 425 string [00 09 01 FF] forms an MPI with the value of 511. 429 The size of an MPI is ((MPI.length + 7) / 8) + 2 octets. 431 The length field of an MPI describes the length starting from its 432 most significant non-zero bit. Thus, the MPI [00 02 01] is not formed 885 - multiprecision integer (MPI) of RSA encrypted value m**e mod n. 889 - MPI of Elgamal (Diffie-Hellman) value g**k mod p. [all …]
|
H A D | draft-ietf-openpgp-rfc2440bis-15.txt | 473 An MPI consists of two pieces: a two-octet scalar that is the length 474 of the MPI in bits followed by a string of octets that contain the 478 made into an MPI by prefixing it with the appropriate length. 484 The string of octets [00 01 01] forms an MPI with the value 1. The 485 string [00 09 01 FF] forms an MPI with the value of 511. 489 The size of an MPI is ((MPI.length + 7) / 8) + 2 octets. 491 The length field of an MPI describes the length starting from its 492 most significant non-zero bit. Thus, the MPI [00 02 01] is not 495 Unused bits of an MPI MUST be zero. 497 Also note that when an MPI is encrypted, the length refers to the [all …]
|
H A D | draft-ietf-openpgp-rfc2440bis-13.txt | 473 An MPI consists of two pieces: a two-octet scalar that is the length 474 of the MPI in bits followed by a string of octets that contain the 478 made into an MPI by prefixing it with the appropriate length. 484 The string of octets [00 01 01] forms an MPI with the value 1. The 485 string [00 09 01 FF] forms an MPI with the value of 511. 489 The size of an MPI is ((MPI.length + 7) / 8) + 2 octets. 491 The length field of an MPI describes the length starting from its 492 most significant non-zero bit. Thus, the MPI [00 02 01] is not 495 Unused bits of an MPI MUST be zero. 497 Also note that when an MPI is encrypted, the length refers to the [all …]
|
H A D | draft-ietf-openpgp-rfc2440bis-14.txt | 473 An MPI consists of two pieces: a two-octet scalar that is the length 474 of the MPI in bits followed by a string of octets that contain the 478 made into an MPI by prefixing it with the appropriate length. 484 The string of octets [00 01 01] forms an MPI with the value 1. The 485 string [00 09 01 FF] forms an MPI with the value of 511. 489 The size of an MPI is ((MPI.length + 7) / 8) + 2 octets. 491 The length field of an MPI describes the length starting from its 492 most significant non-zero bit. Thus, the MPI [00 02 01] is not 495 Unused bits of an MPI MUST be zero. 497 Also note that when an MPI is encrypted, the length refers to the [all …]
|
H A D | draft-ietf-openpgp-rfc2440bis-12.txt | 473 An MPI consists of two pieces: a two-octet scalar that is the length 474 of the MPI in bits followed by a string of octets that contain the 478 made into an MPI by prefixing it with the appropriate length. 484 The string of octets [00 01 01] forms an MPI with the value 1. The 485 string [00 09 01 FF] forms an MPI with the value of 511. 489 The size of an MPI is ((MPI.length + 7) / 8) + 2 octets. 491 The length field of an MPI describes the length starting from its 492 most significant non-zero bit. Thus, the MPI [00 02 01] is not 495 Also note that when an MPI is encrypted, the length refers to the 496 plaintext MPI. It may be ill-formed in its ciphertext. [all …]
|
H A D | draft-ietf-openpgp-rfc2440bis-12-ben.txt | 473 An MPI consists of two pieces: a two-octet scalar that is the length 474 of the MPI in bits followed by a string of octets that contain the 478 made into an MPI by prefixing it with the appropriate length. 484 The string of octets [00 01 01] forms an MPI with the value 1. The 485 string [00 09 01 FF] forms an MPI with the value of 511. 489 The size of an MPI is ((MPI.length + 7) / 8) + 2 octets. 491 The length field of an MPI describes the length starting from its 492 most significant non-zero bit. Thus, the MPI [00 02 01] is not 495 Also note that when an MPI is encrypted, the length refers to the 496 plaintext MPI. It may be ill-formed in its ciphertext. [all …]
|
H A D | rfc4880.txt | 461 An MPI consists of two pieces: a two-octet scalar that is the length 462 of the MPI in bits followed by a string of octets that contain the 466 made into an MPI by prefixing it with the appropriate length. 472 The string of octets [00 01 01] forms an MPI with the value 1. The 473 string [00 09 01 FF] forms an MPI with the value of 511. 477 The size of an MPI is ((MPI.length + 7) / 8) + 2 octets. 479 The length field of an MPI describes the length starting from its 480 most significant non-zero bit. Thus, the MPI [00 02 01] is not 483 Unused bits of an MPI MUST be zero. 485 Also note that when an MPI is encrypted, the length refers to the [all …]
|
H A D | draft-ietf-openpgp-rfc2440bis-22.txt | 536 An MPI consists of two pieces: a two-octet scalar that is the length 537 of the MPI in bits followed by a string of octets that contain the 541 made into an MPI by prefixing it with the appropriate length. 547 The string of octets [00 01 01] forms an MPI with the value 1. The 548 string [00 09 01 FF] forms an MPI with the value of 511. 552 The size of an MPI is ((MPI.length + 7) / 8) + 2 octets. 554 The length field of an MPI describes the length starting from its 555 most significant non-zero bit. Thus, the MPI [00 02 01] is not 563 Unused bits of an MPI MUST be zero. 565 Also note that when an MPI is encrypted, the length refers to the [all …]
|
H A D | draft-ietf-openpgp-rfc2440bis-12-comments.txt | 1 3.2 (MPI) doesn't specify what the unused bits should be set
|
H A D | rfc1991.txt | 1030 PGP version 2.3 and later encode the DEK into an MPI using the 1058 (f) MPI of RSA public modulus n; 1059 (g) MPI of RSA public encryption exponent e.
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorTypes.cpp | 1091 MachinePointerInfo &MPI, SDValue &Ptr, in IncrementPointer() argument 1101 MPI = MachinePointerInfo(N->getPointerInfo().getAddrSpace()); in IncrementPointer() 1108 MPI = N->getPointerInfo().getWithOffset(IncrementSize); in IncrementPointer() 1326 MachinePointerInfo MPI = Load->getPointerInfo(); in SplitVecRes_INSERT_SUBVECTOR() local 1327 IncrementPointer(Load, LoVT, MPI, StackPtr); in SplitVecRes_INSERT_SUBVECTOR() 1330 Hi = DAG.getLoad(Hi.getValueType(), dl, Store, StackPtr, MPI, SmallestAlign); in SplitVecRes_INSERT_SUBVECTOR() 1632 MachinePointerInfo MPI = Load->getPointerInfo(); in SplitVecRes_INSERT_VECTOR_ELT() local 1633 IncrementPointer(Load, LoVT, MPI, StackPtr); in SplitVecRes_INSERT_VECTOR_ELT() 1635 Hi = DAG.getLoad(HiVT, dl, Store, StackPtr, MPI, SmallestAlign); in SplitVecRes_INSERT_VECTOR_ELT() 1712 MachinePointerInfo MPI; in SplitVecRes_LOAD() local [all …]
|
/netbsd-src/external/apache2/llvm/lib/libclangStaticAnalyzerCheckers/ |
H A D | Makefile | 9 .PATH: ${CLANG_SRCDIR}/lib/StaticAnalyzer/Checkers/MPI-Checker
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypes.cpp | 390 void MappingTraits<MemberPointerInfo>::mapping(IO &IO, MemberPointerInfo &MPI) { in mapping() argument 391 IO.mapRequired("ContainingType", MPI.ContainingType); in mapping() 392 IO.mapRequired("Representation", MPI.Representation); in mapping()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 293 PointerOptions PO, uint8_t Size, const MemberPointerInfo &MPI) in PointerRecord() argument 295 Attrs(calcAttrs(PK, PM, PO, Size)), MemberInfo(MPI) {} in PointerRecord()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | MachineFunction.cpp | 469 MachinePointerInfo MPI = MMO->getValue() ? in getMachineMemOperand() local 474 MPI, MMO->getFlags(), MMO->getSize(), MMO->getBaseAlign(), AAInfo, in getMachineMemOperand()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/ |
H A D | Checkers.td | 96 def MPI : Package<"mpi">, ParentPackage<OptIn>; 1271 let ParentPackage = MPI in { 1273 def MPIChecker : Checker<"MPI-Checker">, 1274 HelpText<"Checks MPI code">,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 1241 MachinePointerInfo MPI = in PreprocessISelDAG() local 1248 CurDAG->getEntryNode(), dl, N->getOperand(0), MemTmp, MPI, MemVT); in PreprocessISelDAG() 1250 MemTmp, MPI, MemVT); in PreprocessISelDAG() 1297 MachinePointerInfo MPI = in PreprocessISelDAG() local 1309 MPI, /*Align*/ None, in PreprocessISelDAG() 1319 MPI); in PreprocessISelDAG() 1326 X86ISD::FLD, dl, VTs, Ops, MemVT, MPI, in PreprocessISelDAG() 1335 Result = CurDAG->getLoad(DstVT, dl, Store, MemTmp, MPI); in PreprocessISelDAG()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 5353 MachinePointerInfo MPI(CB ? CB->getCalledOperand() : nullptr); in prepareDescriptorIndirectCall() local 5367 SDValue LoadFuncPtr = DAG.getLoad(RegVT, dl, LDChain, Callee, MPI, in prepareDescriptorIndirectCall() 5376 MPI.getWithOffset(TOCAnchorOffset), Alignment, MMOFlags); in prepareDescriptorIndirectCall() 5383 MPI.getWithOffset(EnvPtrOffset), Alignment, MMOFlags); in prepareDescriptorIndirectCall() 8001 MachinePointerInfo MPI = in LowerFP_TO_INTForReuse() local 8011 MF.getMachineMemOperand(MPI, MachineMemOperand::MOStore, 4, Alignment); in LowerFP_TO_INTForReuse() 8016 Chain = DAG.getStore(Chain, dl, Tmp, FIPtr, MPI, Alignment); in LowerFP_TO_INTForReuse() 8023 MPI = MPI.getWithOffset(Subtarget.isLittleEndian() ? 0 : 4); in LowerFP_TO_INTForReuse() 8028 RLI.MPI = MPI; in LowerFP_TO_INTForReuse() 8144 return DAG.getLoad(Op.getValueType(), dl, RLI.Chain, RLI.Ptr, RLI.MPI, in LowerFP_TO_INT() [all …]
|
H A D | PPCISelLowering.h | 1123 MachinePointerInfo MPI; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 1622 MachinePointerInfo MPI = MachinePointerInfo::getFixedStack(MF, FI); in splatPartsI64ThroughStack() local 1628 Lo = DAG.getStore(Chain, DL, Lo, StackSlot, MPI, Align(8)); in splatPartsI64ThroughStack() 1632 Hi = DAG.getStore(Chain, DL, Hi, OffsetSlot, MPI.getWithOffset(4), Align(8)); in splatPartsI64ThroughStack() 1642 MPI, Align(8), MachineMemOperand::MOLoad); in splatPartsI64ThroughStack() 6273 MachinePointerInfo MPI = MachinePointerInfo::getFixedStack(MF, FI); in emitSplitF64Pseudo() local 6275 MF.getMachineMemOperand(MPI, MachineMemOperand::MOLoad, 4, Align(8)); in emitSplitF64Pseudo() 6277 MPI.getWithOffset(4), MachineMemOperand::MOLoad, 4, Align(8)); in emitSplitF64Pseudo() 6305 MachinePointerInfo MPI = MachinePointerInfo::getFixedStack(MF, FI); in emitBuildPairF64Pseudo() local 6307 MF.getMachineMemOperand(MPI, MachineMemOperand::MOStore, 4, Align(8)); in emitBuildPairF64Pseudo() 6309 MPI.getWithOffset(4), MachineMemOperand::MOStore, 4, Align(8)); in emitBuildPairF64Pseudo()
|