HomeSort by relevance Sort by last modified time
    Searched refs:MSP (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/SystemZ/
SystemZMachineFunctionInfo.h 70 void setManipulatesSP(bool MSP) { ManipulatesSP = MSP; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZMachineFunctionInfo.h 70 void setManipulatesSP(bool MSP) { ManipulatesSP = MSP; }
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 518 Value *MSP = M->getOrInsertFunction("memset_pattern16",
532 NewCall = Builder.CreateCall3(MSP, BasePtr, PatternPtr, NumBytes);
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 814 Value *MSP =
827 NewCall = Builder.CreateCall(MSP, {BasePtr, PatternPtr, NumBytes});
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp     [all...]

Completed in 341 milliseconds