Home
last modified time | relevance | path

Searched refs:IsNormal (Results 1 – 14 of 14) sorted by relevance

/external/spirv-llvm/test/SPIRV/transcoding/
Drelationals.ll25 ; CHECK-SPIRV: 4 IsNormal [[BoolTypeID]]
31 ; CHECK-SPIRV: 4 IsNormal [[BoolVectorTypeID]]
Drelationals_half.ll25 ; CHECK-SPIRV: 4 IsNormal [[BoolTypeID]]
31 ; CHECK-SPIRV: 4 IsNormal [[BoolVectorTypeID]]
/external/lzma/CPP/Windows/
DFileFind.h54 bool IsNormal() const { return MatchesMask(FILE_ATTRIBUTE_NORMAL); } in IsNormal() function
/external/spirv-llvm/lib/SPIRV/
DOCLUtil.h169 const static char IsNormal[] = "isnormal"; variable
547 _SPIRV_OP(isnormal, IsNormal) in init()
DOCL20ToSPIRV.cpp474 DemangledName == kOCLBuiltinName::IsNormal || in visitCallInst()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DLowerInvoke.cpp515 Value *IsNormal = new ICmpInst(EntryBB->getTerminator(), in insertExpensiveEHSupport() local
523 BranchInst::Create(ContBlock, CatchBB, IsNormal, EntryBB); in insertExpensiveEHSupport()
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVOpCodeEnum.h148 _SPIRV_OP(IsNormal, 159)
DSPIRVInstruction.h1102 _SPIRV_OP(IsNormal)
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSjLjEHPrepare.cpp650 Value *IsNormal = new ICmpInst(EntryBB->getTerminator(), in insertSjLjEHSupport() local
657 BranchInst::Create(ContBlock, DispatchBlock, IsNormal, EntryBB); in insertSjLjEHSupport()
/external/syzkaller/vendor/golang.org/x/text/unicode/norm/
Dnormalize.go72 func (f Form) IsNormal(b []byte) bool { func
/external/v8/src/compiler/
Dnode-matchers.h168 bool IsNormal() const { in IsNormal() function
Dmachine-operator-reducer.cc442 if (m.right().IsNormal() && m.right().IsPositiveOrNegativePowerOf2()) { in Reduce()
/external/vixl/src/aarch64/
Dlogic-aarch64.cc3901 bool IsNormal(T value) { in IsNormal() function
3906 bool IsNormal(SimFloat16 value) { in IsNormal() function
3929 if (IsNormal(op1 / two)) { in FPRSqrtStepFused()
3931 } else if (IsNormal(op2 / two)) { in FPRSqrtStepFused()
/external/clang/lib/CodeGen/
DCGBuiltin.cpp896 Value *IsNormal = in EmitBuiltinExpr() local
900 V = Builder.CreateAnd(V, IsNormal, "and"); in EmitBuiltinExpr()
948 Value *IsNormal = in EmitBuiltinExpr() local
952 Builder.CreateSelect(IsNormal, EmitScalarExpr(E->getArg(2)), in EmitBuiltinExpr()