Home
last modified time | relevance | path

Searched refs:FM (Results 1 – 25 of 393) sorted by relevance

12345678910>>...16

/external/llvm/test/CodeGen/PowerPC/
Dfsel.ll2 …7 -enable-no-infs-fp-math -enable-no-nans-fp-math -mattr=-vsx | FileCheck -check-prefix=CHECK-FM %s
3 …nable-no-infs-fp-math -enable-no-nans-fp-math -mattr=+vsx | FileCheck -check-prefix=CHECK-FM-VSX %s
17 ; CHECK-FM: @zerocmp1
18 ; CHECK-FM: fsel 1, 1, 2, 3
19 ; CHECK-FM: blr
21 ; CHECK-FM-VSX: @zerocmp1
22 ; CHECK-FM-VSX: fsel 1, 1, 2, 3
23 ; CHECK-FM-VSX: blr
36 ; CHECK-FM: @zerocmp2
37 ; CHECK-FM: fneg [[REG:[0-9]+]], 1
[all …]
Dqpx-rounding-ops.ll2 …=powerpc64-unknown-linux-gnu -mcpu=a2q -enable-unsafe-fp-math | FileCheck -check-prefix=CHECK-FM %s
13 ; CHECK-FM: test1:
14 ; CHECK-FM: qvfrim 1, 1
26 ; CHECK-FM: test2:
27 ; CHECK-FM: qvfrim 1, 1
39 ; CHECK-FM: test3:
40 ; CHECK-FM-NOT: qvfrin
52 ; CHECK-FM: test4:
53 ; CHECK-FM-NOT: qvfrin
65 ; CHECK-FM: test5:
[all …]
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dfsel.ll2 …7 -enable-no-infs-fp-math -enable-no-nans-fp-math -mattr=-vsx | FileCheck -check-prefix=CHECK-FM %s
3 …nable-no-infs-fp-math -enable-no-nans-fp-math -mattr=+vsx | FileCheck -check-prefix=CHECK-FM-VSX %s
17 ; CHECK-FM: @zerocmp1
18 ; CHECK-FM: fsel 1, 1, 2, 3
19 ; CHECK-FM: blr
21 ; CHECK-FM-VSX: @zerocmp1
22 ; CHECK-FM-VSX: fsel 1, 1, 2, 3
23 ; CHECK-FM-VSX: blr
36 ; CHECK-FM: @zerocmp2
37 ; CHECK-FM: fneg [[REG:[0-9]+]], 1
[all …]
/external/clang/lib/StaticAnalyzer/Core/
DPlistDiagnostics.cpp85 const FIDMap& FM, in ReportControlFlow() argument
111 EmitRange(o, SM, Lexer::getAsCharRange(StartEdge, SM, LangOpts), FM, in ReportControlFlow()
116 EmitRange(o, SM, Lexer::getAsCharRange(EndEdge, SM, LangOpts), FM, in ReportControlFlow()
138 const FIDMap& FM, in ReportEvent() argument
158 EmitLocation(o, SM, L, FM, indent); in ReportEvent()
170 FM, indent + 1); in ReportEvent()
198 const FIDMap& FM, const SourceManager &SM,
207 const FIDMap& FM, const SourceManager &SM, in ReportCall() argument
216 ReportPiece(o, *callEnter, FM, SM, LangOpts, indent, depth, true, in ReportCall()
225 ReportPiece(o, *callEnterWithinCaller, FM, SM, LangOpts, in ReportCall()
[all …]
/external/clang/lib/ARCMigrate/
DPlistReporter.cpp43 FIDMap FM; in writeARCDiagsToPlist() local
50 AddFID(FM, Fids, SM, D.getLocation()); in writeARCDiagsToPlist()
54 AddFID(FM, Fids, SM, RI->getBegin()); in writeARCDiagsToPlist()
55 AddFID(FM, Fids, SM, RI->getEnd()); in writeARCDiagsToPlist()
103 EmitLocation(o, SM, D.getLocation(), FM, 2); in writeARCDiagsToPlist()
113 FM, 4); in writeARCDiagsToPlist()
/external/llvm-project/clang/lib/ARCMigrate/
DPlistReporter.cpp42 FIDMap FM; in writeARCDiagsToPlist() local
49 AddFID(FM, Fids, SM, D.getLocation()); in writeARCDiagsToPlist()
53 AddFID(FM, Fids, SM, RI->getBegin()); in writeARCDiagsToPlist()
54 AddFID(FM, Fids, SM, RI->getEnd()); in writeARCDiagsToPlist()
102 EmitLocation(o, SM, D.getLocation(), FM, 2); in writeARCDiagsToPlist()
111 FM, 4); in writeARCDiagsToPlist()
/external/llvm-project/clang/include/clang/AST/
DExternalASTMerger.h75 FileManager &FM; member
85 FileManager &FM; variable
95 ImporterSource(ASTContext &AST, FileManager &FM, const OriginMap &OM,
97 : AST(AST), FM(FM), OM(OM), Temporary(Temporary), Merger(Merger) {} in AST()
99 FileManager &getFileManager() const { return FM; } in getFileManager()
/external/clang/include/clang/Basic/
DPlistSupport.h91 SourceLocation L, const FIDMap &FM, unsigned indent) { in EmitLocation() argument
102 EmitInteger(o, GetFID(FM, SM, Loc)) << '\n'; in EmitLocation()
107 CharSourceRange R, const FIDMap &FM, unsigned indent) { in EmitRange() argument
112 EmitLocation(o, SM, R.getBegin(), FM, indent + 1); in EmitRange()
113 EmitLocation(o, SM, R.getEnd(), FM, indent + 1); in EmitRange()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DPlistDiagnostics.cpp48 void printBugPath(llvm::raw_ostream &o, const FIDMap &FM,
80 const FIDMap& FM; member in __anon6875876a0211::PlistPrinter
86 PlistPrinter(const FIDMap& FM, in PlistPrinter() argument
89 : FM(FM), PP(PP), CTU(CTU) { in PlistPrinter()
173 FIDMap &FM,
201 FM, indent + 1); in EmitRanges()
239 FM, indent + 2); in EmitFixits()
276 EmitRange(o, SM, Lexer::getAsCharRange(StartEdge, SM, LangOpts), FM, in ReportControlFlow()
281 EmitRange(o, SM, Lexer::getAsCharRange(EndEdge, SM, LangOpts), FM, in ReportControlFlow()
324 EmitLocation(o, SM, L, FM, indent); in ReportEvent()
[all …]
/external/llvm-project/clang/include/clang/Basic/
DPlistSupport.h108 SourceLocation L, const FIDMap &FM, unsigned indent) { in EmitLocation() argument
119 EmitInteger(o, GetFID(FM, SM, Loc)) << '\n'; in EmitLocation()
124 CharSourceRange R, const FIDMap &FM, unsigned indent) { in EmitRange() argument
129 EmitLocation(o, SM, R.getBegin(), FM, indent + 1); in EmitRange()
134 EmitLocation(o, SM, R.getEnd().getLocWithOffset(-1), FM, indent + 1); in EmitRange()
/external/llvm-project/clang-tools-extra/clangd/unittests/tweaks/
DTweakTests.cpp51 FileManager FM(FileSystemOptions(), MemFS); in TEST() local
53 SourceManager SM(DE, FM); in TEST()
56 auto FID = SM.createFileID(*FM.getFile(Path), SourceLocation(), in TEST()
/external/llvm-project/libc/benchmarks/
DLibcMemoryBenchmarkMain.cpp65 FunctionMeasurements FM; in Main() local
66 FM.Name = std::string(FunctionName); in Main()
73 FM.Measurements.push_back(Measurement); in Main()
81 S.Functions.push_back(std::move(FM)); in Main()
DJSON.cpp331 static void Serialize(const FunctionMeasurements &FM, json::OStream &JOS) { in Serialize() argument
333 JOS.attribute("Name", FM.Name); in Serialize()
335 for (const auto &M : FM.Measurements) in Serialize()
339 for (const auto &M : FM.Measurements) in Serialize()
361 for (const auto &FM : S.Functions) in SerializeToJson() local
362 Serialize(FM, JOS); in SerializeToJson()
/external/llvm-project/clang/lib/Lex/
DHeaderMap.cpp51 FileManager &FM) { in Create() argument
56 auto FileBuffer = FM.getBufferForFile(FE); in Create()
200 FileManager &FM) const { in LookupFile()
207 return FM.getOptionalFileRef(Dest); in LookupFile()
/external/clang/lib/Lex/
DHeaderMap.cpp51 const HeaderMap *HeaderMap::Create(const FileEntry *FE, FileManager &FM) { in Create() argument
56 auto FileBuffer = FM.getBufferForFile(FE); in Create()
200 StringRef Filename, FileManager &FM) const { in LookupFile()
207 return FM.getFile(Dest); in LookupFile()
/external/strace/xlat/
Dv4l2_control_classes.in5 V4L2_CTRL_CLASS_FM_TX 0x009b0000 /* FM Modulator controls */
11 V4L2_CTRL_CLASS_FM_RX 0x00a10000 /* FM Receiver controls */
/external/llvm-project/clang/test/Index/
Dcomplete-macro-args.c22 #define FM(x) x
24 FM(p->x, a);
/external/clang/test/Index/
Dcomplete-macro-args.c22 #define FM(x) x
24 FM(p->x, a);
/external/clang/include/clang/Lex/
DHeaderMap.h74 static const HeaderMap *Create(const FileEntry *FE, FileManager &FM);
81 const FileEntry *LookupFile(StringRef Filename, FileManager &FM) const;
/external/llvm-project/clang/include/clang/Lex/
DHeaderMap.h73 FileManager &FM);
80 Optional<FileEntryRef> LookupFile(StringRef Filename, FileManager &FM) const;
/external/llvm/lib/Target/X86/
DX86AsmPrinter.h31 FaultMaps FM; variable
125 : AsmPrinter(TM, std::move(Streamer)), SM(*this), FM(*this) {} in X86AsmPrinter()
/external/llvm-project/llvm/lib/Target/X86/
DX86AsmPrinter.h30 FaultMaps FM; variable
144 FM.reset(); in doInitialization()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86AsmPrinter.h31 FaultMaps FM; variable
145 FM.reset(); in doInitialization()
/external/llvm-project/clang/lib/Analysis/
DThreadSafety.cpp206 FactID addLock(FactManager &FM, std::unique_ptr<FactEntry> Entry) { in addLock() argument
207 FactID F = FM.newFact(std::move(Entry)); in addLock()
212 bool removeLock(FactManager& FM, const CapabilityExpr &CapE) { in removeLock() argument
218 if (FM[FactIDs[i]].matches(CapE)) { in removeLock()
224 if (FM[FactIDs[n-1]].matches(CapE)) { in removeLock()
231 iterator findLockIter(FactManager &FM, const CapabilityExpr &CapE) { in findLockIter() argument
233 return FM[ID].matches(CapE); in findLockIter()
237 const FactEntry *findLock(FactManager &FM, const CapabilityExpr &CapE) const { in findLock() argument
239 return FM[ID].matches(CapE); in findLock()
241 return I != end() ? &FM[*I] : nullptr; in findLock()
[all …]
/external/clang/lib/Analysis/
DThreadSafety.cpp190 FactID addLock(FactManager &FM, std::unique_ptr<FactEntry> Entry) { in addLock() argument
191 FactID F = FM.newFact(std::move(Entry)); in addLock()
196 bool removeLock(FactManager& FM, const CapabilityExpr &CapE) { in removeLock() argument
202 if (FM[FactIDs[i]].matches(CapE)) { in removeLock()
208 if (FM[FactIDs[n-1]].matches(CapE)) { in removeLock()
215 iterator findLockIter(FactManager &FM, const CapabilityExpr &CapE) { in findLockIter() argument
217 return FM[ID].matches(CapE); in findLockIter()
221 FactEntry *findLock(FactManager &FM, const CapabilityExpr &CapE) const { in findLock() argument
223 return FM[ID].matches(CapE); in findLock()
225 return I != end() ? &FM[*I] : nullptr; in findLock()
[all …]

12345678910>>...16