Searched refs:FB (Results 1 - 25 of 65) sorted by relevance

123

/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/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
/external/bluetooth/bluedroid/conf/
H A Dauto_pair_devlist.conf13 AddressBlacklist=00:02:C7,00:16:FE,00:19:C1,00:1B:FB,00:1E:3D,00:21:4F,00:23:06,00:24:33,00:A0:79,00:0E:6D,00:13:E0,00:21:E8,00:60:57,00:0E:9F,00:12:1C,00:18:91,00:18:96,00:13:04,00:16:FD,00:22:A0,00:0B:4C,00:60:6F,00:23:3D,00:C0:59,00:0A:30,00:1E:AE,00:1C:D7,00:80:F0,00:12:8A,00:09:93,00:80:37,00:26:7E,00:26:e8
/external/clang/test/CXX/special/class.inhctor/
H A Dp4.cpp19 friend class FB;
31 struct FB { struct
/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/include/llvm/MC/
H A DMCSubtargetInfo.h77 uint64_t ToggleFeature(uint64_t FB);
H A DMCObjectWriter.h100 const MCFragment &FB,
H A DMCMachObjectWriter.h258 const MCFragment &FB,
/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/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/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_state_validate.c59 BCTX_REFN(nv50->bufctx_3d, FB, &mt->base, WR);
88 BCTX_REFN(nv50->bufctx_3d, FB, &mt->base, WR);
/external/llvm/lib/IR/
H A DMetadata.cpp500 ConstantInt *FB = cast<ConstantInt>(EndPoints[0]); local
502 if (tryMergeRange(EndPoints, FB, FE)) {
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_state_validate.c59 BCTX_REFN(nv50->bufctx_3d, FB, &mt->base, WR);
88 BCTX_REFN(nv50->bufctx_3d, FB, &mt->base, WR);
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp2160 StoreManager::FindUniqueBinding FB(Sym);
2161 StateMgr.iterBindings(St, FB);
2163 if (FB) {
2164 const MemRegion *R = FB.getRegion();
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
H A Dnvc0_state_validate.c120 BCTX_REFN(nvc0->bufctx_3d, FB, res, WR);
151 BCTX_REFN(nvc0->bufctx_3d, FB, &mt->base, WR);
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_state_validate.c120 BCTX_REFN(nvc0->bufctx_3d, FB, res, WR);
151 BCTX_REFN(nvc0->bufctx_3d, FB, &mt->base, WR);
/external/chromium_org/third_party/icu/source/data/sprep/
H A Drfc3530cs.txt78 09FB..0A01; ; UNASSIGNED
H A Drfc3530mixp.txt79 09FB..0A01; ; UNASSIGNED
H A Drfc3920res.txt79 09FB..0A01; ; UNASSIGNED
H A Drfc4011.txt78 09FB..0A01; ; UNASSIGNED
H A Drfc4013.txt79 09FB..0A01; ; UNASSIGNED
H A Drfc4505.txt78 09FB..0A01; ; UNASSIGNED

Completed in 4545 milliseconds

123