HomeSort by relevance Sort by last modified time
    Searched defs:useColdCCForColdCall (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 227 bool PPCTTIImpl::useColdCCForColdCall(Function &F) {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 294 bool useColdCCForColdCall(Function &F) { return false; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
TargetTransformInfo.cpp 239 bool TargetTransformInfo::useColdCCForColdCall(Function &F) const {
240 return TTIImpl->useColdCCForColdCall(F);
    [all...]

Completed in 64 milliseconds