| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| HD | AMDGPUMachineFunction.cpp | 53 MemoryBound = MemBoundAttr.getValueAsBool(); in AMDGPUMachineFunction() 56 WaveLimiter = WaveLimitAttr.getValueAsBool(); in AMDGPUMachineFunction()
|
| HD | AMDGPULowerKernelAttributes.cpp | 94 F->getFnAttribute("uniform-work-group-size").getValueAsBool(); in processUse()
|
| HD | AMDGPUHSAMetadataStreamer.cpp | 694 if (Func.getFnAttribute("uniform-work-group-size").getValueAsBool()) in emitKernelAttrs()
|
| HD | AMDGPULibCalls.cpp | 438 UnsafeFPMath = F.getFnAttribute("unsafe-fp-math").getValueAsBool(); in initFunction()
|
| HD | AMDGPUCodeGenPrepare.cpp | 1169 return Attr.getValueAsBool(); in hasUnsafeFPMath()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| HD | SparcTargetMachine.cpp | 132 bool softFloat = F.getFnAttribute("use-soft-float").getValueAsBool(); in getSubtargetImpl()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| HD | SystemZTargetMachine.cpp | 180 bool SoftFloat = F.getFnAttribute("use-soft-float").getValueAsBool(); in getSubtargetImpl()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ |
| HD | TargetMachine.cpp | 132 Options.X = F.getFnAttribute(Y).getValueAsBool(); \ in resetTargetOptions()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/ |
| HD | MipsTargetMachine.cpp | 186 bool softFloat = F.getFnAttribute("use-soft-float").getValueAsBool(); in getSubtargetImpl()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/ |
| HD | AttributeImpl.h | 78 bool getValueAsBool() const;
|
| HD | Attributes.cpp | 377 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/ |
| HD | HexagonTargetMachine.cpp | 301 if (F.getFnAttribute("unsafe-fp-math").getValueAsBool()) in getSubtargetImpl()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| HD | X86TargetMachine.cpp | 323 bool SoftFloat = F.getFnAttribute("use-soft-float").getValueAsBool(); in getSubtargetImpl()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| HD | ARMTargetMachine.cpp | 295 bool SoftFloat = F.getFnAttribute("use-soft-float").getValueAsBool(); in getSubtargetImpl()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| HD | PPCTargetMachine.cpp | 380 bool SoftFloat = F.getFnAttribute("use-soft-float").getValueAsBool(); in getSubtargetImpl()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| HD | IVDescriptors.cpp | 847 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/ |
| HD | TailRecursionElimination.cpp | 867 if (F.getFnAttribute("disable-tail-calls").getValueAsBool()) in eliminate()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| HD | Attributes.h | 221 bool getValueAsBool() const;
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| HD | PromoteMemoryToRegister.cpp | 751 NoSignedZeros = F.getFnAttribute("no-signed-zeros-fp-math").getValueAsBool(); in run()
|
| HD | SimplifyCFG.cpp | 6653 (Fn->getFnAttribute("no-jump-tables").getValueAsBool())) in SwitchToLookupTable()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| HD | FastISel.cpp | 1147 MF->getFunction().getFnAttribute("disable-tail-calls").getValueAsBool()) in lowerCall()
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | CodeGenFunction.cpp | 177 CGF.CurFn->getFnAttribute(Name).getValueAsBool(); in ConstructorHelper()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| HD | TargetLowering.h | 1370 if (Fn->getFnAttribute("no-jump-tables").getValueAsBool()) in areJTsAllowed()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/M68k/ |
| HD | M68kISelLowering.cpp | 543 if (Attr.getValueAsBool()) in LowerCall()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| HD | MemorySanitizer.cpp | 5744 IsSoftFloatABI(F.getFnAttribute("use-soft-float").getValueAsBool()) {} in VarArgSystemZHelper()
|