Home
last modified time | relevance | path

Searched refs:shouldKeepZExtForFP16Conv (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1106 bool shouldKeepZExtForFP16Conv() const override { return true; } in shouldKeepZExtForFP16Conv() function
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3130 virtual bool shouldKeepZExtForFP16Conv() const { return false; } in shouldKeepZExtForFP16Conv() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp24711 if (!TLI.shouldKeepZExtForFP16Conv() && N0->getOpcode() == ISD::AND) { in visitFP16_TO_FP()