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

  /external/llvm/unittests/Support/
Casting.cpp 181 Base *BP = dyn_cast<Base>(&D);
182 EXPECT_TRUE(BP != NULL);
  /frameworks/compile/mclinker/include/mcld/ADT/
StringHash.h 34 BP,
207 /** \class StringHash<BP>
208 * \brief BP hash function
212 struct StringHash<BP> : public std::unary_function<const llvm::StringRef&, uint32_t>
  /external/clang/lib/CodeGen/
CGDecl.cpp     [all...]
CodeGenFunction.cpp     [all...]
  /external/llvm/lib/IR/
PassManager.cpp 191 BasicBlockPass *BP = getContainedPass(Index);
192 BP->dumpPassStructure(Offset + 1);
193 dumpLastUses(BP, Offset+1);
199 BasicBlockPass *BP = static_cast<BasicBlockPass *>(PassVector[N]);
200 return BP;
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 105 /// BP - A BumpPtrAllocator object used to quickly allocate and release
107 llvm::BumpPtrAllocator BP;
441 llvm::BumpPtrAllocator &getPreprocessorAllocator() { return BP; }
    [all...]
  /external/qemu-pc-bios/vgabios/
vgabios.c 576 mov bp,si local
583 static void int10_debugmsg(DI, SI, BP, SP, BX, DX, CX, AX, DS, ES, FLAGS)
584 Bit16u DI, SI, BP, SP, BX, DX, CX, AX, ES, DS, FLAGS;
596 static void int10_func(DI, SI, BP, SP, BX, DX, CX, AX, DS, ES, FLAGS)
597 Bit16u DI, SI, BP, SP, BX, DX, CX, AX, ES, DS, FLAGS;
679 biosfn_load_text_user_pat(GET_AL(),ES,BP,CX,DX,GET_BL(),GET_BH());
694 biosfn_load_gfx_8_8_chars(ES,BP);
697 biosfn_load_gfx_user_chars(ES,BP,CX,GET_BL(),GET_DL());
709 biosfn_get_font_info(GET_BH(),&ES,&BP,&CX,&DX);
739 biosfn_write_string(GET_AL(),GET_BH(),GET_BL(),CX,GET_DH(),GET_DL(),ES,BP);
3415 mov bp, sp local
3453 mov bp, sp local
3492 mov bp, sp local
3538 mov bp, sp local
3588 mov bp, sp local
3612 mov bp, sp local
3637 mov bp, sp local
3664 mov bp, sp local
3689 mov bp, sp local
3706 mov bp, sp local
3725 mov bp, sp local
3747 mov bp, sp local
    [all...]

Completed in 435 milliseconds