| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypePointer.cpp | 110 return Record->getMode() == PointerMode::LValueReference; in isReference() 116 return Record->getMode() == PointerMode::RValueReference; in isRValueReference() 122 return Record->getMode() == PointerMode::PointerToDataMember; in isPointerToDataMember() 128 return Record->getMode() == PointerMode::PointerToMemberFunction; in isPointerToMemberFunction()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | DependencyScanningService.h | 53 ScanningMode getMode() const { return Mode; } in getMode() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | RecordName.cpp | 173 if (Ptr.getMode() == PointerMode::LValueReference) in visitKnownRecord() 175 else if (Ptr.getMode() == PointerMode::RValueReference) in visitKnownRecord() 177 else if (Ptr.getMode() == PointerMode::Pointer) in visitKnownRecord()
|
| H A D | TypeDumpVisitor.cpp | 365 W->printEnum("PtrMode", unsigned(Ptr.getMode()), makeArrayRef(PtrModeNames)); in visitKnownRecord()
|
| H A D | TypeRecordMapping.cpp | 371 IO, unsigned(Record.getMode()), makeArrayRef(getPtrModeNames()))); in visitKnownRecord()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUMachineFunction.h | 74 AMDGPU::SIModeRegisterDefaults getMode() const { in getMode() function
|
| H A D | AMDGPUInstructions.td | 105 def FP16Denormals : Predicate<"MF->getInfo<SIMachineFunctionInfo>()->getMode().allFP64FP16Denormals… 106 def FP32Denormals : Predicate<"MF->getInfo<SIMachineFunctionInfo>()->getMode().allFP32Denormals()">; 107 def FP64Denormals : Predicate<"MF->getInfo<SIMachineFunctionInfo>()->getMode().allFP64FP16Denormals… 108 def NoFP16Denormals : Predicate<"!MF->getInfo<SIMachineFunctionInfo>()->getMode().allFP64FP16Denorm… 109 def NoFP32Denormals : Predicate<"!MF->getInfo<SIMachineFunctionInfo>()->getMode().allFP32Denormals(… 110 def NoFP64Denormals : Predicate<"!MF->getInfo<SIMachineFunctionInfo>()->getMode().allFP64FP16Denorm…
|
| H A D | SIFoldOperands.cpp | 1448 if ((Op == AMDGPU::V_MUL_F32_e64 && MFI->getMode().FP32OutputDenormals) || in isOMod() 1450 MFI->getMode().FP64FP16OutputDenormals)) in isOMod() 1480 if ((Op == AMDGPU::V_ADD_F32_e64 && MFI->getMode().FP32OutputDenormals) || in isOMod() 1482 MFI->getMode().FP64FP16OutputDenormals)) in isOMod() 1738 bool IsIEEEMode = MFI->getMode().IEEE; in runOnMachineFunction()
|
| H A D | SIMachineFunctionInfo.cpp | 590 ArgInfo(convertArgumentInfo(MFI.getArgInfo(), TRI)), Mode(MFI.getMode()) { in SIMachineFunctionInfo()
|
| H A D | AMDGPULegalizerInfo.cpp | 2168 if (!MFI->getMode().IEEE) in legalizeMinNumMaxNum() 2561 if (Ty == LLT::scalar(32) && !MFI->getMode().allFP32Denormals()) in legalizeFMad() 2563 if (Ty == LLT::scalar(16) && !MFI->getMode().allFP64FP16Denormals()) in legalizeFMad() 2711 if (MFI->getMode().IEEE) in legalizeFFloor() 3343 AMDGPU::SIModeRegisterDefaults Mode = MFI->getMode(); in legalizeFDIV32() 3551 const bool UseIEEE = MFI->getMode().IEEE; in legalizeRsqClampIntrinsic()
|
| H A D | AMDGPUAsmPrinter.cpp | 785 const SIModeRegisterDefaults Mode = MFI->getMode(); in getSIProgramInfo()
|
| H A D | SIISelLowering.cpp | 57 return Info->getMode().allFP32Denormals(); in hasFP32Denormals() 62 return Info->getMode().allFP64FP16Denormals(); in hasFP64FP16Denormals() 5185 bool IsIEEEMode = Info->getMode().IEEE; in lowerFMINNUM_FMAXNUM() 9895 if (Info->getMode().DX10Clamp) { in performFPMed3ImmCombine() 10034 if (Info->getMode().DX10Clamp) { in performFMed3Combine() 10794 (F.isNaN() && MF.getInfo<SIMachineFunctionInfo>()->getMode().DX10Clamp)) { in performClampCombine() 12068 if (Info->getMode().DX10Clamp) in isKnownNeverNaNForTargetNode()
|
| H A D | AMDGPUISelLowering.cpp | 1778 !MFI->getMode().allFP32Denormals() ? in LowerDIVREM24() 1865 !MFI->getMode().allFP32Denormals() ? in LowerUDIVREM64()
|
| /freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | CodeGenHwModes.h | 48 const HwMode &getMode(unsigned Id) const { in getMode() function
|
| H A D | CodeEmitterGen.cpp | 354 o << " static const uint64_t InstBits_" << HWM.getMode(HwMode).Name in emitInstructionBaseValues() 454 o << " case " << I << ": InstBits = InstBits_" << HWM.getMode(I).Name in run()
|
| H A D | FixedLenDecoderEmitter.cpp | 2433 HwModeNames.insert(HWM.getMode(KV.first).Name); in run() 2452 HWM.getMode(KV.first).Name); in run() 2453 HwModeNames.insert(HWM.getMode(KV.first).Name); in run()
|
| H A D | RegisterInfoEmitter.cpp | 1282 OS << CGH.getMode(M).Name; in runTargetDesc() 1670 return CGH.getMode(M).Name; in debugDump()
|
| H A D | SubtargetEmitter.cpp | 1682 const HwMode &HM = CGH.getMode(M); in EmitHwModeCheck()
|
| H A D | CodeGenDAGPatterns.cpp | 4376 const HwMode &HM = CGH.getMode(M); in ExpandHwModeBasedTypes()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeRecord.h | 304 PointerMode getMode() const { in getMode() function 320 return getMode() == PointerMode::PointerToDataMember || in isPointerToMember() 321 getMode() == PointerMode::PointerToMemberFunction; in isPointerToMember()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.cpp | 286 if (Service.getMode() == ScanningMode::MinimizedSourcePreprocessing) in DependencyScanningWorker()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbAstBuilder.cpp | 733 if (pointer.getMode() == PointerMode::LValueReference) in CreatePointerType() 735 else if (pointer.getMode() == PointerMode::RValueReference) in CreatePointerType()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.cpp | 201 PointerMode Mode = Record.getMode(); in formatPointerAttrs()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 285 S.AddModeAttr(New, Attr, Attr.getMode(), in instantiateDependentModeAttr()
|