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

/external/llvm/lib/Target/SystemZ/
H A DSystemZMachineFunctionInfo.h70 void setManipulatesSP(bool MSP) { ManipulatesSP = MSP; } argument
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp518 Value *MSP = M->getOrInsertFunction("memset_pattern16", local
532 NewCall = Builder.CreateCall3(MSP, BasePtr, PatternPtr, NumBytes);
/external/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp814 Value *MSP = local
827 NewCall = Builder.CreateCall(MSP, {BasePtr, PatternPtr, NumBytes});

Completed in 52 milliseconds