Searched defs:PFS (Results 1 – 3 of 3) sorted by relevance
/minix3/external/bsd/llvm/dist/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 1487 PerFunctionState *PFS) { in ParseInstructionMetadata() 1776 PerFunctionState &PFS, bool IsMustTailCall, in ParseParameterList() 2327 bool LLParser::ParseValID(ValID &ID, PerFunctionState *PFS) { in ParseValID() 3033 bool LLParser::ParseMetadataAsValue(Value *&V, PerFunctionState &PFS) { in ParseMetadataAsValue() 3047 bool LLParser::ParseValueAsMetadata(Metadata *&MD, PerFunctionState *PFS) { in ParseValueAsMetadata() 3071 bool LLParser::ParseMetadata(Metadata *&MD, PerFunctionState *PFS) { in ParseMetadata() 3115 PerFunctionState *PFS) { in ConvertValIDToValue() 3225 bool LLParser::ParseValue(Type *Ty, Value *&V, PerFunctionState *PFS) { in ParseValue() 3232 bool LLParser::ParseTypeAndValue(Value *&V, PerFunctionState *PFS) { in ParseTypeAndValue() 3239 PerFunctionState &PFS) { in ParseTypeAndBasicBlock() [all …]
|
H A D | LLParser.h | 369 bool ParseValue(Type *Ty, Value *&V, PerFunctionState &PFS) { in ParseValue() 373 PerFunctionState &PFS) { in ParseValue() 379 bool ParseTypeAndValue(Value *&V, PerFunctionState &PFS) { in ParseTypeAndValue() 382 bool ParseTypeAndValue(Value *&V, LocTy &Loc, PerFunctionState &PFS) { in ParseTypeAndValue() 388 bool ParseTypeAndBasicBlock(BasicBlock *&BB, PerFunctionState &PFS) { in ParseTypeAndBasicBlock()
|
/minix3/crypto/external/bsd/openssl/dist/crypto/md5/asm/ |
H A D | md5-ia64.S | 457 #define PFS r8 macro
|