Home
last modified time | relevance | path

Searched refs:getMode (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypePointer.cpp110 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp173 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 DTypeDumpVisitor.cpp365 W->printEnum("PtrMode", unsigned(Ptr.getMode()), makeArrayRef(PtrModeNames)); in visitKnownRecord()
H A DTypeRecordMapping.cpp371 IO, unsigned(Record.getMode()), makeArrayRef(getPtrModeNames()))); in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningService.h53 ScanningMode getMode() const { return Mode; } in getMode() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructions.td106 def FP16Denormals : Predicate<"MF->getInfo<SIMachineFunctionInfo>()->getMode().allFP64FP16Denormals…
107 def FP32Denormals : Predicate<"MF->getInfo<SIMachineFunctionInfo>()->getMode().allFP32Denormals()">;
108 def FP64Denormals : Predicate<"MF->getInfo<SIMachineFunctionInfo>()->getMode().allFP64FP16Denormals…
109 def NoFP16Denormals : Predicate<"!MF->getInfo<SIMachineFunctionInfo>()->getMode().allFP64FP16Denorm…
110 def NoFP32Denormals : Predicate<"!MF->getInfo<SIMachineFunctionInfo>()->getMode().allFP32Denormals(…
111 def NoFP64Denormals : Predicate<"!MF->getInfo<SIMachineFunctionInfo>()->getMode().allFP64FP16Denorm…
H A DAMDGPUMachineFunction.h74 AMDGPU::SIModeRegisterDefaults getMode() const { in getMode() function
H A DSIFoldOperands.cpp1426 if ((Op == AMDGPU::V_MUL_F32_e64 && MFI->getMode().FP32OutputDenormals) || in isOMod()
1428 MFI->getMode().FP64FP16OutputDenormals)) in isOMod()
1458 if ((Op == AMDGPU::V_ADD_F32_e64 && MFI->getMode().FP32OutputDenormals) || in isOMod()
1460 MFI->getMode().FP64FP16OutputDenormals)) in isOMod()
1716 bool IsIEEEMode = MFI->getMode().IEEE; in runOnMachineFunction()
H A DSIMachineFunctionInfo.cpp568 ArgInfo(convertArgumentInfo(MFI.getArgInfo(), TRI)), Mode(MFI.getMode()) { in SIMachineFunctionInfo()
H A DAMDGPULegalizerInfo.cpp2095 if (!MFI->getMode().IEEE) in legalizeMinNumMaxNum()
2482 if (Ty == LLT::scalar(32) && !MFI->getMode().allFP32Denormals()) in legalizeFMad()
2484 if (Ty == LLT::scalar(16) && !MFI->getMode().allFP64FP16Denormals()) in legalizeFMad()
2632 if (MFI->getMode().IEEE) in legalizeFFloor()
3221 AMDGPU::SIModeRegisterDefaults Mode = MFI->getMode(); in legalizeFDIV32()
3429 const bool UseIEEE = MFI->getMode().IEEE; in legalizeRsqClampIntrinsic()
H A DAMDGPUAsmPrinter.cpp1193 const SIModeRegisterDefaults Mode = MFI->getMode(); in getSIProgramInfo()
H A DSIISelLowering.cpp56 return Info->getMode().allFP32Denormals(); in hasFP32Denormals()
61 return Info->getMode().allFP64FP16Denormals(); in hasFP64FP16Denormals()
5118 bool IsIEEEMode = Info->getMode().IEEE; in lowerFMINNUM_FMAXNUM()
9919 if (Info->getMode().DX10Clamp) { in performFPMed3ImmCombine()
10058 if (Info->getMode().DX10Clamp) { in performFMed3Combine()
10818 (F.isNaN() && MF.getInfo<SIMachineFunctionInfo>()->getMode().DX10Clamp)) { in performClampCombine()
12090 if (Info->getMode().DX10Clamp) in isKnownNeverNaNForTargetNode()
H A DAMDGPUISelLowering.cpp1723 !MFI->getMode().allFP32Denormals() ? in LowerDIVREM24()
1810 !MFI->getMode().allFP32Denormals() ? in LowerUDIVREM64()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenHwModes.h48 const HwMode &getMode(unsigned Id) const { in getMode() function
H A DCodeEmitterGen.cpp354 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 DFixedLenDecoderEmitter.cpp2433 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 DRegisterInfoEmitter.cpp1282 OS << CGH.getMode(M).Name; in runTargetDesc()
1670 return CGH.getMode(M).Name; in debugDump()
H A DSubtargetEmitter.cpp1682 const HwMode &HM = CGH.getMode(M); in EmitHwModeCheck()
H A DCodeGenDAGPatterns.cpp4375 const HwMode &HM = CGH.getMode(M); in ExpandHwModeBasedTypes()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp161 if (Service.getMode() == ScanningMode::MinimizedSourcePreprocessing) in DependencyScanningWorker()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h304 PointerMode getMode() const { in getMode() function
320 return getMode() == PointerMode::PointerToDataMember || in isPointerToMember()
321 getMode() == PointerMode::PointerToMemberFunction; in isPointerToMember()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp201 PointerMode Mode = Record.getMode(); in formatPointerAttrs()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp283 S.AddModeAttr(New, Attr, Attr.getMode(), in instantiateDependentModeAttr()