Searched refs:getReplacement (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | BypassSlowDivision.cpp | 107 Value *getReplacement(DivCacheTy &Cache); 151 Value *FastDivInsertionTask::getReplacement(DivCacheTy &Cache) { in getReplacement() function in FastDivInsertionTask 463 if (Value *Replacement = Task.getReplacement(PerBBDivCache)) { in bypassSlowDivision()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 259 Value *getReplacement(Value *I); 287 Value *PointerReplacer::getReplacement(Value *V) { in getReplacement() function in PointerReplacer 295 if (getReplacement(I)) in replace() 299 auto *V = getReplacement(LT->getPointerOperand()); in replace() 307 auto *V = getReplacement(GEP->getPointerOperand()); in replace() 317 auto *V = getReplacement(BC->getOperand(0)); in replace()
|
/third_party/typescript/src/compiler/ |
D | utilities.ts | 4064 function getReplacement(c: string, offset: number, input: string) { function 4087 return s.replace(escapedCharsRegExp, getReplacement);
|
/third_party/typescript/lib/ |
D | tsc.js | 13197 function getReplacement(c, offset, input) { function 13211 return s.replace(escapedCharsRegExp, getReplacement);
|
D | typingsInstaller.js | 16979 function getReplacement(c, offset, input) { function 17000 return s.replace(escapedCharsRegExp, getReplacement);
|
D | tsserverlibrary.js | 17184 function getReplacement(c, offset, input) { function 17205 return s.replace(escapedCharsRegExp, getReplacement);
|
D | typescript.js | 17184 function getReplacement(c, offset, input) { function 17205 return s.replace(escapedCharsRegExp, getReplacement);
|
D | tsserver.js | 16990 function getReplacement(c, offset, input) { function 17011 return s.replace(escapedCharsRegExp, getReplacement);
|
D | typescriptServices.js | 17184 function getReplacement(c, offset, input) { function 17205 return s.replace(escapedCharsRegExp, getReplacement);
|