Home
last modified time | relevance | path

Searched refs:IsNormal (Results 1 – 12 of 12) 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/v8/src/compiler/
Dnode-matchers.h167 bool IsNormal() const { in IsNormal() function
Dmachine-operator-reducer.cc446 if (m.right().IsNormal() && m.right().IsPositiveOrNegativePowerOf2()) { in Reduce()
/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()