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

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instruction.h 461 bool hasAllowContract() const;
Operator.h 356 bool hasAllowContract() const {
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Instruction.cpp 249 bool Instruction::hasAllowContract() const {
251 return cast<FPMathOperator>(this)->hasAllowContract();
AsmWriter.cpp 1321 if (FPO->hasAllowContract())
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUTargetTransformInfo.cpp 638 (FAdd->hasAllowContract() && CxtI->hasAllowContract()))
SIISelLowering.cpp 10288 (N0->getFlags().hasAllowContract() &&
10289 N1->getFlags().hasAllowContract())) &&
10608 (N->getFlags().hasAllowContract() &&
10609 FMA->getFlags().hasAllowContract())) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LowerMatrixIntrinsics.cpp 1305 MatMul->hasAllowContract());
1396 (isa<FPMathOperator>(MatMul) && MatMul->hasAllowContract());
1453 MatMul->hasAllowContract());
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 577 if (getFlags().hasAllowContract())
InstrEmitter.cpp 964 if (Flags.hasAllowContract())
DAGCombiner.cpp 12814 return F.hasAllowContract() || F.hasAllowReassociation();
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 405 setAllowContract(FPMO.hasAllowContract());
431 bool hasAllowContract() const { return AllowContract; }
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 1478 if (FPMO->hasAllowContract())

Completed in 106 milliseconds