Home
last modified time | relevance | path

Searched refs:FSAttr (Results 1 – 16 of 16) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Xtensa/
HDXtensaTargetMachine.cpp70 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/
HDCSKYTargetMachine.cpp68 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/
HDM68kTargetMachine.cpp118 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/
HDLoongArchTargetMachine.cpp104 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/
HDSystemZTargetMachine.cpp168 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/
HDSparcTargetMachine.cpp120 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/
HDMipsTargetMachine.cpp171 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/
HDWebAssemblyTargetMachine.cpp173 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/
HDHexagonTargetMachine.cpp290 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/
HDRISCVTargetMachine.cpp179 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/
HDARMTargetMachine.cpp283 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/
HDPPCTargetMachine.cpp366 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/
HDX86TargetMachine.cpp264 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/
HDAArch64TargetMachine.cpp413 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/
HDAMDGPUTargetMachine.cpp620 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/
HDWholeProgramDevirt.cpp1472 Attribute FSAttr = CB.getCaller()->getFnAttribute("target-features"); in applyICallBranchFunnel() local
1473 if (!FSAttr.isValid() || in applyICallBranchFunnel()
1474 !FSAttr.getValueAsString().contains("+retpoline")) in applyICallBranchFunnel()