Searched defs:FB (Results 1 - 14 of 14) sorted by relevance

/external/clang/test/CXX/special/class.inhctor/
H A Dp4.cpp19 friend class FB;
31 struct FB { struct
/external/llvm/lib/MC/
H A DMCObjectWriter.cpp44 const MCSymbolData *DataB, const MCFragment &FB, bool InSet,
47 const MCSection &SecB = FB.getParent()->getSection();
42 IsSymbolRefDifferenceFullyResolvedImpl( const MCAssembler &Asm, const MCSymbolData &DataA, const MCSymbolData *DataB, const MCFragment &FB, bool InSet, bool IsPCRel) const argument
H A DMCSubtargetInfo.cpp66 uint64_t MCSubtargetInfo::ToggleFeature(uint64_t FB) { argument
67 FeatureBits ^= FB;
H A DMachObjectWriter.cpp664 const MCFragment &FB,
679 const MCSection &SecB = FB.getParent()->getSection();
699 FB.getAtom() != Asm.getSymbolData(SA).getFragment()->getAtom() &&
710 else if(!FB.getAtom() &&
730 B_Base = FB.getAtom();
661 IsSymbolRefDifferenceFullyResolvedImpl(const MCAssembler &Asm, const MCSymbolData &DataA, const MCSymbolData *DataB, const MCFragment &FB, bool InSet, bool IsPCRel) const argument
H A DWinCOFFObjectWriter.cpp176 const MCFragment &FB, bool InSet,
654 const MCSymbolData *DataB, const MCFragment &FB, bool InSet,
663 Asm, DataA, DataB, FB, InSet, IsPCRel);
652 IsSymbolRefDifferenceFullyResolvedImpl( const MCAssembler &Asm, const MCSymbolData &DataA, const MCSymbolData *DataB, const MCFragment &FB, bool InSet, bool IsPCRel) const argument
H A DELFObjectWriter.cpp279 const MCFragment &FB,
1653 const MCSymbolData *DataB, const MCFragment &FB, bool InSet,
1658 Asm, DataA, DataB, FB, InSet, IsPCRel);
1651 IsSymbolRefDifferenceFullyResolvedImpl( const MCAssembler &Asm, const MCSymbolData &DataA, const MCSymbolData *DataB, const MCFragment &FB, bool InSet, bool IsPCRel) const argument
/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITMultipleModuleTest.cpp88 // Module B { Function FB },
89 // execute FA then FB
94 Function *FA, *FB; local
95 createTwoModuleCase(A, FA, B, FB);
103 ptr = TheJIT->getFunctionAddress(FB->getName().str());
108 // Module B { Function FB },
109 // execute FB then FA
114 Function *FA, *FB; local
115 createTwoModuleCase(A, FA, B, FB);
120 uint64_t ptr = TheJIT->getFunctionAddress(FB
135 Function *FA, *FB; local
156 Function *FA, *FB; local
176 Function *FA1, *FA2, *FB; local
203 Function *FA, *FB; local
241 Function *FA, *FB, *FC; local
266 Function *FA, *FB, *FC; local
291 Function *FA, *FB, *FC; local
316 Function *FA, *FB, *FC; local
[all...]
H A DMCJITTestBase.h219 // Module B { Extern FA, Function FB which calls FA },
220 // Module C { Extern FB, Function FC which calls FB },
223 std::unique_ptr<Module> &B, Function *&FB,
230 FB = insertSimpleCallFunction<int32_t(int32_t, int32_t)>(B.get(), FAExtern_in_B);
233 Function *FBExtern_in_C = insertExternalReferenceToFunction(C.get(), FB);
240 // Module B { Function FB }
242 std::unique_ptr<Module> &B, Function *&FB) {
247 FB = insertAddFunction(B.get());
251 // Module B { Extern FA, Function FB whic
222 createThreeModuleChainedCallsCase(std::unique_ptr<Module> &A, Function *&FA, std::unique_ptr<Module> &B, Function *&FB, std::unique_ptr<Module> &C, Function *&FC) argument
241 createTwoModuleCase(std::unique_ptr<Module> &A, Function *&FA, std::unique_ptr<Module> &B, Function *&FB) argument
252 createTwoModuleExternCase(std::unique_ptr<Module> &A, Function *&FA, std::unique_ptr<Module> &B, Function *&FB) argument
266 createThreeModuleCase(std::unique_ptr<Module> &A, Function *&FA, std::unique_ptr<Module> &B, Function *&FB, std::unique_ptr<Module> &C, Function *&FC) argument
[all...]
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp355 char *FB = FmtBuf; local
356 *FB++ = *FmtStr++;
357 char Last = *FB++ = *FmtStr++;
364 Last = *FB++ = *FmtStr++;
366 *FB = 0;
/external/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp368 MachineBasicBlock *TB = nullptr, *FB = nullptr; local
369 bool NotAnalyzed = TII->AnalyzeBranch(*Latch, TB, FB, Cond, false);
476 MachineBasicBlock *TB = nullptr, *FB = nullptr; local
477 bool NotAnalyzed = TII->AnalyzeBranch(*Latch, TB, FB, Cond, false);
482 // TB must be non-null. If FB is also non-null, one of them must be
486 assert ((!FB || TB == Header || FB == Header) && "Branches not to header?");
487 if (!TB || (FB && TB != Header && FB != Header))
1290 MachineBasicBlock *TB = nullptr, *FB
1428 MachineBasicBlock *TB = nullptr, *FB = nullptr; local
[all...]
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp745 unsigned FB = ComputeAvailableFeatures(STI.ToggleFeature(oldMode | mode)); local
746 setAvailableFeatures(FB);
/external/pcre/dist/sljit/
H A DsljitNativePPC_common.c119 #define FB(fb) ((fb) << 11) macro
1739 FAIL_IF(push_inst(compiler, (op == SLJIT_CONVI_FROMD ? FCTIWZ : FCTIDZ) | FD(TMP_FREG1) | FB(src)));
1753 FAIL_IF(push_inst(compiler, FCTIWZ | FD(TMP_FREG1) | FB(src)));
1824 FAIL_IF(push_inst(compiler, FCFID | FD(dst_r) | FB(TMP_FREG1)));
1829 return push_inst(compiler, FRSP | FD(dst_r) | FB(dst_r));
1862 FAIL_IF(push_inst(compiler, FSUB | FD(dst_r) | FA(TMP_FREG1) | FB(TMP_FREG2)));
1867 return push_inst(compiler, FRSP | FD(dst_r) | FB(dst_r));
1887 return push_inst(compiler, FCMPU | CRD(4) | FA(src1) | FB(src2));
1917 FAIL_IF(push_inst(compiler, FRSP | FD(dst_r) | FB(src)));
1924 FAIL_IF(push_inst(compiler, FMR | FD(dst_r) | FB(sr
[all...]
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp284 uint64_t FB = ComputeAvailableFeatures(STI.ToggleFeature(ARM::ModeThumb)); local
285 setAvailableFeatures(FB);
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 953 milliseconds