Home
last modified time | relevance | path

Searched defs:FS (Results 1 – 25 of 137) sorted by relevance

123456

/external/valgrind/none/tests/mips32/
DMoveIns.c25 #define TESTINSNMOVE(instruction, offset, FS, RT) \ argument
44 #define TESTINSNMOVEd(instruction, offset, FS, RT) \ argument
63 #define TESTINSNMOVEt(instruction, offset, FS, RT) \ argument
82 #define TESTINSNMOVEtd(instruction, offset, FS, RT) \ argument
101 #define TESTINSNMOVE1s(instruction, offset, FD, FS) \ argument
120 #define TESTINSNMOVE1d(instruction, offset, FD, FS) \ argument
161 #define TESTINSNMOVE2s(instruction, FD, FS, cc, offset) \ argument
185 #define TESTINSNMOVE2d(instruction, FD, FS, cc, offset) \ argument
210 #define TESTINSNMOVE2d(instruction, FD, FS, cc, offset) \ argument
238 #define TESTINSNMOVEN1s(instruction, offset, RTval, FD, FS, RT) \ argument
[all …]
/external/llvm/lib/MC/
DMCSubtargetInfo.cpp20 static FeatureBitset getFeatures(StringRef CPU, StringRef FS, in getFeatures()
27 void MCSubtargetInfo::InitMCProcessorInfo(StringRef CPU, StringRef FS) { in InitMCProcessorInfo()
35 void MCSubtargetInfo::setDefaultFeatures(StringRef CPU, StringRef FS) { in setDefaultFeatures()
40 const Triple &TT, StringRef C, StringRef FS, in MCSubtargetInfo()
65 FeatureBitset MCSubtargetInfo::ToggleFeature(StringRef FS) { in ToggleFeature()
71 FeatureBitset MCSubtargetInfo::ApplyFeatureFlag(StringRef FS) { in ApplyFeatureFlag()
/external/valgrind/none/tests/mips64/
Dmove_instructions.c93 #define TEST3(instruction, FD, FS, cc, offset) \ argument
117 #define TEST3d(instruction, FD, FS, cc, offset) \ argument
140 #define TEST4(instruction, offset, RTval, FD, FS, RT) \ argument
159 #define TEST4d(instruction, offset, RTval, FD, FS, RT) \ argument
/external/llvm/lib/Target/ARM/
DARMTargetMachine.cpp177 StringRef CPU, StringRef FS, in ARMBaseTargetMachine()
212 std::string FS = !FSAttr.hasAttribute(Attribute::None) in getSubtargetImpl() local
249 StringRef CPU, StringRef FS, in ARMTargetMachine()
263 StringRef CPU, StringRef FS, in ARMLETargetMachine()
272 StringRef CPU, StringRef FS, in ARMBETargetMachine()
281 StringRef CPU, StringRef FS, in ThumbTargetMachine()
292 StringRef CPU, StringRef FS, in ThumbLETargetMachine()
301 StringRef CPU, StringRef FS, in ThumbBETargetMachine()
DARMSubtarget.cpp73 StringRef FS) { in initializeSubtargetDependencies()
80 StringRef FS) { in initializeFrameLowering()
89 const std::string &FS, in ARMSubtarget()
169 void ARMSubtarget::initSubtargetFeatures(StringRef CPU, StringRef FS) { in initSubtargetFeatures()
/external/llvm/lib/Target/X86/
DX86Subtarget.cpp177 void X86Subtarget::initSubtargetFeatures(StringRef CPU, StringRef FS) { in initSubtargetFeatures()
300 StringRef FS) { in initializeSubtargetDependencies()
307 const std::string &FS, const X86TargetMachine &TM, in X86Subtarget()
/external/llvm/lib/Target/Sparc/
DSparcTargetMachine.cpp58 StringRef CPU, StringRef FS, in SparcTargetMachine()
110 StringRef CPU, StringRef FS, in SparcV8TargetMachine()
119 StringRef CPU, StringRef FS, in SparcV9TargetMachine()
128 StringRef CPU, StringRef FS, in SparcelTargetMachine()
DSparcSubtarget.cpp30 StringRef FS) { in initializeSubtargetDependencies()
53 const std::string &FS, TargetMachine &TM, in SparcSubtarget()
/external/llvm/lib/Target/PowerPC/
DPPCTargetMachine.cpp113 static std::string computeFSAdditions(StringRef FS, CodeGenOpt::Level OL, in computeFSAdditions()
180 StringRef CPU, StringRef FS, in PPCTargetMachine()
215 StringRef CPU, StringRef FS, in PPC32TargetMachine()
224 StringRef CPU, StringRef FS, in PPC64TargetMachine()
238 std::string FS = !FSAttr.hasAttribute(Attribute::None) in getSubtargetImpl() local
DPPCSubtarget.cpp44 StringRef FS) { in initializeSubtargetDependencies()
51 const std::string &FS, const PPCTargetMachine &TM) in PPCSubtarget()
108 void PPCSubtarget::initSubtargetFeatures(StringRef CPU, StringRef FS) { in initSubtargetFeatures()
/external/llvm/lib/Target/MSP430/
DMSP430Subtarget.cpp29 MSP430Subtarget::initializeSubtargetDependencies(StringRef CPU, StringRef FS) { in initializeSubtargetDependencies()
35 const std::string &FS, const TargetMachine &TM) in MSP430Subtarget()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblySubtarget.cpp29 WebAssemblySubtarget::initializeSubtargetDependencies(StringRef FS) { in initializeSubtargetDependencies()
41 const std::string &FS, in WebAssemblySubtarget()
/external/llvm/lib/Target/SystemZ/
DSystemZTargetMachine.cpp26 static bool UsesVectorABI(StringRef CPU, StringRef FS) { in UsesVectorABI()
48 StringRef FS) { in computeDataLayout()
83 StringRef CPU, StringRef FS, in SystemZTargetMachine()
DSystemZSubtarget.cpp26 SystemZSubtarget::initializeSubtargetDependencies(StringRef CPU, StringRef FS) { in initializeSubtargetDependencies()
36 const std::string &FS, in SystemZSubtarget()
/external/clang/unittests/Basic/
DVirtualFileSystemTest.cpp308 IntrusiveRefCntPtr<vfs::FileSystem> FS = vfs::getRealFileSystem(); in TEST() local
335 IntrusiveRefCntPtr<vfs::FileSystem> FS = vfs::getRealFileSystem(); in TEST() local
542 clang::vfs::InMemoryFileSystem FS; member in InMemoryFileSystemTest
693 IntrusiveRefCntPtr<vfs::FileSystem> FS; in TEST_F() local
706 IntrusiveRefCntPtr<vfs::FileSystem> FS = in TEST_F() local
766 IntrusiveRefCntPtr<vfs::FileSystem> FS = in TEST_F() local
802 IntrusiveRefCntPtr<vfs::FileSystem> FS = in TEST_F() local
835 IntrusiveRefCntPtr<vfs::FileSystem> FS = getFromYAMLString("{]", Lower); in TEST_F() local
926 IntrusiveRefCntPtr<vfs::FileSystem> FS = getFromYAMLString( in TEST_F() local
978 IntrusiveRefCntPtr<vfs::FileSystem> FS = getFromYAMLString( in TEST_F() local
[all …]
/external/llvm/lib/Target/NVPTX/
DNVPTXSubtarget.cpp30 StringRef FS) { in initializeSubtargetDependencies()
47 const std::string &FS, in NVPTXSubtarget()
DNVPTXTargetMachine.cpp91 StringRef CPU, StringRef FS, in NVPTXTargetMachine()
111 StringRef CPU, StringRef FS, in NVPTXTargetMachine32()
120 StringRef CPU, StringRef FS, in NVPTXTargetMachine64()
/external/llvm/lib/Target/Mips/
DMipsTargetMachine.cpp86 StringRef CPU, StringRef FS, in MipsTargetMachine()
108 StringRef CPU, StringRef FS, in MipsebTargetMachine()
117 StringRef CPU, StringRef FS, in MipselTargetMachine()
131 std::string FS = !FSAttr.hasAttribute(Attribute::None) in getSubtargetImpl() local
DMipsSubtarget.cpp63 const std::string &FS, bool little, in MipsSubtarget()
143 MipsSubtarget::initializeSubtargetDependencies(StringRef CPU, StringRef FS, in initializeSubtargetDependencies()
/external/llvm/lib/Target/AArch64/
DAArch64TargetMachine.cpp124 StringRef CPU, StringRef FS, in AArch64TargetMachine()
148 std::string FS = !FSAttr.hasAttribute(Attribute::None) in getSubtargetImpl() local
167 const Target &T, const Triple &TT, StringRef CPU, StringRef FS, in AArch64leTargetMachine()
175 const Target &T, const Triple &TT, StringRef CPU, StringRef FS, in AArch64beTargetMachine()
DAArch64Subtarget.cpp40 AArch64Subtarget::initializeSubtargetDependencies(StringRef FS) { in initializeSubtargetDependencies()
51 const std::string &FS, in AArch64Subtarget()
/external/clang/lib/Basic/
DFileSystemStatCache.cpp45 FileSystemStatCache *Cache, vfs::FileSystem &FS) { in get()
111 std::unique_ptr<vfs::File> *F, vfs::FileSystem &FS) { in getStat()
/external/llvm/lib/Target/Hexagon/
DHexagonSubtarget.cpp63 HexagonSubtarget::initializeSubtargetDependencies(StringRef CPU, StringRef FS) { in initializeSubtargetDependencies()
92 StringRef FS, const TargetMachine &TM) in HexagonSubtarget()
/external/clang/lib/Analysis/
DPrintfFormatString.cpp37 static bool ParsePrecision(FormatStringHandler &H, PrintfSpecifier &FS, in ParsePrecision()
52 static bool ParseObjCFlags(FormatStringHandler &H, PrintfSpecifier &FS, in ParseObjCFlags()
111 PrintfSpecifier FS; in ParsePrintfSpecifier() local
373 const analyze_printf::PrintfSpecifier &FS = FSR.getValue(); in ParseFormatStringHasSArg() local
/external/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.cpp37 StringRef GPU, StringRef FS) { in initializeSubtargetDependencies()
65 AMDGPUSubtarget::AMDGPUSubtarget(const Triple &TT, StringRef GPU, StringRef FS, in AMDGPUSubtarget()

123456