Home
last modified time | relevance | path

Searched refs:And1 (Results 1 – 7 of 7) sorted by relevance

/external/vulkan-validation-layers/libs/glm/detail/
Dintrinsic_common.inl168 __m128 And1 = _mm_and_ps(Cmp1, Pos); local
170 return _mm_or_ps(And0, And1);
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsISelLowering.cpp592 SDValue And0 = N->getOperand(0), And1 = N->getOperand(1); in PerformORCombine() local
605 if (And1.getOpcode() != ISD::AND) in PerformORCombine()
608 if (!(CN = dyn_cast<ConstantSDNode>(And1.getOperand(1))) || in PerformORCombine()
616 SDValue Shl = And1.getOperand(0); in PerformORCombine()
1622 SDValue And1 = DAG.getNode(ISD::AND, dl, MVT::i32, Op1, in LowerFCOPYSIGN32() local
1624 SDValue Result = DAG.getNode(ISD::OR, dl, MVT::i32, And0, And1); in LowerFCOPYSIGN32()
1647 SDValue And1 = DAG.getNode(ISD::AND, dl, MVT::i32, Hi1, in LowerFCOPYSIGN64() local
1649 SDValue Word1 = DAG.getNode(ISD::OR, dl, MVT::i32, And0, And1); in LowerFCOPYSIGN64()
/external/vulkan-validation-layers/libs/glm/gtx/
Dsimd_vec4.inl326 __m128 And1 = _mm_and_ps(Flr1, Cmp1); local
328 return _mm_or_ps(And0, And1);
/external/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp2253 SDValue And1 = N->getOperand(1); in tryBitfieldInsertOpFromOr() local
2254 if (And0.hasOneUse() && And1.hasOneUse() && in tryBitfieldInsertOpFromOr()
2256 isOpcWithIntImmediate(And1.getNode(), ISD::AND, Mask1Imm) && in tryBitfieldInsertOpFromOr()
2264 std::swap(And0, And1); in tryBitfieldInsertOpFromOr()
2268 SDValue Src = And1->getOperand(0); in tryBitfieldInsertOpFromOr()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp734 SDValue And0 = N->getOperand(0), And1 = N->getOperand(1); in performORCombine() local
747 if (And1.getOpcode() != ISD::AND) in performORCombine()
750 if (!(CN = dyn_cast<ConstantSDNode>(And1.getOperand(1))) || in performORCombine()
758 SDValue Shl = And1.getOperand(0); in performORCombine()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2412 Value *And1 = Builder->CreateAnd(BO0->getOperand(0), Mask); in visitICmpInst() local
2414 return new ICmpInst(I.getPredicate(), And1, And2); in visitICmpInst()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp4045 Value *And1 = Builder->CreateAnd(BO0->getOperand(0), Mask); in visitICmpInst() local
4047 return new ICmpInst(I.getPredicate(), And1, And2); in visitICmpInst()