HomeSort by relevance Sort by last modified time
    Searched refs:FB (Results 26 - 50 of 75) sorted by null

12 3

  /external/llvm/include/llvm/MC/
MCSubtargetInfo.h 96 FeatureBitset ToggleFeature(uint64_t FB);
100 FeatureBitset ToggleFeature(const FeatureBitset& FB);
MCObjectWriter.h 107 const MCFragment &FB,
MCMachObjectWriter.h 257 const MCFragment &FB, bool InSet,
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 438 MachineBasicBlock *TB = nullptr, *FB = nullptr;
439 bool NotAnalyzed = TII->analyzeBranch(*ExitingBlock, TB, FB, Cond, false);
585 MachineBasicBlock *TB = nullptr, *FB = nullptr;
586 bool NotAnalyzed = TII->analyzeBranch(*ExitingBlock, TB, FB, Cond, false);
591 // TB must be non-null. If FB is also non-null, one of them must be
595 if (ExitingBlock != Latch && (TB == Latch || FB == Latch)) {
604 FB = (LTB == Header) ? LTB: LFB;
606 assert ((!FB || TB == Header || FB == Header) && "Branches not to header?");
607 if (!TB || (FB && TB != Header && FB != Header)
    [all...]
HexagonEarlyIfConv.cpp 108 MachineBasicBlock *FB, MachineBasicBlock *JB)
109 : SplitB(B), TrueB(TB), FalseB(FB), JoinB(JB), PredR(PR) {}
220 MachineBasicBlock *TB = 0, *FB = 0;
251 TB = T1B, FB = T2B;
253 TB = T2B, FB = T1B;
255 if (!MDT->properlyDominates(B, TB) || !MDT->properlyDominates(B, FB))
258 // Detect triangle first. In case of a triangle, one of the blocks TB/FB
262 unsigned TNP = TB->pred_size(), FNP = FB->pred_size();
263 unsigned TNS = TB->succ_size(), FNS = FB->succ_size();
277 MachineBasicBlock *FSB = (FNS > 0) ? *FB->succ_begin() : 0
    [all...]
HexagonGenInsert.cpp 747 const MachineBasicBlock *FB = FromI->getParent(), *TB = ToI->getParent();
748 if (FB == TB)
751 unsigned D2 = distance(FB, TB, RPO, M);
752 unsigned D3 = std::distance(FromI, FB->end());
    [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 357 char *FB = FmtBuf;
358 *FB++ = *FmtStr++;
359 char Last = *FB++ = *FmtStr++;
366 Last = *FB++ = *FmtStr++;
368 *FB = 0;
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCObjectWriter.h 97 const MCFragment &FB,
MCMachObjectWriter.h 237 const MCFragment &FB,
  /toolchain/binutils/binutils-2.25/include/opcode/
spu.h 74 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \
  /external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 347 char *FB = FmtBuf;
348 *FB++ = *FmtStr++;
349 char Last = *FB++ = *FmtStr++;
356 Last = *FB++ = *FmtStr++;
358 *FB = 0;
  /external/llvm/lib/MC/
MachObjectWriter.cpp 645 const MCAssembler &Asm, const MCSymbol &SymA, const MCFragment &FB,
657 const MCSection &SecB = *FB.getParent();
676 (!SA.isTemporary() && FB.getAtom() != SA.getFragment()->getAtom() &&
687 else if(!FB.getAtom() &&
704 if (FA->getAtom() == FB.getAtom())
    [all...]
ELFObjectWriter.cpp 227 const MCFragment &FB, bool InSet,
    [all...]
WinCOFFObjectWriter.cpp 182 const MCFragment &FB, bool InSet,
623 const MCAssembler &Asm, const MCSymbol &SymA, const MCFragment &FB,
632 return MCObjectWriter::isSymbolRefDifferenceFullyResolvedImpl(Asm, SymA, FB,
    [all...]
  /device/huawei/angler/nfc/
libnfc-nxp.conf 400 20, 02, FB, 20,
472 20, 02, FB, 1E,
  /external/swiftshader/third_party/LLVM/lib/MC/
MachObjectWriter.cpp 561 const MCFragment &FB,
576 const MCSection &SecB = FB.getParent()->getSection();
599 else if(!FB.getAtom() &&
618 B_Base = FB.getAtom();
ELFObjectWriter.h 335 const MCFragment &FB,
  /hardware/qcom/display/msm8998/libqdutils/
qd_utils.cpp 62 "/sys/class/graphics/fb%d/msm_fb_type", j);
68 ALOGD("%s: %s is at fb%d", __func__, type, j);
74 ALOGE("%s: Failed to open fb node %d", __func__, j);
189 "/sys/class/graphics/fb%d/edid_raw_data", node_id);
217 "/sys/class/graphics/fb%d/connected", nodeId);
256 "/sys/class/graphics/fb%d/config", nodeId);
282 return access(fb_caps, F_OK) ? DriverType::DRM : DriverType::FB;
  /external/pcre/dist2/src/sljit/
sljitNativePPC_common.c 123 #define FB(fb) ((fb) << 11)
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_state_validate.c 9 struct pipe_framebuffer_state *fb = &nv50->framebuffer; local
16 PUSH_DATA (push, (076543210 << 4) | fb->nr_cbufs);
18 PUSH_DATA (push, fb->width << 16);
19 PUSH_DATA (push, fb->height << 16);
21 for (i = 0; i < fb->nr_cbufs; ++i) {
22 struct nv50_miptree *mt = nv50_miptree(fb->cbufs[i]->texture);
23 struct nv50_surface *sf = nv50_surface(fb->cbufs[i]);
47 assert(!fb->zsbuf);
59 BCTX_REFN(nv50->bufctx_3d, FB, &mt->base, WR);
62 if (fb->zsbuf)
    [all...]
  /external/llvm/lib/Target/X86/Disassembler/
X86Disassembler.cpp 156 const FeatureBitset &FB = STI.getFeatureBits();
157 if (FB[X86::Mode16Bit]) {
160 } else if (FB[X86::Mode32Bit]) {
163 } else if (FB[X86::Mode64Bit]) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp     [all...]
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaAlone.cs 88 " -fb{N}: set number of fast bytes - [5, 273], default: 128\n" +
135 kSwitchForms[sw++] = new SwitchForm("FB", SwitchType.UnLimitedPostString, false, 1);
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_state_validate.c 10 struct pipe_framebuffer_state *fb = &nvc0->framebuffer; local
11 struct nv50_surface *sf = nv50_surface(fb->zsbuf);
22 height = align(fb->height, 32);
23 width = fb->width % 224;
25 width = fb->width + (224 - width);
27 width = fb->width;
59 struct pipe_framebuffer_state *fb = &nvc0->framebuffer; local
67 PUSH_DATA (push, (076543210 << 4) | fb->nr_cbufs);
69 PUSH_DATA (push, fb->width << 16);
70 PUSH_DATA (push, fb->height << 16)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/AsmParser/
X86AsmParser.cpp 69 unsigned FB = ComputeAvailableFeatures(STI.ToggleFeature(X86::Mode64Bit));
70 setAvailableFeatures(FB);
    [all...]

Completed in 3664 milliseconds

12 3