Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dvector_support_library.h121 llvm::Value* FCmpOLTMask(llvm::Value* lhs, llvm::Value* rhs);
122 llvm::Value* FCmpOLTMask(llvm::Value* lhs, const llvm::APFloat& rhs) { in FCmpOLTMask() function
123 return FCmpOLTMask(lhs, GetConstantFloat(lhs->getType(), rhs)); in FCmpOLTMask()
Dllvm_ir_runtime.cc237 llvm::Value* mask = vsl.FCmpOLTMask(tmp0, cephes_SQRTHF); in GenerateVF32Log()
Dvector_support_library.cc125 llvm::Value* VectorSupportLibrary::FCmpOLTMask(llvm::Value* lhs, in FCmpOLTMask() function in xla::cpu::VectorSupportLibrary