HomeSort by relevance Sort by last modified time
    Searched defs:FB (Results 1 - 11 of 11) sorted by null

  /external/clang/test/CXX/special/class.inhctor/
p4.cpp 19 friend class FB;
31 struct FB {
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITMultipleModuleTest.cpp 88 // Module B { Function FB },
89 // execute FA then FB
94 Function *FA, *FB;
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;
115 createTwoModuleCase(A, FA, B, FB);
120 uint64_t ptr = TheJIT->getFunctionAddress(FB->getName().str())
    [all...]
  /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/Target/X86/Disassembler/
X86Disassembler.cpp 83 const FeatureBitset &FB = STI.getFeatureBits();
84 if (FB[X86::Mode16Bit]) {
87 } else if (FB[X86::Mode32Bit]) {
90 } else if (FB[X86::Mode64Bit]) {
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonEarlyIfConv.cpp 110 MachineBasicBlock *FB, MachineBasicBlock *JB)
111 : SplitB(B), TrueB(TB), FalseB(FB), JoinB(JB), PredR(PR) {}
222 MachineBasicBlock *TB = 0, *FB = 0;
253 TB = T1B, FB = T2B;
255 TB = T2B, FB = T1B;
257 if (!MDT->properlyDominates(B, TB) || !MDT->properlyDominates(B, FB))
260 // Detect triangle first. In case of a triangle, one of the blocks TB/FB
264 unsigned TNP = TB->pred_size(), FNP = FB->pred_size();
265 unsigned TNS = TB->succ_size(), FNS = FB->succ_size();
279 MachineBasicBlock *FSB = (FNS > 0) ? *FB->succ_begin() : 0
    [all...]
HexagonHardwareLoops.cpp 436 MachineBasicBlock *TB = nullptr, *FB = nullptr;
437 bool NotAnalyzed = TII->AnalyzeBranch(*ExitingBlock, TB, FB, Cond, false);
583 MachineBasicBlock *TB = nullptr, *FB = nullptr;
584 bool NotAnalyzed = TII->AnalyzeBranch(*ExitingBlock, TB, FB, Cond, false);
589 // TB must be non-null. If FB is also non-null, one of them must be
593 if (ExitingBlock != Latch && (TB == Latch || FB == Latch)) {
602 FB = (LTB == Header) ? LTB: LFB;
604 assert ((!FB || TB == Header || FB == Header) && "Branches not to header?");
605 if (!TB || (FB && TB != Header && FB != Header)
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
alpha-opc.c 218 #define FB (FA + 1)
220 #define FC (FB + 1)
414 #define ARG_FP { FA, FB, DFC1 }
415 #define ARG_FPZ1 { ZA, FB, DFC1 }
    [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 778 unsigned FB = ComputeAvailableFeatures(
780 setAvailableFeatures(FB);
    [all...]
  /external/pcre/dist/sljit/
sljitNativePPC_common.c 119 #define FB(fb) ((fb) << 11)
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 287 uint64_t FB = ComputeAvailableFeatures(STI.ToggleFeature(ARM::ModeThumb));
288 setAvailableFeatures(FB);
    [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 643 milliseconds