Home
last modified time | relevance | path

Searched refs:getValueAsBool (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUMachineFunction.cpp53 MemoryBound = MemBoundAttr.getValueAsBool(); in AMDGPUMachineFunction()
56 WaveLimiter = WaveLimitAttr.getValueAsBool(); in AMDGPUMachineFunction()
HDAMDGPULowerKernelAttributes.cpp94 F->getFnAttribute("uniform-work-group-size").getValueAsBool(); in processUse()
HDAMDGPUHSAMetadataStreamer.cpp694 if (Func.getFnAttribute("uniform-work-group-size").getValueAsBool()) in emitKernelAttrs()
HDAMDGPULibCalls.cpp438 UnsafeFPMath = F.getFnAttribute("unsafe-fp-math").getValueAsBool(); in initFunction()
HDAMDGPUCodeGenPrepare.cpp1169 return Attr.getValueAsBool(); in hasUnsafeFPMath()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
HDSparcTargetMachine.cpp132 bool softFloat = F.getFnAttribute("use-soft-float").getValueAsBool(); in getSubtargetImpl()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZTargetMachine.cpp180 bool SoftFloat = F.getFnAttribute("use-soft-float").getValueAsBool(); in getSubtargetImpl()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/
HDTargetMachine.cpp132 Options.X = F.getFnAttribute(Y).getValueAsBool(); \ in resetTargetOptions()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsTargetMachine.cpp186 bool softFloat = F.getFnAttribute("use-soft-float").getValueAsBool(); in getSubtargetImpl()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDAttributeImpl.h78 bool getValueAsBool() const;
HDAttributes.cpp377 bool Attribute::getValueAsBool() const { in getValueAsBool() function in Attribute
381 return pImpl->getValueAsBool(); in getValueAsBool()
778 bool AttributeImpl::getValueAsBool() const { in getValueAsBool() function in AttributeImpl
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonTargetMachine.cpp301 if (F.getFnAttribute("unsafe-fp-math").getValueAsBool()) in getSubtargetImpl()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86TargetMachine.cpp323 bool SoftFloat = F.getFnAttribute("use-soft-float").getValueAsBool(); in getSubtargetImpl()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMTargetMachine.cpp295 bool SoftFloat = F.getFnAttribute("use-soft-float").getValueAsBool(); in getSubtargetImpl()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCTargetMachine.cpp380 bool SoftFloat = F.getFnAttribute("use-soft-float").getValueAsBool(); in getSubtargetImpl()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDIVDescriptors.cpp847 F.getFnAttribute("no-nans-fp-math").getValueAsBool()); in isReductionPHI()
849 F.getFnAttribute("no-signed-zeros-fp-math").getValueAsBool()); in isReductionPHI()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDTailRecursionElimination.cpp867 if (F.getFnAttribute("disable-tail-calls").getValueAsBool()) in eliminate()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDAttributes.h221 bool getValueAsBool() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDPromoteMemoryToRegister.cpp751 NoSignedZeros = F.getFnAttribute("no-signed-zeros-fp-math").getValueAsBool(); in run()
HDSimplifyCFG.cpp6653 (Fn->getFnAttribute("no-jump-tables").getValueAsBool())) in SwitchToLookupTable()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDFastISel.cpp1147 MF->getFunction().getFnAttribute("disable-tail-calls").getValueAsBool()) in lowerCall()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenFunction.cpp177 CGF.CurFn->getFnAttribute(Name).getValueAsBool(); in ConstructorHelper()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLowering.h1370 if (Fn->getFnAttribute("no-jump-tables").getValueAsBool()) in areJTsAllowed()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/M68k/
HDM68kISelLowering.cpp543 if (Attr.getValueAsBool()) in LowerCall()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDMemorySanitizer.cpp5744 IsSoftFloatABI(F.getFnAttribute("use-soft-float").getValueAsBool()) {} in VarArgSystemZHelper()

12