| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
| HD | XtensaTargetMachine.cpp | 70 Attribute FSAttr = F.getFnAttribute("target-features"); in getSubtargetImpl() local 73 auto FS = FSAttr.isValid() ? FSAttr.getValueAsString().str() : TargetFS; in getSubtargetImpl()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| HD | CSKYTargetMachine.cpp | 68 Attribute FSAttr = F.getFnAttribute("target-features"); in getSubtargetImpl() local 75 FSAttr.isValid() ? FSAttr.getValueAsString().str() : TargetFS; in getSubtargetImpl()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/M68k/ |
| HD | M68kTargetMachine.cpp | 118 Attribute FSAttr = F.getFnAttribute("target-features"); in getSubtargetImpl() local 121 auto FS = FSAttr.isValid() ? FSAttr.getValueAsString().str() : TargetFS; in getSubtargetImpl()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| HD | LoongArchTargetMachine.cpp | 104 Attribute FSAttr = F.getFnAttribute("target-features"); in getSubtargetImpl() local 111 FSAttr.isValid() ? FSAttr.getValueAsString().str() : TargetFS; in getSubtargetImpl()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| HD | SystemZTargetMachine.cpp | 168 Attribute FSAttr = F.getFnAttribute("target-features"); in getSubtargetImpl() local 175 FSAttr.isValid() ? FSAttr.getValueAsString().str() : TargetFS; in getSubtargetImpl()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| HD | SparcTargetMachine.cpp | 120 Attribute FSAttr = F.getFnAttribute("target-features"); in getSubtargetImpl() local 127 FSAttr.isValid() ? FSAttr.getValueAsString().str() : TargetFS; in getSubtargetImpl()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Mips/ |
| HD | MipsTargetMachine.cpp | 171 Attribute FSAttr = F.getFnAttribute("target-features"); in getSubtargetImpl() local 176 FSAttr.isValid() ? FSAttr.getValueAsString().str() : TargetFS; in getSubtargetImpl()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| HD | WebAssemblyTargetMachine.cpp | 173 Attribute FSAttr = F.getFnAttribute("target-features"); in getSubtargetImpl() local 178 FSAttr.isValid() ? FSAttr.getValueAsString().str() : TargetFS; in getSubtargetImpl()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| HD | HexagonTargetMachine.cpp | 290 Attribute FSAttr = FnAttrs.getFnAttr("target-features"); in getSubtargetImpl() local 295 FSAttr.isValid() ? FSAttr.getValueAsString().str() : TargetFS; in getSubtargetImpl()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| HD | RISCVTargetMachine.cpp | 179 Attribute FSAttr = F.getFnAttribute("target-features"); in getSubtargetImpl() local 186 FSAttr.isValid() ? FSAttr.getValueAsString().str() : TargetFS; in getSubtargetImpl()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| HD | ARMTargetMachine.cpp | 283 Attribute FSAttr = F.getFnAttribute("target-features"); in getSubtargetImpl() local 288 FSAttr.isValid() ? FSAttr.getValueAsString().str() : TargetFS; in getSubtargetImpl()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| HD | PPCTargetMachine.cpp | 366 Attribute FSAttr = F.getFnAttribute("target-features"); in getSubtargetImpl() local 373 FSAttr.isValid() ? FSAttr.getValueAsString().str() : TargetFS; in getSubtargetImpl()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| HD | X86TargetMachine.cpp | 264 Attribute FSAttr = F.getFnAttribute("target-features"); in getSubtargetImpl() local 275 FSAttr.isValid() ? FSAttr.getValueAsString() : (StringRef)TargetFS; in getSubtargetImpl()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| HD | AArch64TargetMachine.cpp | 413 Attribute FSAttr = F.getFnAttribute("target-features"); in getSubtargetImpl() local 417 StringRef FS = FSAttr.isValid() ? FSAttr.getValueAsString() : TargetFS; in getSubtargetImpl()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| HD | AMDGPUTargetMachine.cpp | 620 Attribute FSAttr = F.getFnAttribute("target-features"); in getFeatureString() local 622 return FSAttr.isValid() ? FSAttr.getValueAsString() in getFeatureString()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| HD | WholeProgramDevirt.cpp | 1472 Attribute FSAttr = CB.getCaller()->getFnAttribute("target-features"); in applyICallBranchFunnel() local 1473 if (!FSAttr.isValid() || in applyICallBranchFunnel() 1474 !FSAttr.getValueAsString().contains("+retpoline")) in applyICallBranchFunnel()
|