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.cpp49 const MCFragment &FB,
53 const MCSection &SecB = FB.getParent()->getSection();
47 IsSymbolRefDifferenceFullyResolvedImpl(const MCAssembler &Asm, const MCSymbolData &DataA, const MCFragment &FB, bool InSet, bool IsPCRel) const argument
H A DMCSubtargetInfo.cpp67 uint64_t MCSubtargetInfo::ToggleFeature(uint64_t FB) { argument
68 FeatureBits ^= FB;
H A DMachObjectWriter.cpp693 const MCFragment &FB,
708 const MCSection &SecB = FB.getParent()->getSection();
728 FB.getAtom() != Asm.getSymbolData(SA).getFragment()->getAtom() &&
739 else if(!FB.getAtom() &&
758 B_Base = FB.getAtom();
691 IsSymbolRefDifferenceFullyResolvedImpl(const MCAssembler &Asm, const MCSymbolData &DataA, const MCFragment &FB, bool InSet, bool IsPCRel) const argument
H A DELFObjectWriter.cpp299 const MCFragment &FB,
1825 const MCFragment &FB,
1831 Asm, DataA, FB,InSet, IsPCRel);
1823 IsSymbolRefDifferenceFullyResolvedImpl(const MCAssembler &Asm, const MCSymbolData &DataA, 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.h210 // Module B { Extern FA, Function FB which calls FA },
211 // Module C { Extern FB, Function FC which calls FB },
214 std::unique_ptr<Module> &B, Function *&FB,
221 FB = insertSimpleCallFunction<int32_t(int32_t, int32_t)>(B.get(), FAExtern_in_B);
224 Function *FBExtern_in_C = insertExternalReferenceToFunction(C.get(), FB);
231 // Module B { Function FB }
233 std::unique_ptr<Module> &B, Function *&FB) {
238 FB = insertAddFunction(B.get());
242 // Module B { Extern FA, Function FB whic
213 createThreeModuleChainedCallsCase(std::unique_ptr<Module> &A, Function *&FA, std::unique_ptr<Module> &B, Function *&FB, std::unique_ptr<Module> &C, Function *&FC) argument
232 createTwoModuleCase(std::unique_ptr<Module> &A, Function *&FA, std::unique_ptr<Module> &B, Function *&FB) argument
243 createTwoModuleExternCase(std::unique_ptr<Module> &A, Function *&FA, std::unique_ptr<Module> &B, Function *&FB) argument
257 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/IR/
H A DMetadata.cpp500 ConstantInt *FB = cast<ConstantInt>(EndPoints[0]); local
502 if (tryMergeRange(EndPoints, FB, FE)) {
/external/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp373 MachineBasicBlock *TB = nullptr, *FB = nullptr; local
374 bool NotAnalyzed = TII->AnalyzeBranch(*Latch, TB, FB, Cond, false);
481 MachineBasicBlock *TB = nullptr, *FB = nullptr; local
482 bool NotAnalyzed = TII->AnalyzeBranch(*Latch, TB, FB, Cond, false);
487 // TB must be non-null. If FB is also non-null, one of them must be
491 assert ((!FB || TB == Header || FB == Header) && "Branches not to header?");
492 if (!TB || (FB && TB != Header && FB != Header))
1295 MachineBasicBlock *TB = nullptr, *FB
1433 MachineBasicBlock *TB = nullptr, *FB = nullptr; local
[all...]
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp725 unsigned FB = ComputeAvailableFeatures(STI.ToggleFeature(oldMode | mode)); local
726 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.cpp270 unsigned FB = ComputeAvailableFeatures(STI.ToggleFeature(ARM::ModeThumb)); local
271 setAvailableFeatures(FB);
9404 unsigned FB = getAvailableFeatures(); local
9405 if ((FB & Extensions[EI].ArchCheck) != Extensions[EI].ArchCheck) {
9415 FB |= ComputeAvailableFeatures(Extensions[EI].Features);
9417 FB &= ~ComputeAvailableFeatures(Extensions[EI].Features);
9419 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 1692 milliseconds