/openbsd/gnu/llvm/llvm/lib/Target/CSKY/ |
H A D | CSKYTargetMachine.cpp | 68 Attribute FSAttr = F.getFnAttribute("target-features"); in getSubtargetImpl() local 75 FSAttr.isValid() ? FSAttr.getValueAsString().str() : TargetFS; in getSubtargetImpl()
|
/openbsd/gnu/llvm/llvm/lib/Target/LoongArch/ |
H A D | LoongArchTargetMachine.cpp | 66 Attribute FSAttr = F.getFnAttribute("target-features"); in getSubtargetImpl() local 73 FSAttr.isValid() ? FSAttr.getValueAsString().str() : TargetFS; in getSubtargetImpl()
|
/openbsd/gnu/llvm/llvm/lib/Target/M68k/ |
H A D | M68kTargetMachine.cpp | 116 Attribute FSAttr = F.getFnAttribute("target-features"); in getSubtargetImpl() local 119 auto FS = FSAttr.isValid() ? FSAttr.getValueAsString().str() : TargetFS; in getSubtargetImpl()
|
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZTargetMachine.cpp | 162 Attribute FSAttr = F.getFnAttribute("target-features"); in getSubtargetImpl() local 169 FSAttr.isValid() ? FSAttr.getValueAsString().str() : TargetFS; in getSubtargetImpl()
|
/openbsd/gnu/llvm/llvm/lib/Target/Sparc/ |
H A D | SparcTargetMachine.cpp | 122 Attribute FSAttr = F.getFnAttribute("target-features"); in getSubtargetImpl() local 127 FSAttr.isValid() ? FSAttr.getValueAsString().str() : TargetFS; in getSubtargetImpl()
|
/openbsd/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsTargetMachine.cpp | 172 Attribute FSAttr = F.getFnAttribute("target-features"); in getSubtargetImpl() local 177 FSAttr.isValid() ? FSAttr.getValueAsString().str() : TargetFS; in getSubtargetImpl()
|
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetMachine.cpp | 120 Attribute FSAttr = F.getFnAttribute("target-features"); in getSubtargetImpl() local 127 FSAttr.isValid() ? FSAttr.getValueAsString().str() : TargetFS; in getSubtargetImpl()
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetMachine.cpp | 252 Attribute FSAttr = in getSubtargetImpl() local 258 FSAttr.isValid() ? FSAttr.getValueAsString().str() : TargetFS; in getSubtargetImpl()
|
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyTargetMachine.cpp | 170 Attribute FSAttr = F.getFnAttribute("target-features"); in getSubtargetImpl() local 175 FSAttr.isValid() ? FSAttr.getValueAsString().str() : TargetFS; in getSubtargetImpl()
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMTargetMachine.cpp | 279 Attribute FSAttr = F.getFnAttribute("target-features"); in getSubtargetImpl() local 284 FSAttr.isValid() ? FSAttr.getValueAsString().str() : TargetFS; in getSubtargetImpl()
|
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetMachine.cpp | 348 Attribute FSAttr = F.getFnAttribute("target-features"); in getSubtargetImpl() local 355 FSAttr.isValid() ? FSAttr.getValueAsString().str() : TargetFS; in getSubtargetImpl()
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86TargetMachine.cpp | 256 Attribute FSAttr = F.getFnAttribute("target-features"); in getSubtargetImpl() local 267 FSAttr.isValid() ? FSAttr.getValueAsString() : (StringRef)TargetFS; in getSubtargetImpl()
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetMachine.cpp | 388 Attribute FSAttr = F.getFnAttribute("target-features"); in getSubtargetImpl() local 392 StringRef FS = FSAttr.isValid() ? FSAttr.getValueAsString() : TargetFS; in getSubtargetImpl()
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUTargetMachine.cpp | 564 Attribute FSAttr = F.getFnAttribute("target-features"); in getFeatureString() local 566 return FSAttr.isValid() ? FSAttr.getValueAsString() in getFeatureString()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | WholeProgramDevirt.cpp | 1386 Attribute FSAttr = CB.getCaller()->getFnAttribute("target-features"); in applyICallBranchFunnel() local 1387 if (!FSAttr.isValid() || in applyICallBranchFunnel() 1388 !FSAttr.getValueAsString().contains("+retpoline")) in applyICallBranchFunnel()
|