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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Target/
TargetOptions.h 395 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Function.h 722 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineFunction.cpp 275 DenormalMode MachineFunction::getDenormalMode(const fltSemantics &FPType) const {
276 return F.getDenormalMode(FPType);
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineFunction.h 669 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
SelectionDAG.h 1976 DenormalMode getDenormalMode(EVT VT) const {
1977 return MF->getDenormalMode(EVTToAPFloatSemantics(VT));
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Function.cpp 636 DenormalMode Function::getDenormalMode(const fltSemantics &FPType) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 115 return MF.getDenormalMode(APFloat::IEEEsingle()).Output ==
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 13680 DenormalMode DenormMode = DAG.getDenormalMode(VT);
22697 SDValue Test = TLI.getSqrtInputTest(Op, DAG, DAG.getDenormalMode(VT));
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp 12103 auto DenormMode = RMW->getParent()->getParent()->getDenormalMode(Flt);

Completed in 71 milliseconds