Searched refs:MSP (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZMachineFunctionInfo.h63 void setManipulatesSP(bool MSP) { ManipulatesSP = MSP; } argument
/freebsd-10.2-release/contrib/flex/
H A Dflexdef.h327 #define MSP 50 /* maximum number of saved protos (protos on the proto queue) */ macro
550 extern int numtemps, numprots, protprev[MSP], protnext[MSP], prottbl[MSP];
551 extern int protcomst[MSP], firstprot, lastprot, protsave[PROT_SAVE_SIZE];
H A Dmain.c80 int numtemps, numprots, protprev[MSP], protnext[MSP], prottbl[MSP];
81 int protcomst[MSP], firstprot, lastprot, protsave[PROT_SAVE_SIZE];
H A Dtblcmp.c650 if (++numprots >= MSP || numecs * numprots >= PROT_SAVE_SIZE) {
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1033 Value *MSP = M->getOrInsertFunction("memset_pattern16", local
1048 NewCall = Builder.CreateCall3(MSP, BasePtr, PatternPtr, NumBytes);

Completed in 149 milliseconds