Home
last modified time | relevance | path

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

12345

/external/valgrind/main/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/valgrind/main/none/tests/mips64/
Dmove_instructions.c92 #define TEST3(instruction, FD, FS, cc, offset) \ argument
116 #define TEST3d(instruction, FD, FS, cc, offset) \ argument
139 #define TEST4(instruction, offset, RTval, FD, FS, RT) \ argument
158 #define TEST4d(instruction, offset, RTval, FD, FS, RT) \ argument
/external/llvm/lib/Target/X86/
DX86Subtarget.cpp193 std::string FS = in resetSubtargetFeatures() local
201 void X86Subtarget::resetSubtargetFeatures(StringRef CPU, StringRef FS) { in resetSubtargetFeatures()
339 StringRef FS) { in initializeSubtargetDependencies()
346 const std::string &FS, X86TargetMachine &TM, in X86Subtarget()
/external/llvm/lib/Target/ARM/
DARMTargetMachine.cpp49 StringRef CPU, StringRef FS, in ARMBaseTargetMachine()
74 StringRef FS, const TargetOptions &Options, in ARMTargetMachine()
87 StringRef CPU, StringRef FS, in ARMLETargetMachine()
96 StringRef CPU, StringRef FS, in ARMBETargetMachine()
105 StringRef CPU, StringRef FS, in ThumbTargetMachine()
117 StringRef CPU, StringRef FS, in ThumbLETargetMachine()
126 StringRef CPU, StringRef FS, in ThumbBETargetMachine()
DARMSubtarget.cpp145 StringRef FS) { in initializeSubtargetDependencies()
152 const std::string &FS, TargetMachine &TM, in ARMSubtarget()
228 std::string FS = in resetSubtargetFeatures() local
236 void ARMSubtarget::resetSubtargetFeatures(StringRef CPU, StringRef FS) { in resetSubtargetFeatures()
/external/llvm/lib/Target/MSP430/
DMSP430Subtarget.cpp28 MSP430Subtarget &MSP430Subtarget::initializeSubtargetDependencies(StringRef CPU, StringRef FS) { in initializeSubtargetDependencies()
34 const std::string &FS, const TargetMachine &TM) in MSP430Subtarget()
/external/llvm/lib/Target/PowerPC/
DPPCSubtarget.cpp71 StringRef FS) { in initializeSubtargetDependencies()
78 const std::string &FS, PPCTargetMachine &TM, in PPCSubtarget()
106 std::string FS = in resetSubtargetFeatures() local
145 void PPCSubtarget::resetSubtargetFeatures(StringRef CPU, StringRef FS) { in resetSubtargetFeatures()
DPPCTargetMachine.cpp41 StringRef FS, const TargetOptions &Options, in PPCTargetMachine()
52 StringRef CPU, StringRef FS, in PPC32TargetMachine()
62 StringRef CPU, StringRef FS, in PPC64TargetMachine()
/external/llvm/lib/MC/
DMCSubtargetInfo.cpp25 MCSubtargetInfo::InitMCProcessorInfo(StringRef CPU, StringRef FS) { in InitMCProcessorInfo()
40 MCSubtargetInfo::InitMCSubtargetInfo(StringRef TT, StringRef CPU, StringRef FS, in InitMCSubtargetInfo()
74 uint64_t MCSubtargetInfo::ToggleFeature(StringRef FS) { in ToggleFeature()
/external/llvm/lib/Target/Hexagon/
DHexagonSubtarget.cpp52 HexagonSubtarget::initializeSubtargetDependencies(StringRef CPU, StringRef FS) { in initializeSubtargetDependencies()
74 HexagonSubtarget::HexagonSubtarget(StringRef TT, StringRef CPU, StringRef FS, in HexagonSubtarget()
/external/llvm/lib/Target/NVPTX/
DNVPTXSubtarget.cpp40 StringRef FS) { in initializeSubtargetDependencies()
57 const std::string &FS, const TargetMachine &TM, in NVPTXSubtarget()
DNVPTXTargetMachine.cpp70 StringRef CPU, StringRef FS, in NVPTXTargetMachine()
82 const Target &T, StringRef TT, StringRef CPU, StringRef FS, in NVPTXTargetMachine32()
90 const Target &T, StringRef TT, StringRef CPU, StringRef FS, in NVPTXTargetMachine64()
/external/llvm/lib/Target/Sparc/
DSparcSubtarget.cpp56 StringRef FS) { in initializeSubtargetDependencies()
79 const std::string &FS, TargetMachine &TM, in SparcSubtarget()
DSparcTargetMachine.cpp29 StringRef CPU, StringRef FS, in SparcTargetMachine()
83 StringRef FS, in SparcV8TargetMachine()
95 StringRef FS, in SparcV9TargetMachine()
/external/llvm/lib/Target/SystemZ/
DSystemZSubtarget.cpp27 SystemZSubtarget::initializeSubtargetDependencies(StringRef CPU, StringRef FS) { in initializeSubtargetDependencies()
42 const std::string &FS, in SystemZSubtarget()
/external/llvm/lib/Target/AArch64/
DAArch64Subtarget.cpp34 AArch64Subtarget::initializeSubtargetDependencies(StringRef FS) { in initializeSubtargetDependencies()
46 const std::string &FS, TargetMachine &TM, in AArch64Subtarget()
DAArch64TargetMachine.cpp85 StringRef CPU, StringRef FS, in AArch64TargetMachine()
99 StringRef CPU, StringRef FS, const TargetOptions &Options, in AArch64leTargetMachine()
108 StringRef CPU, StringRef FS, const TargetOptions &Options, in AArch64beTargetMachine()
/external/clang/lib/Basic/
DFileSystemStatCache.cpp56 FileSystemStatCache *Cache, vfs::FileSystem &FS) { in get()
123 std::unique_ptr<vfs::File> *F, vfs::FileSystem &FS) { in getStat()
/external/clang/unittests/Basic/
DVirtualFileSystemTest.cpp292 IntrusiveRefCntPtr<vfs::FileSystem> FS = vfs::getRealFileSystem(); in TEST() local
319 IntrusiveRefCntPtr<vfs::FileSystem> FS = vfs::getRealFileSystem(); in TEST() local
556 IntrusiveRefCntPtr<vfs::FileSystem> FS; in TEST_F() local
569 IntrusiveRefCntPtr<vfs::FileSystem> FS = in TEST_F() local
619 IntrusiveRefCntPtr<vfs::FileSystem> FS = in TEST_F() local
655 IntrusiveRefCntPtr<vfs::FileSystem> FS = in TEST_F() local
688 IntrusiveRefCntPtr<vfs::FileSystem> FS = getFromYAMLString("{]", Lower); in TEST_F() local
779 IntrusiveRefCntPtr<vfs::FileSystem> FS = getFromYAMLString( in TEST_F() local
831 IntrusiveRefCntPtr<vfs::FileSystem> FS = getFromYAMLString( in TEST_F() local
874 IntrusiveRefCntPtr<vfs::FileSystem> FS = getFromYAMLString( in TEST_F() local
[all …]
/external/llvm/lib/Target/Mips/
DMipsTargetMachine.cpp54 StringRef CPU, StringRef FS, in MipsTargetMachine()
67 StringRef CPU, StringRef FS, const TargetOptions &Options, in MipsebTargetMachine()
76 StringRef CPU, StringRef FS, const TargetOptions &Options, in MipselTargetMachine()
DMipsSubtarget.cpp106 const std::string &FS, bool little, in MipsSubtarget()
191 MipsSubtarget::initializeSubtargetDependencies(StringRef CPU, StringRef FS, in initializeSubtargetDependencies()
/external/llvm/lib/Target/XCore/
DXCoreSubtarget.cpp29 const std::string &FS, const TargetMachine &TM) in XCoreSubtarget()
/external/llvm/lib/Target/R600/
DAMDGPUSubtarget.cpp28 AMDGPUSubtarget::AMDGPUSubtarget(StringRef TT, StringRef GPU, StringRef FS) : in AMDGPUSubtarget()
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfFileAttachmentAnnotationDictionary_autogen.cpp23 SkPdfFileSpec SkPdfFileAttachmentAnnotationDictionary::FS(SkPdfNativeDoc* doc) { in FS() function in SkPdfFileAttachmentAnnotationDictionary
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfFileAttachmentAnnotationDictionary_autogen.cpp23 SkPdfFileSpec SkPdfFileAttachmentAnnotationDictionary::FS(SkPdfNativeDoc* doc) { in FS() function in SkPdfFileAttachmentAnnotationDictionary

12345