Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-stress/
Dllvm-stress.cpp322 Value *Val0 = getRandomVal(); in Act() local
323 Value *Val1 = getRandomValue(Val0->getType()); in Act()
326 if (Val0->getType()->isPointerTy() || in Act()
331 if (Val0->getType()->getScalarSizeInBits() == 1) in Act()
335 bool isFloat = Val0->getType()->getScalarType()->isFloatingPointTy(); in Act()
357 PT->push_back(BinaryOperator::Create(Op, Val0, Val1, "B", Term)); in Act()
422 Value *Val0 = getRandomVectorValue(); in Act() local
423 Value *V = ExtractElementInst::Create(Val0, in Act()
425 Ran->Rand() % cast<VectorType>(Val0->getType())->getNumElements()), in Act()
435 Value *Val0 = getRandomVectorValue(); in Act() local
[all …]
/external/clang/test/SemaTemplate/
Dtemp_arg_enum_printing.cpp8 Val0, enumerator
17 NamedEnumNS::foo<Val0>(); in test()
/external/llvm/lib/AsmParser/
DLLParser.cpp2628 Constant *Val0, *Val1; in ParseValID() local
2631 ParseGlobalTypeAndValue(Val0) || in ParseValID()
2637 if (!Val0->getType()->isAggregateType()) in ParseValID()
2640 ExtractValueInst::getIndexedType(Val0->getType(), Indices); in ParseValID()
2648 ID.ConstantVal = ConstantExpr::getInsertValue(Val0, Val1, Indices); in ParseValID()
2655 Constant *Val0, *Val1; in ParseValID() local
2659 ParseGlobalTypeAndValue(Val0) || in ParseValID()
2665 if (Val0->getType() != Val1->getType()) in ParseValID()
2671 if (!Val0->getType()->isFPOrFPVectorTy()) in ParseValID()
2673 ID.ConstantVal = ConstantExpr::getFCmp(Pred, Val0, Val1); in ParseValID()
[all …]
/external/clang/lib/CodeGen/
DCGBuiltin.cpp3352 Value *Val0 = Builder.CreateExtractValue(Val, 1); in EmitARMBuiltinExpr() local
3354 Val0 = Builder.CreateZExt(Val0, Int64Ty); in EmitARMBuiltinExpr()
3358 Val = Builder.CreateShl(Val0, ShiftCst, "shl", true /* nuw */); in EmitARMBuiltinExpr()
4126 Value *Val0 = Builder.CreateExtractValue(Val, 1); in EmitAArch64BuiltinExpr() local
4129 Val0 = Builder.CreateZExt(Val0, Int128Ty); in EmitAArch64BuiltinExpr()
4133 Val = Builder.CreateShl(Val0, ShiftCst, "shl", true /* nuw */); in EmitAArch64BuiltinExpr()
/external/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp3083 SDValue Val0 = N->getOperand(2); in Select() local
3095 Ops.push_back(Val0); in Select()
3099 Ops.push_back(SDValue(createGPRPairNode(MVT::Untyped, Val0, Val1), 0)); in Select()
/external/llvm/lib/CodeGen/
DRegisterCoalescer.cpp1696 bool valuesIdentical(VNInfo *Val0, VNInfo *Val1, const JoinVals &Other) const;
/external/llvm/docs/
DLangRef.rst8680 declare float @llvm.minnum.f32(float %Val0, float %Val1)
8681 declare double @llvm.minnum.f64(double %Val0, double %Val1)
8682 declare x86_fp80 @llvm.minnum.f80(x86_fp80 %Val0, x86_fp80 %Val1)
8683 declare fp128 @llvm.minnum.f128(fp128 %Val0, fp128 %Val1)
8684 declare ppc_fp128 @llvm.minnum.ppcf128(ppc_fp128 %Val0, ppc_fp128 %Val1)
8722 declare float @llvm.maxnum.f32(float %Val0, float %Val1l)
8723 declare double @llvm.maxnum.f64(double %Val0, double %Val1)
8724 declare x86_fp80 @llvm.maxnum.f80(x86_fp80 %Val0, x86_fp80 %Val1)
8725 declare fp128 @llvm.maxnum.f128(fp128 %Val0, fp128 %Val1)
8726 declare ppc_fp128 @llvm.maxnum.ppcf128(ppc_fp128 %Val0, ppc_fp128 %Val1)