HomeSort by: relevance | last modified time | path
    Searched refs:canFoldAddIntoGEP (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
FastISel.h 486 bool canFoldAddIntoGEP(const User *GEP, const Value *Add);
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyFastISel.cpp 292 if (canFoldAddIntoGEP(U, Op)) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 2245 bool FastISel::canFoldAddIntoGEP(const User *GEP, const Value *Add) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsFastISel.cpp 506 if (canFoldAddIntoGEP(U, Op)) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 361 if (canFoldAddIntoGEP(U, Op)) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMFastISel.cpp 759 if (canFoldAddIntoGEP(U, Op)) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86FastISel.cpp 928 if (canFoldAddIntoGEP(U, Op)) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 628 if (canFoldAddIntoGEP(U, Op)) {

Completed in 25 milliseconds