Home
last modified time | relevance | path

Searched refs:hasAllowContract (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstruction.cpp249 bool Instruction::hasAllowContract() const { in hasAllowContract() function in Instruction
251 return cast<FPMathOperator>(this)->hasAllowContract(); in hasAllowContract()
H A DAsmWriter.cpp1321 if (FPO->hasAllowContract()) in WriteOptimizationInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstruction.h461 bool hasAllowContract() const;
H A DOperator.h356 bool hasAllowContract() const { in hasAllowContract() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp638 (FAdd->hasAllowContract() && CxtI->hasAllowContract())) in getArithmeticInstrCost()
H A DSIISelLowering.cpp10288 (N0->getFlags().hasAllowContract() && in getFusedOpcode()
10289 N1->getFlags().hasAllowContract())) && in getFusedOpcode()
10608 (N->getFlags().hasAllowContract() && in performFMACombine()
10609 FMA->getFlags().hasAllowContract())) { in performFMACombine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1305 MatMul->hasAllowContract()); in emitSIMDTiling()
1396 (isa<FPMathOperator>(MatMul) && MatMul->hasAllowContract()); in LowerMatrixMultiplyFused()
1453 MatMul->hasAllowContract()); in LowerMultiply()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp577 if (getFlags().hasAllowContract()) in print_details()
H A DInstrEmitter.cpp964 if (Flags.hasAllowContract()) in EmitMachineNode()
H A DDAGCombiner.cpp12814 return F.hasAllowContract() || F.hasAllowReassociation(); in isContractable()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h405 setAllowContract(FPMO.hasAllowContract());
431 bool hasAllowContract() const { return AllowContract; }
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1478 if (FPMO->hasAllowContract()) in getOptimizationFlags()