/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeTypePointer.cpp | 75 const MemberPointerInfo &MPI = Record->getMemberInfo(); in getClassParentId() local 76 return Session.getSymbolCache().findSymbolByTypeIndex(MPI.ContainingType); in getClassParentId() 159 static inline bool isInheritanceKind(const MemberPointerInfo &MPI, in isInheritanceKind() argument 162 return (MPI.getRepresentation() == P1 || MPI.getRepresentation() == P2); in isInheritanceKind()
|
/freebsd/sys/dev/mpr/mpi/ |
H A D | mpi2_history.txt | 32 Fusion-MPT MPI 2.0 / 2.5 Header File Change History 63 * 04-30-07 02.00.00 Corresponds to Fusion-MPT MPI Specification Rev A. 77 * Removed the MPI-defined Fault Codes and extended the 120 * Incorporating additions for MPI v2.5. 137 * 03-16-15 02.00.37 Updated for MPI v2.6. 165 * 04-30-07 02.00.00 Corresponds to Fusion-MPT MPI Specification Rev A. 301 * Incorporating additions for MPI v2.5. 305 * obsolete for MPI v2.5 and later. 329 * 03-16-15 02.00.31 Updated for MPI v2.6. 385 * 04-30-07 02.00.00 Corresponds to Fusion-MPT MPI Specification Rev A. [all …]
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ItaniumCXXABI.cpp | 229 MemberPointerInfo MPI; in getMemberPointerInfo() local 230 MPI.Width = Target.getTypeWidth(PtrDiff); in getMemberPointerInfo() 231 MPI.Align = Target.getTypeAlign(PtrDiff); in getMemberPointerInfo() 232 MPI.HasPadding = false; in getMemberPointerInfo() 234 MPI.Width *= 2; in getMemberPointerInfo() 235 return MPI; in getMemberPointerInfo()
|
H A D | ASTContext.cpp | 2271 CXXABI::MemberPointerInfo MPI = ABI->getMemberPointerInfo(MPT); in getTypeInfoImpl() local 2272 Width = MPI.Width; in getTypeInfoImpl() 2273 Align = MPI.Align; in getTypeInfoImpl()
|
/freebsd/sys/dev/mps/mpi/ |
H A D | mpi2_history.txt | 31 Fusion-MPT MPI 2.0 Header File Change History 62 * 04-30-07 02.00.00 Corresponds to Fusion-MPT MPI Specification Rev A. 76 * Removed the MPI-defined Fault Codes and extended the 116 * 04-30-07 02.00.00 Corresponds to Fusion-MPT MPI Specification Rev A. 240 * 04-30-07 02.00.00 Corresponds to Fusion-MPT MPI Specification Rev A. 264 * 04-30-07 02.00.00 Corresponds to Fusion-MPT MPI Specification Rev A. 358 * 04-30-07 02.00.00 Corresponds to Fusion-MPT MPI Specification Rev A. 371 * 04-30-07 02.00.00 Corresponds to Fusion-MPT MPI Specification Rev A. 383 * 04-30-07 02.00.00 Corresponds to Fusion-MPT MPI Specification Rev A. 395 * 04-30-07 02.00.00 Corresponds to Fusion-MPT MPI Specification Rev A. [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorTypes.cpp | 1333 MachinePointerInfo &MPI, SDValue &Ptr, in IncrementPointer() argument 1343 MPI = MachinePointerInfo(N->getPointerInfo().getAddrSpace()); in IncrementPointer() 1350 MPI = N->getPointerInfo().getWithOffset(IncrementSize); in IncrementPointer() 1647 MachinePointerInfo MPI = Load->getPointerInfo(); in SplitVecRes_INSERT_SUBVECTOR() local 1648 IncrementPointer(Load, LoVT, MPI, StackPtr); in SplitVecRes_INSERT_SUBVECTOR() 1651 Hi = DAG.getLoad(Hi.getValueType(), dl, Store, StackPtr, MPI, SmallestAlign); in SplitVecRes_INSERT_SUBVECTOR() 1964 MachinePointerInfo MPI = Load->getPointerInfo(); in SplitVecRes_INSERT_VECTOR_ELT() local 1965 IncrementPointer(Load, LoVT, MPI, StackPtr); in SplitVecRes_INSERT_VECTOR_ELT() 1967 Hi = DAG.getLoad(HiVT, dl, Store, StackPtr, MPI, SmallestAlign); in SplitVecRes_INSERT_VECTOR_ELT() 2054 MachinePointerInfo MPI; in SplitVecRes_LOAD() local [all …]
|
H A D | SelectionDAGBuilder.cpp | 5310 MachinePointerInfo MPI; in visitTargetIntrinsic() local 5312 MPI = MachinePointerInfo(Info.ptrVal, Info.offset); in visitTargetIntrinsic() 5314 MPI = MachinePointerInfo(*Info.fallbackAddressSpace); in visitTargetIntrinsic() 5316 Info.memVT, MPI, Info.align, Info.flags, in visitTargetIntrinsic() 7044 auto MPI = in visitIntrinsicCall() local 7047 MPI, MachineMemOperand::MOStore, LocationSize::beforeOrAfterPointer(), in visitIntrinsicCall() 7050 Res = DAG.getLoad(EnvVT, sdl, Chain, Temp, MPI); in visitIntrinsicCall() 7071 auto MPI = in visitIntrinsicCall() local 7073 Chain = DAG.getStore(Chain, sdl, Env, Temp, MPI, TempAlign, in visitIntrinsicCall() 7076 MPI, MachineMemOperand::MOLoad, LocationSize::beforeOrAfterPointer(), in visitIntrinsicCall()
|
H A D | LegalizeTypes.h | 897 void IncrementPointer(MemSDNode *N, EVT MemVT, MachinePointerInfo &MPI,
|
H A D | DAGCombiner.cpp | 22300 MachinePointerInfo MPI; in scalarizeExtractedVectorLoad() local 22305 MPI = OriginalLoad->getPointerInfo().getWithOffset(PtrOff); in scalarizeExtractedVectorLoad() 22310 MPI = MachinePointerInfo(OriginalLoad->getPointerInfo().getAddrSpace()); in scalarizeExtractedVectorLoad() 22335 NewPtr, MPI, VecEltVT, Alignment, in scalarizeExtractedVectorLoad() 22341 Load = DAG.getLoad(VecEltVT, DL, OriginalLoad->getChain(), NewPtr, MPI, in scalarizeExtractedVectorLoad() 24597 MachinePointerInfo MPI = in narrowExtractedVectorLoad() local 24599 MMO = MF.getMachineMemOperand(Ld->getMemOperand(), MPI, StoreSize); in narrowExtractedVectorLoad()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypes.cpp | 391 void MappingTraits<MemberPointerInfo>::mapping(IO &IO, MemberPointerInfo &MPI) { in mapping() argument 392 IO.mapRequired("ContainingType", MPI.ContainingType); in mapping() 393 IO.mapRequired("Representation", MPI.Representation); in mapping()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 294 PointerOptions PO, uint8_t Size, const MemberPointerInfo &MPI) in PointerRecord() argument 296 Attrs(calcAttrs(PK, PM, PO, Size)), MemberInfo(MPI) {} in PointerRecord()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineFunction.cpp | 555 MachinePointerInfo MPI = MMO->getValue() ? in getMachineMemOperand() local 560 MPI, MMO->getFlags(), MMO->getSize(), MMO->getBaseAlign(), AAInfo, in getMachineMemOperand()
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
H A D | Checkers.td | 104 def MPI : Package<"mpi">, ParentPackage<OptIn>; 1369 let ParentPackage = MPI in { 1371 def MPIChecker : Checker<"MPI-Checker">, 1372 HelpText<"Checks MPI code">,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 1386 MachinePointerInfo MPI = in PreprocessISelDAG() local 1393 CurDAG->getEntryNode(), dl, N->getOperand(0), MemTmp, MPI, MemVT); in PreprocessISelDAG() 1395 MemTmp, MPI, MemVT); in PreprocessISelDAG() 1442 MachinePointerInfo MPI = in PreprocessISelDAG() local 1454 MPI, /*Align*/ std::nullopt, in PreprocessISelDAG() 1464 MPI); in PreprocessISelDAG() 1471 X86ISD::FLD, dl, VTs, Ops, MemVT, MPI, in PreprocessISelDAG() 1480 Result = CurDAG->getLoad(DstVT, dl, Store, MemTmp, MPI); in PreprocessISelDAG()
|
H A D | X86ISelLowering.cpp | 7368 MachinePointerInfo MPI = in lowerBuildVectorAsBroadcast() local 7372 MPI, Alignment, MachineMemOperand::MOLoad); in lowerBuildVectorAsBroadcast() 7384 MachinePointerInfo MPI = in lowerBuildVectorAsBroadcast() local 7387 Ops, VVT, MPI, Alignment, in lowerBuildVectorAsBroadcast() 7458 MachinePointerInfo MPI = in lowerBuildVectorAsBroadcast() local 7461 MPI, Alignment, MachineMemOperand::MOLoad); in lowerBuildVectorAsBroadcast() 8939 MachinePointerInfo MPI = MachinePointerInfo::getConstantPool(MF); in LowerBUILD_VECTOR() local 8940 SDValue Ld = DAG.getLoad(VT, dl, DAG.getEntryNode(), LegalDAGConstVec, MPI); in LowerBUILD_VECTOR() 19423 MachinePointerInfo MPI = in LowerSINT_TO_FP() local 19426 Chain = DAG.getStore(Chain, dl, ValueToStore, StackSlot, MPI, Alignment); in LowerSINT_TO_FP() [all …]
|
/freebsd/lib/clang/libclang/ |
H A D | Makefile | 687 SRCS_FUL+= StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.cpp 688 SRCS_FUL+= StaticAnalyzer/Checkers/MPI-Checker/MPIChecker.cpp 689 SRCS_FUL+= StaticAnalyzer/Checkers/MPI-Checker/MPIFunctionClassifier.cpp
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 5647 MachinePointerInfo MPI(CB ? CB->getCalledOperand() : nullptr); in prepareDescriptorIndirectCall() local 5661 SDValue LoadFuncPtr = DAG.getLoad(RegVT, dl, LDChain, Callee, MPI, in prepareDescriptorIndirectCall() 5670 MPI.getWithOffset(TOCAnchorOffset), Alignment, MMOFlags); in prepareDescriptorIndirectCall() 5677 MPI.getWithOffset(EnvPtrOffset), Alignment, MMOFlags); in prepareDescriptorIndirectCall() 8383 MachinePointerInfo MPI = in LowerFP_TO_INTForReuse() local 8393 MF.getMachineMemOperand(MPI, MachineMemOperand::MOStore, 4, Alignment); in LowerFP_TO_INTForReuse() 8398 Chain = DAG.getStore(Chain, dl, Tmp, FIPtr, MPI, Alignment); in LowerFP_TO_INTForReuse() 8405 MPI = MPI.getWithOffset(Subtarget.isLittleEndian() ? 0 : 4); in LowerFP_TO_INTForReuse() 8410 RLI.MPI = MPI; in LowerFP_TO_INTForReuse() 8524 return DAG.getLoad(Op.getValueType(), dl, RLI.Chain, RLI.Ptr, RLI.MPI, in LowerFP_TO_INT() [all …]
|
H A D | PPCISelLowering.h | 1198 MachinePointerInfo MPI; member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelDAGToDAG.cpp | 95 MachinePointerInfo MPI = MachinePointerInfo::getFixedStack(MF, FI); in PreprocessISelDAG() local 98 Lo = CurDAG->getStore(Chain, DL, Lo, StackSlot, MPI, Align(8)); in PreprocessISelDAG() 102 Hi = CurDAG->getStore(Chain, DL, Hi, OffsetSlot, MPI.getWithOffset(4), in PreprocessISelDAG() 118 MVT::i64, MPI, Align(8), in PreprocessISelDAG()
|
H A D | RISCVISelLowering.cpp | 18179 MachinePointerInfo MPI = MachinePointerInfo::getFixedStack(MF, FI); in emitSplitF64Pseudo() local 18181 MF.getMachineMemOperand(MPI, MachineMemOperand::MOLoad, 4, Align(8)); in emitSplitF64Pseudo() 18183 MPI.getWithOffset(4), MachineMemOperand::MOLoad, 4, Align(8)); in emitSplitF64Pseudo() 18213 MachinePointerInfo MPI = MachinePointerInfo::getFixedStack(MF, FI); in emitBuildPairF64Pseudo() local 18215 MF.getMachineMemOperand(MPI, MachineMemOperand::MOStore, 4, Align(8)); in emitBuildPairF64Pseudo() 18217 MPI.getWithOffset(4), MachineMemOperand::MOStore, 4, Align(8)); in emitBuildPairF64Pseudo()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 2799 MachinePointerInfo MPI; in translateCall() local 2801 MPI = MachinePointerInfo(Info.ptrVal, Info.offset); in translateCall() 2803 MPI = MachinePointerInfo(*Info.fallbackAddressSpace); in translateCall() 2805 MF->getMachineMemOperand(MPI, Info.flags, MemTy, Alignment, CI.getAAMetadata())); in translateCall()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 1990 MemberPointerInfo MPI( in dwarfCCToCodeView() 1992 PointerRecord PR(PointeeTI, PK, PM, PO, SizeInBytes, MPI); in lowerTypeModifier() 1972 MemberPointerInfo MPI( lowerTypeMemberPointer() local
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 556 const auto &MPI = Index.modulePaths().find(M.first); in forEachModule() local 557 if (MPI == Index.modulePaths().end()) { in forEachModule() 564 Callback(*MPI); in forEachModule()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 18695 MachinePointerInfo MPI = MachinePointerInfo::getFixedStack( in PerformMVETruncCombine() local 18698 Ptr, MPI, StoreVT, Align(4)); in PerformMVETruncCombine() 18703 MachinePointerInfo MPI = in PerformMVETruncCombine() local 18705 return DAG.getLoad(VT, DL, Chain, StackPtr, MPI, Align(4)); in PerformMVETruncCombine() 18859 MachinePointerInfo MPI = in PerformMVEExtCombine() local 18862 StackPtr, MPI, Align(4)); in PerformMVEExtCombine() 18869 MachinePointerInfo MPI = MachinePointerInfo::getFixedStack( in PerformMVEExtCombine() local 18873 VT, Chain, Ptr, MPI, LoadVT, Align(4)); in PerformMVEExtCombine()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 6104 MachinePointerInfo MPI = in lowerREADCYCLECOUNTER() local 6111 MPI, MaybeAlign(), MachineMemOperand::MOStore); in lowerREADCYCLECOUNTER() 6114 return DAG.getLoad(MVT::i64, DL, Chain, StackPtr, MPI); in lowerREADCYCLECOUNTER()
|