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

  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.h 1293 bool reduceSelectOfFPConstantLoads(EVT CmpOpVT) const override;
X86ISelLowering.cpp 5282 bool X86TargetLowering::reduceSelectOfFPConstantLoads(EVT CmpOpVT) const {
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h 418 virtual bool reduceSelectOfFPConstantLoads(EVT CmpOpVT) const {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 22237 if (!TLI.reduceSelectOfFPConstantLoads(N0.getValueType()))

Completed in 102 milliseconds