Searched refs:Val1 (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DBypassSlowDivision.h42 static bool isEqual(const DivRemMapKey &Val1, const DivRemMapKey &Val2) { argument
43 return Val1.SignedOp == Val2.SignedOp && Val1.Dividend == Val2.Dividend &&
44 Val1.Divisor == Val2.Divisor;
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGAtomic.cpp367 Address Val1, Address Val2,
373 llvm::Value *Expected = CGF.Builder.CreateLoad(Val1);
403 CGF.Builder.CreateStore(Old, Val1);
417 Address Val1, Address Val2,
448 emitAtomicCmpXchg(CGF, E, IsWeak, Dest, Ptr, Val1, Val2, Size, SuccessOrder,
473 emitAtomicCmpXchg(CGF, E, IsWeak, Dest, Ptr, Val1, Val2,
478 emitAtomicCmpXchg(CGF, E, IsWeak, Dest, Ptr, Val1, Val2, Size, SuccessOrder,
483 emitAtomicCmpXchg(CGF, E, IsWeak, Dest, Ptr, Val1, Val2, Size, SuccessOrder,
513 Address Ptr, Address Val1, Address Val2,
528 emitAtomicCmpXchgFailureSet(CGF, E, false, Dest, Ptr, Val1, Val
365 emitAtomicCmpXchg(CodeGenFunction &CGF, AtomicExpr *E, bool IsWeak, Address Dest, Address Ptr, Address Val1, Address Val2, uint64_t Size, llvm::AtomicOrdering SuccessOrder, llvm::AtomicOrdering FailureOrder, llvm::SyncScope::ID Scope) argument
415 emitAtomicCmpXchgFailureSet(CodeGenFunction &CGF, AtomicExpr *E, bool IsWeak, Address Dest, Address Ptr, Address Val1, Address Val2, llvm::Value *FailureOrderVal, uint64_t Size, llvm::AtomicOrdering SuccessOrder, llvm::SyncScope::ID Scope) argument
512 EmitAtomicOp(CodeGenFunction &CGF, AtomicExpr *E, Address Dest, Address Ptr, Address Val1, Address Val2, llvm::Value *IsWeak, llvm::Value *FailureOrder, uint64_t Size, llvm::AtomicOrdering Order, llvm::SyncScope::ID Scope) argument
702 EmitAtomicOp(CodeGenFunction &CGF, AtomicExpr *Expr, Address Dest, Address Ptr, Address Val1, Address Val2, llvm::Value *IsWeak, llvm::Value *FailureOrder, uint64_t Size, llvm::AtomicOrdering Order, llvm::Value *Scope) argument
792 Address Val1 = Address::invalid(); local
[all...]
H A DCGBuiltin.cpp7428 Value *Val1 = Builder.CreateExtractValue(Val, 0);
7430 Val1 = Builder.CreateZExt(Val1, Int64Ty);
7434 Val = Builder.CreateOr(Val, Val1);
9356 Value *Val1 = Builder.CreateExtractValue(Val, 0);
9359 Val1 = Builder.CreateZExt(Val1, Int128Ty);
9363 Val = Builder.CreateOr(Val, Val1);
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DGTestChecker.cpp116 static ProgramStateRef assumeValuesEqual(SVal Val1, SVal Val2,
270 ProgramStateRef GTestChecker::assumeValuesEqual(SVal Val1, SVal Val2, argument
273 if (!Val1.getAs<DefinedOrUnknownSVal>() ||
278 C.getSValBuilder().evalEQ(State, Val1.castAs<DefinedOrUnknownSVal>(),
H A DMismatchedIteratorChecker.cpp39 void reportBug(const StringRef &Message, const SVal &Val1,
279 const SVal &Val1,
285 R->markInteresting(Val1);
278 reportBug(const StringRef &Message, const SVal &Val1, const SVal &Val2, CheckerContext &C, ExplodedNode *ErrNode) const argument
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp377 Value *Val1 = getRandomValue(Val0->getType()); variable
381 Val1->getType()->isPointerTy())
410 PT->push_back(BinaryOperator::Create(Op, Val0, Val1, "B", Term));
501 Value *Val1 = getRandomValue(Val0->getType()); variable
517 Value *V = new ShuffleVectorInst(Val0, Val1, Mask, "Shuff",
529 Value *Val1 = getRandomValue(Val0->getType()->getScalarType()); variable
532 Val0, Val1,
629 Value *Val1 = getRandomValue(Val0->getType()); variable
642 Value *V = SelectInst::Create(Cond, Val0, Val1, "Sl", BB->getTerminator());
653 Value *Val1 variable
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPURegBankCombiner.cpp55 Register Val0, Val1, Val2; member in struct:AMDGPURegBankCombinerHelper::Med3MatchInfo
138 {MatchInfo.Val0, MatchInfo.Val1, MatchInfo.Val2}, MI.getFlags());
H A DAMDGPUInstCombineIntrinsic.cpp371 APFloat Val1 = C1->getValueAPF(); local
373 Val1.convert(HalfSem, APFloat::rmTowardZero, &LosesInfo);
377 ConstantFP::get(II.getContext(), Val1)});
/netbsd-current/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp3654 Constant *Val0, *Val1;
3660 parseGlobalTypeAndValue(Val1) || parseIndexList(Indices) ||
3669 if (IndexedType != Val1->getType())
3671 getTypeString(Val1->getType()) +
3674 ID.ConstantVal = ConstantExpr::getInsertValue(Val0, Val1, Indices);
3681 Constant *Val0, *Val1;
3687 parseGlobalTypeAndValue(Val1) ||
3691 if (Val0->getType() != Val1->getType())
3699 ID.ConstantVal = ConstantExpr::getFCmp(Pred, Val0, Val1);
3705 ID.ConstantVal = ConstantExpr::getICmp(Pred, Val0, Val1);
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp3071 SDValue Val1 = Ins1.getOperand(1);
3073 if (Val1.getOpcode() == ISD::FP_ROUND || Val2.getOpcode() == ISD::FP_ROUND)
3077 if ((Val1.getOpcode() == ISD::EXTRACT_VECTOR_ELT ||
3078 Val1.getOpcode() == ARMISD::VGETLANEu) &&
3081 isa<ConstantSDNode>(Val1.getOperand(1)) &&
3083 (Val1.getOperand(0).getValueType() == MVT::v8f16 ||
3084 Val1.getOperand(0).getValueType() == MVT::v8i16) &&
3087 unsigned ExtractLane1 = Val1.getConstantOperandVal(1);
3092 if (Val1.getOperand(0) == Val2.getOperand(0) && ExtractLane2 % 2 == 0 &&
3095 ARM::ssub_0 + ExtractLane2 / 2, dl, MVT::f32, Val1
4562 SDValue Val1 = N->getOperand(3); local
[all...]
H A DARMBaseInstrInfo.h846 /// Returns true if Val1 has a lower Constant Materialization Cost than Val2.
849 bool HasLowerConstantMaterializationCost(unsigned Val1, unsigned Val2,
H A DARMBaseInstrInfo.cpp5544 bool llvm::HasLowerConstantMaterializationCost(unsigned Val1, unsigned Val2,
5548 unsigned Cost1 = ConstantMaterializationCost(Val1, Subtarget, ForCodesize);
5556 return ConstantMaterializationCost(Val1, Subtarget, !ForCodesize) <
H A DARMISelLowering.cpp5077 int64_t Val1 = cast<ConstantSDNode>(K1)->getSExtValue();
5079 int64_t PosVal = std::max(Val1, Val2);
5080 int64_t NegVal = std::min(Val1, Val2);
5082 if (!((Val1 > Val2 && isLTorLE(CC1)) || (Val1 < Val2 && isLTorLE(CC2))) ||
5091 if (Val1 == ~Val2)
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProf.h644 static inline double score(uint64_t Val1, uint64_t Val2, double Sum1, argument
648 return std::min(Val1 / Sum1, Val2 / Sum2);
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1632 llvm::APSInt Val1 = EC1->getInitVal(); local
1634 if (!llvm::APSInt::isSameValue(Val1, Val2) ||
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp13435 SDValue Val1 = Op1.getOperand(0);
13437 EVT ValVT = Val1->getValueType(0);
13439 SDValue AddVal = DAG.getNode(ISD::ADD, DL, ValVT, Val1, Val2);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 690 milliseconds