Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-stress/
Dllvm-stress.cpp330 Value *Val0 = getRandomVal(); in Act() local
331 Value *Val1 = getRandomValue(Val0->getType()); in Act()
334 if (Val0->getType()->isPointerTy() || in Act()
339 if (Val0->getType()->getScalarSizeInBits() == 1) in Act()
343 bool isFloat = Val0->getType()->getScalarType()->isFloatingPointTy(); in Act()
365 PT->push_back(BinaryOperator::Create(Op, Val0, Val1, "B", Term)); in Act()
430 Value *Val0 = getRandomVectorValue(); in Act() local
431 Value *V = ExtractElementInst::Create(Val0, in Act()
433 Ran->Rand() % cast<VectorType>(Val0->getType())->getNumElements()), in Act()
443 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.cpp2806 Constant *Val0, *Val1; in ParseValID() local
2809 ParseGlobalTypeAndValue(Val0) || in ParseValID()
2815 if (!Val0->getType()->isAggregateType()) in ParseValID()
2818 ExtractValueInst::getIndexedType(Val0->getType(), Indices); in ParseValID()
2826 ID.ConstantVal = ConstantExpr::getInsertValue(Val0, Val1, Indices); in ParseValID()
2833 Constant *Val0, *Val1; in ParseValID() local
2837 ParseGlobalTypeAndValue(Val0) || in ParseValID()
2843 if (Val0->getType() != Val1->getType()) in ParseValID()
2849 if (!Val0->getType()->isFPOrFPVectorTy()) in ParseValID()
2851 ID.ConstantVal = ConstantExpr::getFCmp(Pred, Val0, Val1); in ParseValID()
[all …]
/external/clang/lib/CodeGen/
DCGBuiltin.cpp3628 Value *Val0 = Builder.CreateExtractValue(Val, 1); in EmitARMBuiltinExpr() local
3630 Val0 = Builder.CreateZExt(Val0, Int64Ty); in EmitARMBuiltinExpr()
3634 Val = Builder.CreateShl(Val0, ShiftCst, "shl", true /* nuw */); in EmitARMBuiltinExpr()
4398 Value *Val0 = Builder.CreateExtractValue(Val, 1); in EmitAArch64BuiltinExpr() local
4401 Val0 = Builder.CreateZExt(Val0, Int128Ty); in EmitAArch64BuiltinExpr()
4405 Val = Builder.CreateShl(Val0, ShiftCst, "shl", true /* nuw */); in EmitAArch64BuiltinExpr()
/external/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp3116 SDValue Val0 = N->getOperand(2); in Select() local
3128 Ops.push_back(Val0); in Select()
3132 Ops.push_back(SDValue(createGPRPairNode(MVT::Untyped, Val0, Val1), 0)); in Select()
/external/llvm/lib/CodeGen/
DRegisterCoalescer.cpp1742 bool valuesIdentical(VNInfo *Val0, VNInfo *Val1, const JoinVals &Other) const;
/external/llvm/docs/
DLangRef.rst10119 declare float @llvm.minnum.f32(float %Val0, float %Val1)
10120 declare double @llvm.minnum.f64(double %Val0, double %Val1)
10121 declare x86_fp80 @llvm.minnum.f80(x86_fp80 %Val0, x86_fp80 %Val1)
10122 declare fp128 @llvm.minnum.f128(fp128 %Val0, fp128 %Val1)
10123 declare ppc_fp128 @llvm.minnum.ppcf128(ppc_fp128 %Val0, ppc_fp128 %Val1)
10161 declare float @llvm.maxnum.f32(float %Val0, float %Val1l)
10162 declare double @llvm.maxnum.f64(double %Val0, double %Val1)
10163 declare x86_fp80 @llvm.maxnum.f80(x86_fp80 %Val0, x86_fp80 %Val1)
10164 declare fp128 @llvm.maxnum.f128(fp128 %Val0, fp128 %Val1)
10165 declare ppc_fp128 @llvm.maxnum.ppcf128(ppc_fp128 %Val0, ppc_fp128 %Val1)