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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZMachineFunctionInfo.h91 void setManipulatesSP(bool MSP) { ManipulatesSP = MSP; } argument
/freebsd-13-stable/contrib/flex/src/
H A Dflexdef.h284 #define MSP 50 /* maximum number of saved protos (protos on the proto queue) */ macro
507 extern int numtemps, numprots, protprev[MSP], protnext[MSP], prottbl[MSP];
508 extern int protcomst[MSP], firstprot, lastprot, protsave[PROT_SAVE_SIZE];
H A Dmain.c81 int numtemps, numprots, protprev[MSP], protnext[MSP], prottbl[MSP];
82 int protcomst[MSP], firstprot, lastprot, protsave[PROT_SAVE_SIZE];
H A Dtblcmp.c642 if (++numprots >= MSP || numecs * numprots >= PROT_SAVE_SIZE) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp966 FunctionCallee MSP = M->getOrInsertFunction(FuncName, Builder.getVoidTy(), local
978 NewCall = Builder.CreateCall(MSP, {BasePtr, PatternPtr, NumBytes});

Completed in 127 milliseconds