Home
last modified time | relevance | path

Searched refs:foldConstantFPMath (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1482 SDValue foldConstantFPMath(unsigned Opcode, const SDLoc &DL, EVT VT,
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1925 SDValue foldConstantFPMath(unsigned Opcode, const SDLoc &DL, EVT VT,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DSelectionDAG.h1878 SDValue foldConstantFPMath(unsigned Opcode, const SDLoc &DL, EVT VT,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DSelectionDAG.h1924 SDValue foldConstantFPMath(unsigned Opcode, const SDLoc &DL, EVT VT,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DSelectionDAG.h1878 SDValue foldConstantFPMath(unsigned Opcode, const SDLoc &DL, EVT VT,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DSelectionDAG.h1878 SDValue foldConstantFPMath(unsigned Opcode, const SDLoc &DL, EVT VT,
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5070 SDValue SelectionDAG::foldConstantFPMath(unsigned Opcode, const SDLoc &DL, in foldConstantFPMath() function in SelectionDAG
5458 if (SDValue V = foldConstantFPMath(Opcode, DL, VT, N1, N2)) in getNode()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5798 if (SDValue CFP = foldConstantFPMath(Opcode, DL, VT, Ops[0], Ops[1])) in FoldConstantArithmetic()
5990 SDValue SelectionDAG::foldConstantFPMath(unsigned Opcode, const SDLoc &DL, in foldConstantFPMath() function in SelectionDAG