Home
last modified time | relevance | path

Searched refs:FB (Results 1 – 25 of 484) sorted by relevance

12345678910>>...20

/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITMultipleModuleTest.cpp94 Function *FA, *FB; in TEST_F() local
95 createTwoModuleCase(A, FA, B, FB); in TEST_F()
103 ptr = TheJIT->getFunctionAddress(FB->getName().str()); in TEST_F()
114 Function *FA, *FB; in TEST_F() local
115 createTwoModuleCase(A, FA, B, FB); in TEST_F()
120 uint64_t ptr = TheJIT->getFunctionAddress(FB->getName().str()); in TEST_F()
135 Function *FA, *FB; in TEST_F() local
136 createTwoModuleExternCase(A, FA, B, FB); in TEST_F()
141 uint64_t ptr = TheJIT->getFunctionAddress(FB->getName().str()); in TEST_F()
156 Function *FA, *FB; in TEST_F() local
[all …]
DMCJITTestBase.h221 std::unique_ptr<Module> &B, Function *&FB, in createThreeModuleChainedCallsCase() argument
228 FB = insertSimpleCallFunction<int32_t(int32_t, int32_t)>(B.get(), FAExtern_in_B); in createThreeModuleChainedCallsCase()
231 Function *FBExtern_in_C = insertExternalReferenceToFunction(C.get(), FB); in createThreeModuleChainedCallsCase()
239 std::unique_ptr<Module> &B, Function *&FB) { in createTwoModuleCase() argument
244 FB = insertAddFunction(B.get()); in createTwoModuleCase()
250 std::unique_ptr<Module> &B, Function *&FB) { in createTwoModuleExternCase() argument
256 FB = insertSimpleCallFunction<int32_t(int32_t, int32_t)>(B.get(), in createTwoModuleExternCase()
264 std::unique_ptr<Module> &B, Function *&FB, in createThreeModuleCase() argument
271 FB = insertSimpleCallFunction<int32_t(int32_t, int32_t)>(B.get(), FAExtern_in_B); in createThreeModuleCase()
/external/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITMultipleModuleTest.cpp93 Function *FA, *FB; in TEST_F() local
94 createTwoModuleCase(A, FA, B, FB); in TEST_F()
102 ptr = TheJIT->getFunctionAddress(FB->getName().str()); in TEST_F()
113 Function *FA, *FB; in TEST_F() local
114 createTwoModuleCase(A, FA, B, FB); in TEST_F()
119 uint64_t ptr = TheJIT->getFunctionAddress(FB->getName().str()); in TEST_F()
134 Function *FA, *FB; in TEST_F() local
135 createTwoModuleExternCase(A, FA, B, FB); in TEST_F()
140 uint64_t ptr = TheJIT->getFunctionAddress(FB->getName().str()); in TEST_F()
155 Function *FA, *FB; in TEST_F() local
[all …]
DMCJITTestBase.h217 std::unique_ptr<Module> &B, Function *&FB, in createThreeModuleChainedCallsCase() argument
224 FB = insertSimpleCallFunction(B.get(), FAExtern_in_B); in createThreeModuleChainedCallsCase()
227 Function *FBExtern_in_C = insertExternalReferenceToFunction(C.get(), FB); in createThreeModuleChainedCallsCase()
235 std::unique_ptr<Module> &B, Function *&FB) { in createTwoModuleCase() argument
240 FB = insertAddFunction(B.get()); in createTwoModuleCase()
246 std::unique_ptr<Module> &B, Function *&FB) { in createTwoModuleExternCase() argument
252 FB = insertSimpleCallFunction(B.get(), FAExtern_in_B); in createTwoModuleExternCase()
259 std::unique_ptr<Module> &B, Function *&FB, in createThreeModuleCase() argument
266 FB = insertSimpleCallFunction(B.get(), FAExtern_in_B); in createThreeModuleCase()
/external/rust/crates/rayon/src/iter/
Dunzip.rs15 fn consume<FA, FB>(&self, item: T, left: FA, right: FB) -> (FA, FB) in consume()
18 FB: Folder<Self::Right>; in consume()
98 fn consume<FA, FB>(&self, item: (A, B), left: FA, right: FB) -> (FA, FB) in consume()
101 FB: Folder<B>, in consume()
138 fn consume<FA, FB>(&self, item: T, left: FA, right: FB) -> (FA, FB) in consume()
141 FB: Folder<T>, in consume()
181 fn consume<FA, FB>(&self, item: T, left: FA, right: FB) -> (FA, FB) in consume()
184 FB: Folder<R>, in consume()
361 struct UnzipFolder<'a, OP, FA, FB> {
364 right: FB,
[all …]
/external/llvm-project/llvm/lib/BinaryFormat/
DMsgPackReader.cpp32 uint8_t FB = static_cast<uint8_t>(*Current++); in read() local
34 switch (FB) { in read()
144 if ((FB & FixBitsMask::NegativeInt) == FixBits::NegativeInt) { in read()
147 static_assert(sizeof(I) == sizeof(FB), "Unexpected type sizes"); in read()
148 memcpy(&I, &FB, sizeof(FB)); in read()
153 if ((FB & FixBitsMask::PositiveInt) == FixBits::PositiveInt) { in read()
155 Obj.UInt = FB; in read()
159 if ((FB & FixBitsMask::String) == FixBits::String) { in read()
161 uint8_t Size = FB & ~FixBitsMask::String; in read()
165 if ((FB & FixBitsMask::Array) == FixBits::Array) { in read()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
DMsgPackReader.cpp32 uint8_t FB = static_cast<uint8_t>(*Current++); in read() local
34 switch (FB) { in read()
144 if ((FB & FixBitsMask::NegativeInt) == FixBits::NegativeInt) { in read()
147 static_assert(sizeof(I) == sizeof(FB), "Unexpected type sizes"); in read()
148 memcpy(&I, &FB, sizeof(FB)); in read()
153 if ((FB & FixBitsMask::PositiveInt) == FixBits::PositiveInt) { in read()
155 Obj.UInt = FB; in read()
159 if ((FB & FixBitsMask::String) == FixBits::String) { in read()
161 uint8_t Size = FB & ~FixBitsMask::String; in read()
165 if ((FB & FixBitsMask::Array) == FixBits::Array) { in read()
[all …]
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Draw_ostream.cpp362 raw_ostream &raw_ostream::operator<<(const FormattedBytes &FB) { in operator <<() argument
363 if (FB.Bytes.empty()) in operator <<()
367 auto Bytes = FB.Bytes; in operator <<()
369 HexPrintStyle HPS = FB.Upper ? HexPrintStyle::Upper : HexPrintStyle::Lower; in operator <<()
371 if (FB.FirstByteOffset.hasValue()) { in operator <<()
375 size_t Lines = Size / FB.NumPerLine; in operator <<()
376 uint64_t MaxOffset = *FB.FirstByteOffset + Lines * FB.NumPerLine; in operator <<()
385 alignTo(FB.NumPerLine, FB.ByteGroupSize) / FB.ByteGroupSize; in operator <<()
386 unsigned BlockCharWidth = FB.NumPerLine * 2 + NumByteGroups - 1; in operator <<()
389 indent(FB.IndentLevel); in operator <<()
[all …]
/external/llvm-project/lldb/test/API/commands/expression/codegen-crash-import-def-arraytype-element/
Dmain.cpp21 class FB { class
30 FB(B *p) : __private(p) {} in FB() function in FB
41 void FB::init() { in init()
47 FB fb(&b); in main()
/external/llvm-project/llvm/lib/MC/
DMCSubtargetInfo.cpp237 FeatureBitset MCSubtargetInfo::ToggleFeature(uint64_t FB) { in ToggleFeature() argument
238 FeatureBits.flip(FB); in ToggleFeature()
242 FeatureBitset MCSubtargetInfo::ToggleFeature(const FeatureBitset &FB) { in ToggleFeature() argument
243 FeatureBits ^= FB; in ToggleFeature()
248 const FeatureBitset &FB) { in SetFeatureBitsTransitively() argument
249 SetImpliedBits(FeatureBits, FB, ProcFeatures); in SetFeatureBitsTransitively()
254 const FeatureBitset &FB) { in ClearFeatureBitsTransitively() argument
255 for (unsigned I = 0, E = FB.size(); I < E; I++) { in ClearFeatureBitsTransitively()
256 if (FB[I]) { in ClearFeatureBitsTransitively()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSubtargetInfo.cpp221 FeatureBitset MCSubtargetInfo::ToggleFeature(uint64_t FB) { in ToggleFeature() argument
222 FeatureBits.flip(FB); in ToggleFeature()
226 FeatureBitset MCSubtargetInfo::ToggleFeature(const FeatureBitset &FB) { in ToggleFeature() argument
227 FeatureBits ^= FB; in ToggleFeature()
232 const FeatureBitset &FB) { in SetFeatureBitsTransitively() argument
233 SetImpliedBits(FeatureBits, FB, ProcFeatures); in SetFeatureBitsTransitively()
238 const FeatureBitset &FB) { in ClearFeatureBitsTransitively() argument
239 for (unsigned I = 0, E = FB.size(); I < E; I++) { in ClearFeatureBitsTransitively()
240 if (FB[I]) { in ClearFeatureBitsTransitively()
/external/python/cpython2/Modules/
Dshamodule.c143 #define FB(n) \ macro
182 FA(1); FB(1); FC(1); FD(1); FE(1); FT(1); FA(1); FB(1); FC(1); FD(1); in sha_transform()
183 FE(1); FT(1); FA(1); FB(1); FC(1); FD(1); FE(1); FT(1); FA(1); FB(1); in sha_transform()
184 FC(2); FD(2); FE(2); FT(2); FA(2); FB(2); FC(2); FD(2); FE(2); FT(2); in sha_transform()
185 FA(2); FB(2); FC(2); FD(2); FE(2); FT(2); FA(2); FB(2); FC(2); FD(2); in sha_transform()
186 FE(3); FT(3); FA(3); FB(3); FC(3); FD(3); FE(3); FT(3); FA(3); FB(3); in sha_transform()
187 FC(3); FD(3); FE(3); FT(3); FA(3); FB(3); FC(3); FD(3); FE(3); FT(3); in sha_transform()
188 FA(4); FB(4); FC(4); FD(4); FE(4); FT(4); FA(4); FB(4); FC(4); FD(4); in sha_transform()
189 FE(4); FT(4); FA(4); FB(4); FC(4); FD(4); FE(4); FT(4); FA(4); FB(4); in sha_transform()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Draw_ostream.cpp402 raw_ostream &raw_ostream::operator<<(const FormattedBytes &FB) { in operator <<() argument
403 if (FB.Bytes.empty()) in operator <<()
407 auto Bytes = FB.Bytes; in operator <<()
409 HexPrintStyle HPS = FB.Upper ? HexPrintStyle::Upper : HexPrintStyle::Lower; in operator <<()
411 if (FB.FirstByteOffset.hasValue()) { in operator <<()
415 size_t Lines = Size / FB.NumPerLine; in operator <<()
416 uint64_t MaxOffset = *FB.FirstByteOffset + Lines * FB.NumPerLine; in operator <<()
425 alignTo(FB.NumPerLine, FB.ByteGroupSize) / FB.ByteGroupSize; in operator <<()
426 unsigned BlockCharWidth = FB.NumPerLine * 2 + NumByteGroups - 1; in operator <<()
429 indent(FB.IndentLevel); in operator <<()
[all …]
/external/llvm-project/llvm/lib/Support/
Draw_ostream.cpp403 raw_ostream &raw_ostream::operator<<(const FormattedBytes &FB) { in operator <<() argument
404 if (FB.Bytes.empty()) in operator <<()
408 auto Bytes = FB.Bytes; in operator <<()
410 HexPrintStyle HPS = FB.Upper ? HexPrintStyle::Upper : HexPrintStyle::Lower; in operator <<()
412 if (FB.FirstByteOffset.hasValue()) { in operator <<()
416 size_t Lines = Size / FB.NumPerLine; in operator <<()
417 uint64_t MaxOffset = *FB.FirstByteOffset + Lines * FB.NumPerLine; in operator <<()
426 alignTo(FB.NumPerLine, FB.ByteGroupSize) / FB.ByteGroupSize; in operator <<()
427 unsigned BlockCharWidth = FB.NumPerLine * 2 + NumByteGroups - 1; in operator <<()
430 indent(FB.IndentLevel); in operator <<()
[all …]
/external/llvm/test/CodeGen/X86/
Dnorex-subreg.ll51 define fastcc i32 @g(i64 %FB) nounwind uwtable readnone align 2 {
53 %and32 = and i64 %FB, 256
59 %and42 = and i64 %FB, 32
63 %and47 = and i64 %FB, 8192
69 %and57 = lshr i64 %FB, 2
73 %and62 = and i64 %FB, 128
/external/llvm-project/llvm/test/CodeGen/X86/
Dnorex-subreg.ll51 define fastcc i32 @g(i64 %FB) nounwind uwtable readnone align 2 {
53 %and32 = and i64 %FB, 256
59 %and42 = and i64 %FB, 32
63 %and47 = and i64 %FB, 8192
69 %and57 = lshr i64 %FB, 2
73 %and62 = and i64 %FB, 128
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCTargetDesc.cpp339 FeatureBitset FB = S; in completeHVXFeatures() local
342 if (!FB.test(F)) in completeHVXFeatures()
349 if (!FB.test(F)) in completeHVXFeatures()
357 if (!FB.test(F)) in completeHVXFeatures()
365 return FB; in completeHVXFeatures()
370 FB.set(ExtensionHVXV66); in completeHVXFeatures()
373 FB.set(ExtensionHVXV65); in completeHVXFeatures()
376 FB.set(ExtensionHVXV62); in completeHVXFeatures()
379 FB.set(ExtensionHVXV60); in completeHVXFeatures()
382 return FB; in completeHVXFeatures()
/external/llvm-project/llvm/test/tools/llvm-cov/gcov/
Dbasic.test83 RUN: llvm-cov gcov test.c -a -b -f | FileCheck %s --check-prefixes=OUT,OUTFILE,OUT-F,OUT-B,OUT-FB -…
89 OUT-FB-NEXT:No branches
90 OUT-FB-NEXT:No calls
94 OUT-FB-NEXT:No branches
95 OUT-FB-NEXT:No calls
99 OUT-FB-NEXT:No branches
100 OUT-FB-NEXT:No calls
104 OUT-FB-NEXT:No branches
105 OUT-FB-NEXT:No calls
109 OUT-FB-NEXT:No branches
[all …]
/external/llvm/lib/MC/
DMCSubtargetInfo.cpp53 FeatureBitset MCSubtargetInfo::ToggleFeature(uint64_t FB) { in ToggleFeature() argument
54 FeatureBits.flip(FB); in ToggleFeature()
58 FeatureBitset MCSubtargetInfo::ToggleFeature(const FeatureBitset &FB) { in ToggleFeature() argument
59 FeatureBits ^= FB; in ToggleFeature()
/external/llvm-project/llvm/tools/llvm-objcopy/
Dllvm-objcopy.cpp119 FileBuffer FB(Member.MemberName); in deepWriteArchive() local
120 if (Error E = FB.allocate(Member.Buf->getBufferSize())) in deepWriteArchive()
123 FB.getBufferStart()); in deepWriteArchive()
124 if (Error E = FB.commit()) in deepWriteArchive()
300 FileBuffer FB(Config.OutputFilename); in executeObjcopy() local
301 if (Error E = ProcessRaw(Config, *BufOrErr->get(), FB)) in executeObjcopy()
313 FileBuffer FB(Config.OutputFilename); in executeObjcopy() local
315 *BinaryOrErr.get().getBinary(), FB)) in executeObjcopy()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonEarlyIfConv.cpp124 MachineBasicBlock *FB, MachineBasicBlock *JB) in FlowPattern()
125 : SplitB(B), TrueB(TB), FalseB(FB), JoinB(JB), PredR(PR) {} in FlowPattern()
246 MachineBasicBlock *TB = nullptr, *FB = nullptr; in matchFlowPattern() local
274 TB = T1B, FB = T2B; in matchFlowPattern()
276 TB = T2B, FB = T1B; in matchFlowPattern()
278 if (!MDT->properlyDominates(B, TB) || !MDT->properlyDominates(B, FB)) in matchFlowPattern()
285 assert(TB && FB && "Failed to find triangle control flow blocks"); in matchFlowPattern()
286 unsigned TNP = TB->pred_size(), FNP = FB->pred_size(); in matchFlowPattern()
287 unsigned TNS = TB->succ_size(), FNS = FB->succ_size(); in matchFlowPattern()
295 bool FOk = (FNP == 1 && FNS == 1 && MLI->getLoopFor(FB) == L); in matchFlowPattern()
[all …]
DHexagonHardwareLoops.cpp457 MachineBasicBlock *TB = nullptr, *FB = nullptr; in findInductionRegister() local
458 bool NotAnalyzed = TII->analyzeBranch(*ExitingBlock, TB, FB, Cond, false); in findInductionRegister()
618 MachineBasicBlock *TB = nullptr, *FB = nullptr; in getLoopTripCount() local
619 bool NotAnalyzed = TII->analyzeBranch(*ExitingBlock, TB, FB, Cond, false); in getLoopTripCount()
628 if (ExitingBlock != Latch && (TB == Latch || FB == Latch)) { in getLoopTripCount()
637 FB = (LTB == Header) ? LTB: LFB; in getLoopTripCount()
639 assert ((!FB || TB == Header || FB == Header) && "Branches not to header?"); in getLoopTripCount()
640 if (!TB || (FB && TB != Header && FB != Header)) in getLoopTripCount()
1224 MachineBasicBlock *TB = nullptr, *FB = nullptr; in convertToHardwareLoop() local
1227 if (TII->analyzeBranch(*ExitingBlock, TB, FB, Cond, false)) in convertToHardwareLoop()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonEarlyIfConv.cpp124 MachineBasicBlock *FB, MachineBasicBlock *JB) in FlowPattern()
125 : SplitB(B), TrueB(TB), FalseB(FB), JoinB(JB), PredR(PR) {} in FlowPattern()
246 MachineBasicBlock *TB = nullptr, *FB = nullptr; in matchFlowPattern() local
274 TB = T1B, FB = T2B; in matchFlowPattern()
276 TB = T2B, FB = T1B; in matchFlowPattern()
278 if (!MDT->properlyDominates(B, TB) || !MDT->properlyDominates(B, FB)) in matchFlowPattern()
285 assert(TB && FB && "Failed to find triangle control flow blocks"); in matchFlowPattern()
286 unsigned TNP = TB->pred_size(), FNP = FB->pred_size(); in matchFlowPattern()
287 unsigned TNS = TB->succ_size(), FNS = FB->succ_size(); in matchFlowPattern()
295 bool FOk = (FNP == 1 && FNS == 1 && MLI->getLoopFor(FB) == L); in matchFlowPattern()
[all …]
/external/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCTargetDesc.cpp414 FeatureBitset FB = S; in completeHVXFeatures() local
418 if (!FB.test(F)) in completeHVXFeatures()
425 if (!FB.test(F)) in completeHVXFeatures()
433 if (!FB.test(F)) in completeHVXFeatures()
441 return FB; in completeHVXFeatures()
446 FB.set(ExtensionHVXV67); in completeHVXFeatures()
449 FB.set(ExtensionHVXV66); in completeHVXFeatures()
452 FB.set(ExtensionHVXV65); in completeHVXFeatures()
455 FB.set(ExtensionHVXV62); in completeHVXFeatures()
458 FB.set(ExtensionHVXV60); in completeHVXFeatures()
[all …]
/external/OpenCSD/decoder/build/win-vs2015/ref_trace_decode_lib/
Dref_trace_decode_lib.sln10 …n-vs2015\snapshot_parser_lib\snapshot_parser_lib.vcxproj", "{DE1F395D-4F53-42FB-8AEF-993A4BF7E411}"
80 {DE1F395D-4F53-42FB-8AEF-993A4BF7E411}.Debug|Win32.ActiveCfg = Debug|Win32
81 {DE1F395D-4F53-42FB-8AEF-993A4BF7E411}.Debug|Win32.Build.0 = Debug|Win32
82 {DE1F395D-4F53-42FB-8AEF-993A4BF7E411}.Debug|x64.ActiveCfg = Debug|x64
83 {DE1F395D-4F53-42FB-8AEF-993A4BF7E411}.Debug|x64.Build.0 = Debug|x64
84 {DE1F395D-4F53-42FB-8AEF-993A4BF7E411}.Debug-dll|Win32.ActiveCfg = Debug-dll|Win32
85 {DE1F395D-4F53-42FB-8AEF-993A4BF7E411}.Debug-dll|x64.ActiveCfg = Debug-dll|x64
86 {DE1F395D-4F53-42FB-8AEF-993A4BF7E411}.Release|Win32.ActiveCfg = Release|Win32
87 {DE1F395D-4F53-42FB-8AEF-993A4BF7E411}.Release|Win32.Build.0 = Release|Win32
88 {DE1F395D-4F53-42FB-8AEF-993A4BF7E411}.Release|x64.ActiveCfg = Release|x64
[all …]

12345678910>>...20