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

  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 580 bool shouldSinkOperands(Instruction *I,
AArch64ISelLowering.cpp 11179 bool AArch64TargetLowering::shouldSinkOperands(
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.h 442 bool shouldSinkOperands(Instruction *I,
ARMISelLowering.cpp 17314 bool ARMTargetLowering::shouldSinkOperands(Instruction *I,
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.h 1219 bool shouldSinkOperands(Instruction *I,
X86ISelLowering.cpp     [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h 2586 virtual bool shouldSinkOperands(Instruction *I,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CodeGenPrepare.cpp 6921 if (!TLI->shouldSinkOperands(I, OpsToSink))

Completed in 110 milliseconds