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

  /frameworks/compile/mclinker/include/mcld/ADT/
StringHash.h 32 BP,
204 /** \class StringHash<BP>
205 * \brief BP hash function
209 struct StringHash<BP> : public std::unary_function<const llvm::StringRef&, size_t>
  /external/clang/lib/CodeGen/
CGDecl.cpp     [all...]
CodeGenFunction.cpp 819 llvm::Type *BP = Builder.getInt8PtrTy(DestAS);
820 if (DestPtr->getType() != BP)
821 DestPtr = Builder.CreateBitCast(DestPtr, BP);
    [all...]
  /external/llvm/lib/VMCore/
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 81 /// BP - A BumpPtrAllocator object used to quickly allocate and release
83 llvm::BumpPtrAllocator BP;
398 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 1788 milliseconds