/llvm-project/clang/test/CodeGen/ |
H A D | catch-implicit-signed-integer-truncation-or-sign-change-CompoundAssignOperator.c | 104 void unsigned_char_add_signed_char_unsigned_char(unsigned char *LHS, unsigned char RHS) { in unsigned_char_add_signed_char_unsigned_char() 137 void unsigned_char_add_signed_char_signed_char(unsigned char *LHS, signed char RHS) { in unsigned_char_add_signed_char_signed_char() 170 void unsigned_char_add_signed_char_unsigned_int(unsigned char *LHS, unsigned int RHS) { in unsigned_char_add_signed_char_unsigned_int() 176 void unsigned_char_add_signed_char_signed_int(unsigned char *LHS, signed int RHS) { in unsigned_char_add_signed_char_signed_int() 208 void signed_char_add_unsigned_char(signed char *LHS, unsigned char RHS) { in signed_char_add_unsigned_char() 241 void signed_char_add_signed_char(signed char *LHS, signed char RHS) { in signed_char_add_signed_char() 274 void signed_char_add_signed_char_unsigned_int(signed char *LHS, unsigned int RHS) { in signed_char_add_signed_char_unsigned_int() 309 void signed_char_add_signed_char_signed_int(signed char *LHS, signed int RHS) { in signed_char_add_signed_char_signed_int() 345 void unsigned_char_sub_signed_char_unsigned_char(unsigned char *LHS, unsigned char RHS) { in unsigned_char_sub_signed_char_unsigned_char() 378 void unsigned_char_sub_signed_char_signed_char(unsigned char *LHS, signed char RHS) { in unsigned_char_sub_signed_char_signed_char() [all …]
|
H A D | catch-implicit-integer-truncations-CompoundAssignOperator.c | 112 void unsigned_char_add_signed_char_unsigned_char(unsigned char *LHS, unsigned char RHS) { in unsigned_char_add_signed_char_unsigned_char() 145 void unsigned_char_add_signed_char_signed_char(unsigned char *LHS, signed char RHS) { in unsigned_char_add_signed_char_signed_char() 178 void unsigned_char_add_signed_char_unsigned_int(unsigned char *LHS, unsigned int RHS) { in unsigned_char_add_signed_char_unsigned_int() 210 void unsigned_char_add_signed_char_signed_int(unsigned char *LHS, signed int RHS) { in unsigned_char_add_signed_char_signed_int() 242 void signed_char_add_unsigned_char(signed char *LHS, unsigned char RHS) { in signed_char_add_unsigned_char() 275 void signed_char_add_signed_char(signed char *LHS, signed char RHS) { in signed_char_add_signed_char() 308 void signed_char_add_signed_char_unsigned_int(signed char *LHS, unsigned int RHS) { in signed_char_add_signed_char_unsigned_int() 340 void signed_char_add_signed_char_signed_int(signed char *LHS, signed int RHS) { in signed_char_add_signed_char_signed_int() 376 void unsigned_char_sub_signed_char_unsigned_char(unsigned char *LHS, unsigned char RHS) { in unsigned_char_sub_signed_char_unsigned_char() 409 void unsigned_char_sub_signed_char_signed_char(unsigned char *LHS, signed char RHS) { in unsigned_char_sub_signed_char_signed_char() [all …]
|
H A D | catch-implicit-integer-sign-changes-CompoundAssignOperator.c | 104 void unsigned_char_add_signed_char_unsigned_char(unsigned char *LHS, unsigned char RHS) { in unsigned_char_add_signed_char_unsigned_char() 137 void unsigned_char_add_signed_char_signed_char(unsigned char *LHS, signed char RHS) { in unsigned_char_add_signed_char_signed_char() 170 void unsigned_char_add_signed_char_unsigned_int(unsigned char *LHS, unsigned int RHS) { in unsigned_char_add_signed_char_unsigned_int() 176 void unsigned_char_add_signed_char_signed_int(unsigned char *LHS, signed int RHS) { in unsigned_char_add_signed_char_signed_int() 208 void signed_char_add_unsigned_char(signed char *LHS, unsigned char RHS) { in signed_char_add_unsigned_char() 242 void signed_char_add_signed_char(signed char *LHS, signed char RHS) { in signed_char_add_signed_char() 276 void signed_char_add_signed_char_unsigned_int(signed char *LHS, unsigned int RHS) { in signed_char_add_signed_char_unsigned_int() 308 void signed_char_add_signed_char_signed_int(signed char *LHS, signed int RHS) { in signed_char_add_signed_char_signed_int() 345 void unsigned_char_sub_signed_char_unsigned_char(unsigned char *LHS, unsigned char RHS) { in unsigned_char_sub_signed_char_unsigned_char() 378 void unsigned_char_sub_signed_char_signed_char(unsigned char *LHS, signed char RHS) { in unsigned_char_sub_signed_char_signed_char() [all …]
|
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVSort.cpp | 27 compareKind(const LVObject * LHS,const LVObject * RHS) compareKind() argument 33 compareLine(const LVObject * LHS,const LVObject * RHS) compareLine() argument 39 compareName(const LVObject * LHS,const LVObject * RHS) compareName() argument 45 compareOffset(const LVObject * LHS,const LVObject * RHS) compareOffset() argument 51 compareRange(const LVObject * LHS,const LVObject * RHS) compareRange() argument 65 sortByKind(const LVObject * LHS,const LVObject * RHS) sortByKind() argument 77 sortByLine(const LVObject * LHS,const LVObject * RHS) sortByLine() argument 89 sortByName(const LVObject * LHS,const LVObject * RHS) sortByName() argument [all...] |
/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/ |
H A D | path.concat.pass.cpp | 102 path LHS(L); PathReserve(LHS, ReserveSize); in doConcatSourceAllocTest() local 112 path LHS(L); PathReserve(LHS, ReserveSize); in doConcatSourceAllocTest() local 122 path LHS(L); PathReserve(LHS, ReserveSize); in doConcatSourceAllocTest() local 131 path LHS(L); PathReserve(LHS, ReserveSize); in doConcatSourceAllocTest() local 151 path LHS(L); PathReserve(LHS, ReserveSize); in doConcatSourceAllocTest() local 164 path LHS(L); PathReserve(LHS, ReserveSize); in doConcatSourceAllocTest() local 192 path LHS(L); in doConcatSourceTest() local 199 path LHS(L); in doConcatSourceTest() local 207 path LHS(L); in doConcatSourceTest() local 214 path LHS(L); in doConcatSourceTest() local [all …]
|
H A D | path.append.pass.cpp | 146 path LHS(L); PathReserve(LHS, ReserveSize); in doAppendSourceAllocTest() local 156 path LHS(L); PathReserve(LHS, ReserveSize); in doAppendSourceAllocTest() local 166 path LHS(L); PathReserve(LHS, ReserveSize); in doAppendSourceAllocTest() local 175 path LHS(L); PathReserve(LHS, ReserveSize); in doAppendSourceAllocTest() local 184 path LHS(L); PathReserve(LHS, ReserveSize); in doAppendSourceAllocTest() local 207 path LHS(L); PathReserve(LHS, ReserveSize); in doAppendSourceAllocTest() local 220 path LHS(L); PathReserve(LHS, ReserveSize); in doAppendSourceAllocTest() local 255 path LHS(L); in doAppendSourceTest() local 263 path LHS(L); in doAppendSourceTest() local 270 path LHS(L); in doAppendSourceTest() local [all …]
|
/llvm-project/llvm/lib/Support/ |
H A D | KnownBits.cpp | 21 computeForAddCarry(const KnownBits & LHS,const KnownBits & RHS,bool CarryZero,bool CarryOne) computeForAddCarry() argument 45 computeForAddCarry(const KnownBits & LHS,const KnownBits & RHS,const KnownBits & Carry) computeForAddCarry() argument 52 computeForAddSub(bool Add,bool NSW,bool NUW,const KnownBits & LHS,const KnownBits & RHS) computeForAddSub() argument 137 computeForSubBorrow(const KnownBits & LHS,KnownBits RHS,const KnownBits & Borrow) computeForSubBorrow() argument 178 umax(const KnownBits & LHS,const KnownBits & RHS) umax() argument 196 umin(const KnownBits & LHS,const KnownBits & RHS) umin() argument 202 smax(const KnownBits & LHS,const KnownBits & RHS) smax() argument 215 smin(const KnownBits & LHS,const KnownBits & RHS) smin() argument 228 abdu(const KnownBits & LHS,const KnownBits & RHS) abdu() argument 247 abds(KnownBits LHS,KnownBits RHS) abds() argument 285 shl(const KnownBits & LHS,const KnownBits & RHS,bool NUW,bool NSW,bool ShAmtNonZero) shl() argument 288 __anon8264ec8e0402(const KnownBits &LHS, unsigned ShiftAmt) shl() argument 370 lshr(const KnownBits & LHS,const KnownBits & RHS,bool ShAmtNonZero,bool Exact) lshr() argument 373 __anon8264ec8e0502(const KnownBits &LHS, unsigned ShiftAmt) lshr() argument 428 ashr(const KnownBits & LHS,const KnownBits & RHS,bool ShAmtNonZero,bool Exact) ashr() argument 431 __anon8264ec8e0602(const KnownBits &LHS, unsigned ShiftAmt) ashr() argument 488 eq(const KnownBits & LHS,const KnownBits & RHS) eq() argument 496 ne(const KnownBits & LHS,const KnownBits & RHS) ne() argument 502 ugt(const KnownBits & LHS,const KnownBits & RHS) ugt() argument 512 uge(const KnownBits & LHS,const KnownBits & RHS) uge() argument 518 ult(const KnownBits & LHS,const KnownBits & RHS) ult() argument 522 ule(const KnownBits & LHS,const KnownBits & RHS) ule() argument 526 sgt(const KnownBits & LHS,const KnownBits & RHS) sgt() argument 536 sge(const KnownBits & LHS,const KnownBits & RHS) sge() argument 542 slt(const KnownBits & LHS,const KnownBits & RHS) slt() argument 546 sle(const KnownBits & LHS,const KnownBits & RHS) sle() argument 609 computeForSatAddSub(bool Add,bool Signed,const KnownBits & LHS,const KnownBits & RHS) computeForSatAddSub() argument 753 sadd_sat(const KnownBits & LHS,const KnownBits & RHS) sadd_sat() argument 756 ssub_sat(const KnownBits & LHS,const KnownBits & RHS) ssub_sat() argument 759 uadd_sat(const KnownBits & LHS,const KnownBits & RHS) uadd_sat() argument 762 usub_sat(const KnownBits & LHS,const KnownBits & RHS) usub_sat() argument 766 avgCompute(KnownBits LHS,KnownBits RHS,bool IsCeil,bool IsSigned) avgCompute() argument 777 avgFloorS(const KnownBits & LHS,const KnownBits & RHS) avgFloorS() argument 782 avgFloorU(const KnownBits & LHS,const KnownBits & RHS) avgFloorU() argument 787 avgCeilS(const KnownBits & LHS,const KnownBits & RHS) avgCeilS() argument 792 avgCeilU(const KnownBits & LHS,const KnownBits & RHS) avgCeilU() argument 797 mul(const KnownBits & LHS,const KnownBits & RHS,bool NoUndefSelfMultiply) mul() argument 894 mulhs(const KnownBits & LHS,const KnownBits & RHS) mulhs() argument 902 mulhu(const KnownBits & LHS,const KnownBits & RHS) mulhu() argument 910 divComputeLowBit(KnownBits Known,const KnownBits & LHS,const KnownBits & RHS,bool Exact) divComputeLowBit() argument 946 sdiv(const KnownBits & LHS,const KnownBits & RHS,bool Exact) sdiv() argument 1002 udiv(const KnownBits & LHS,const KnownBits & RHS,bool Exact) udiv() argument 1029 remGetLowBits(const KnownBits & LHS,const KnownBits & RHS) remGetLowBits() argument 1042 urem(const KnownBits & LHS,const KnownBits & RHS) urem() argument 1059 srem(const KnownBits & LHS,const KnownBits & RHS) srem() argument [all...] |
H A D | Z3Solver.cpp | 252 areEquivalent(const llvm::fltSemantics & LHS,const llvm::fltSemantics & RHS) areEquivalent() argument 362 mkBVAdd(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVAdd() argument 368 mkBVSub(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVSub() argument 374 mkBVMul(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVMul() argument 380 mkBVSRem(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVSRem() argument 386 mkBVURem(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVURem() argument 392 mkBVSDiv(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVSDiv() argument 398 mkBVUDiv(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVUDiv() argument 404 mkBVShl(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVShl() argument 410 mkBVAshr(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVAshr() argument 416 mkBVLshr(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVLshr() argument 422 mkBVXor(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVXor() argument 428 mkBVOr(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVOr() argument 434 mkBVAnd(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVAnd() argument 440 mkBVUlt(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVUlt() argument 446 mkBVSlt(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVSlt() argument 452 mkBVUgt(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVUgt() argument 458 mkBVSgt(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVSgt() argument 464 mkBVUle(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVUle() argument 470 mkBVSle(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVSle() argument 476 mkBVUge(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVUge() argument 482 mkBVSge(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVSge() argument 488 mkAnd(const SMTExprRef & LHS,const SMTExprRef & RHS) mkAnd() argument 493 mkOr(const SMTExprRef & LHS,const SMTExprRef & RHS) mkOr() argument 498 mkEqual(const SMTExprRef & LHS,const SMTExprRef & RHS) mkEqual() argument 529 mkFPMul(const SMTExprRef & LHS,const SMTExprRef & RHS) mkFPMul() argument 537 mkFPDiv(const SMTExprRef & LHS,const SMTExprRef & RHS) mkFPDiv() argument 545 mkFPRem(const SMTExprRef & LHS,const SMTExprRef & RHS) mkFPRem() argument 551 mkFPAdd(const SMTExprRef & LHS,const SMTExprRef & RHS) mkFPAdd() argument 559 mkFPSub(const SMTExprRef & LHS,const SMTExprRef & RHS) mkFPSub() argument 567 mkFPLt(const SMTExprRef & LHS,const SMTExprRef & RHS) mkFPLt() argument 573 mkFPGt(const SMTExprRef & LHS,const SMTExprRef & RHS) mkFPGt() argument 579 mkFPLe(const SMTExprRef & LHS,const SMTExprRef & RHS) mkFPLe() argument 585 mkFPGe(const SMTExprRef & LHS,const SMTExprRef & RHS) mkFPGe() argument 591 mkFPEqual(const SMTExprRef & LHS,const SMTExprRef & RHS) mkFPEqual() argument 622 mkBVAddNoOverflow(const SMTExprRef & LHS,const SMTExprRef & RHS,bool isSigned) mkBVAddNoOverflow() argument 631 mkBVAddNoUnderflow(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVAddNoUnderflow() argument 640 mkBVSubNoOverflow(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVSubNoOverflow() argument 649 mkBVSubNoUnderflow(const SMTExprRef & LHS,const SMTExprRef & RHS,bool isSigned) mkBVSubNoUnderflow() argument 658 mkBVSDivNoOverflow(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVSDivNoOverflow() argument 674 mkBVMulNoOverflow(const SMTExprRef & LHS,const SMTExprRef & RHS,bool isSigned) mkBVMulNoOverflow() argument 683 mkBVMulNoUnderflow(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVMulNoUnderflow() argument 690 mkBVConcat(const SMTExprRef & LHS,const SMTExprRef & RHS) mkBVConcat() argument [all...] |
/llvm-project/libcxx/test/std/utilities/variant/variant.relops/ |
H A D | relops_bool_conv.verify.cpp | 54 inline constexpr MyBoolExplicit operator==(const ComparesToMyBoolExplicit& LHS, const ComparesToMyB… in operator ==() 57 inline constexpr MyBoolExplicit operator!=(const ComparesToMyBoolExplicit& LHS, const ComparesToMyB… in operator !=() 60 inline constexpr MyBoolExplicit operator<(const ComparesToMyBoolExplicit& LHS, const ComparesToMyBo… in operator <() 63 inline constexpr MyBoolExplicit operator<=(const ComparesToMyBoolExplicit& LHS, const ComparesToMyB… in operator <=() 66 inline constexpr MyBoolExplicit operator>(const ComparesToMyBoolExplicit& LHS, const ComparesToMyBo… in operator >() 69 inline constexpr MyBoolExplicit operator>=(const ComparesToMyBoolExplicit& LHS, const ComparesToMyB… in operator >=()
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | CheckedArithmetic.h | 46 std::enable_if_t<std::is_signed_v<T>, std::optional<T>> checkedAdd(T LHS, in checkedAdd() 55 std::enable_if_t<std::is_signed_v<T>, std::optional<T>> checkedSub(T LHS, in checkedSub() 64 std::enable_if_t<std::is_signed_v<T>, std::optional<T>> checkedMul(T LHS, in checkedMul() 85 checkedAddUnsigned(T LHS, T RHS) { in checkedAddUnsigned() 94 checkedMulUnsigned(T LHS, T RHS) { in checkedMulUnsigned()
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineInternal.h | 312 willNotOverflowSignedAdd(const WithCache<const Value * > & LHS,const WithCache<const Value * > & RHS,const Instruction & CxtI) willNotOverflowSignedAdd() argument 319 willNotOverflowUnsignedAdd(const WithCache<const Value * > & LHS,const WithCache<const Value * > & RHS,const Instruction & CxtI) willNotOverflowUnsignedAdd() argument 326 willNotOverflowAdd(const Value * LHS,const Value * RHS,const Instruction & CxtI,bool IsSigned) willNotOverflowAdd() argument 332 willNotOverflowSignedSub(const Value * LHS,const Value * RHS,const Instruction & CxtI) willNotOverflowSignedSub() argument 338 willNotOverflowUnsignedSub(const Value * LHS,const Value * RHS,const Instruction & CxtI) willNotOverflowUnsignedSub() argument 344 willNotOverflowSub(const Value * LHS,const Value * RHS,const Instruction & CxtI,bool IsSigned) willNotOverflowSub() argument 350 willNotOverflowSignedMul(const Value * LHS,const Value * RHS,const Instruction & CxtI) willNotOverflowSignedMul() argument 363 willNotOverflowMul(const Value * LHS,const Value * RHS,const Instruction & CxtI,bool IsSigned) willNotOverflowMul() argument 369 willNotOverflow(BinaryOperator::BinaryOps Opcode,const Value * LHS,const Value * RHS,const Instruction & CxtI,bool IsSigned) willNotOverflow() argument [all...] |
/llvm-project/llvm/include/llvm/IR/ |
H A D | MatrixBuilder.h | 37 std::pair<Value *, Value *> splatScalarOperandIfNeeded(Value *LHS, in splatScalarOperandIfNeeded() argument 157 CreateAdd(Value * LHS,Value * RHS) CreateAdd() argument 182 CreateSub(Value * LHS,Value * RHS) CreateSub() argument 207 CreateScalarMultiply(Value * LHS,Value * RHS) CreateScalarMultiply() argument 216 CreateScalarDiv(Value * LHS,Value * RHS,bool IsUnsigned) CreateScalarDiv() argument [all...] |
H A D | NoFolder.h | 48 Value *FoldBinOp(Instruction::BinaryOps Opc, Value *LHS, in FoldBinOp() 53 Value *FoldExactBinOp(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, in FoldExactBinOp() 58 Value *FoldNoWrapBinOp(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, in FoldNoWrapBinOp() 63 Value *FoldBinOpFMF(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, in FoldBinOpFMF() 73 Value *FoldCmp(CmpInst::Predicate P, Value *LHS, Value *RHS) const override { in FoldCmp() 115 Value *FoldBinaryIntrinsic(Intrinsic::ID ID, Value *LHS, Value *RHS, Type *Ty, in FoldBinaryIntrinsic()
|
H A D | FixedPointBuilder.h | 228 Value *CreateAdd(Value *LHS, const FixedPointSemantics &LHSSema, in CreateAdd() 254 Value *CreateSub(Value *LHS, const FixedPointSemantics &LHSSema, in CreateSub() 288 Value *CreateMul(Value *LHS, const FixedPointSemantics &LHSSema, in CreateMul() 316 Value *CreateDiv(Value *LHS, const FixedPointSemantics &LHSSema, in CreateDiv() 343 Value *CreateShl(Value *LHS, const FixedPointSemantics &LHSSema, Value *RHS) { in CreateShl() 364 Value *CreateShr(Value *LHS, const FixedPointSemantics &LHSSema, Value *RHS) { in CreateShr() 375 Value *CreateEQ(Value *LHS, const FixedPointSemantics &LHSSema, in CreateEQ() 390 Value *CreateNE(Value *LHS, const FixedPointSemantics &LHSSema, in CreateNE() 405 Value *CreateLT(Value *LHS, const FixedPointSemantics &LHSSema, in CreateLT() 421 Value *CreateLE(Value *LHS, const FixedPointSemantics &LHSSema, in CreateLE() [all …]
|
H A D | ConstantFolder.h | 43 Value *FoldBinOp(Instruction::BinaryOps Opc, Value *LHS, in FoldBinOp() 55 Value *FoldExactBinOp(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, in FoldExactBinOp() 68 Value *FoldNoWrapBinOp(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, in FoldNoWrapBinOp() 86 Value *FoldBinOpFMF(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, in FoldBinOpFMF() 98 Value *FoldCmp(CmpInst::Predicate P, Value *LHS, Value *RHS) const override { in FoldCmp() 183 Value *FoldBinaryIntrinsic(Intrinsic::ID ID, Value *LHS, Value *RHS, Type *Ty, in FoldBinaryIntrinsic()
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | InstSimplifyFolder.h | 50 FoldBinOp(Instruction::BinaryOps Opc,Value * LHS,Value * RHS) FoldBinOp() argument 55 FoldExactBinOp(Instruction::BinaryOps Opc,Value * LHS,Value * RHS,bool IsExact) FoldExactBinOp() argument 60 FoldNoWrapBinOp(Instruction::BinaryOps Opc,Value * LHS,Value * RHS,bool HasNUW,bool HasNSW) FoldNoWrapBinOp() argument 65 FoldBinOpFMF(Instruction::BinaryOps Opc,Value * LHS,Value * RHS,FastMathFlags FMF) FoldBinOpFMF() argument 75 FoldCmp(CmpInst::Predicate P,Value * LHS,Value * RHS) FoldCmp() argument 120 FoldBinaryIntrinsic(Intrinsic::ID ID,Value * LHS,Value * RHS,Type * Ty,Instruction * FMFSource) FoldBinaryIntrinsic() argument [all...] |
H A D | TargetFolder.h | 54 Value *FoldBinOp(Instruction::BinaryOps Opc, Value *LHS, in FoldBinOp() 66 Value *FoldExactBinOp(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, in FoldExactBinOp() 79 Value *FoldNoWrapBinOp(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, in FoldNoWrapBinOp() 97 Value *FoldBinOpFMF(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, in FoldBinOpFMF() 102 Value *FoldCmp(CmpInst::Predicate P, Value *LHS, Value *RHS) const override { in FoldCmp() 191 Value *FoldBinaryIntrinsic(Intrinsic::ID ID, Value *LHS, Value *RHS, Type *Ty, in FoldBinaryIntrinsic()
|
/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | Arena.cpp | 18 canonicalFormulaPair(const Formula &LHS, const Formula &RHS) { in canonicalFormulaPair() argument 41 const Formula &Arena::makeAnd(const Formula &LHS, const Formula &RHS) { in makeAnd() argument 54 makeOr(const Formula & LHS,const Formula & RHS) makeOr() argument 78 makeImplies(const Formula & LHS,const Formula & RHS) makeImplies() argument 91 makeEquals(const Formula & LHS,const Formula & RHS) makeEquals() argument [all...] |
/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyLogical.h | 55 LExpr *LHS, *RHS; variable 58 BinOp(LExpr *LHS, LExpr *RHS, Opcode Code) : LExpr(Code), LHS(LHS), RHS(RHS) {} in BinOp() 70 And(LExpr *LHS, LExpr *RHS) : BinOp(LHS, RHS, LExpr::And) {} in And() 77 Or(LExpr *LHS, LExpr *RHS) : BinOp(LHS, RHS, LExpr::Or) {} in Or()
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SMTConv.h | 91 const llvm::SMTExprRef &LHS, in fromBinOp() 169 fromFloatSpecialBinOp(llvm::SMTSolverRef &Solver, const llvm::SMTExprRef &LHS, in fromFloatSpecialBinOp() 202 const llvm::SMTExprRef &LHS, in fromFloatBinOp() 347 const llvm::SMTExprRef &LHS, QualType LTy, in getBinExpr() 390 llvm::SMTExprRef LHS = in getSymBinExpr() local 402 llvm::SMTExprRef LHS = in getSymBinExpr() local 410 llvm::SMTExprRef LHS = in getSymBinExpr() local 558 llvm::SMTExprRef LHS = in getRangeExpr() local 596 ASTContext &Ctx, llvm::SMTExprRef &LHS, in doTypeConversion() 673 ASTContext &Ctx, T &LHS, QualType <y, in doIntTypeConversion() [all …]
|
/llvm-project/polly/lib/CodeGen/ |
H A D | IslExprBuilder.cpp | 99 createBinOp(BinaryOperator::BinaryOps Opc,Value * LHS,Value * RHS,const Twine & Name) createBinOp() argument 152 createAdd(Value * LHS,Value * RHS,const Twine & Name) createAdd() argument 156 createSub(Value * LHS,Value * RHS,const Twine & Name) createSub() argument 160 createMul(Value * LHS,Value * RHS,const Twine & Name) createMul() argument 347 Value *LHS, *RHS, *Res; createOpBin() local 456 Value *LHS, *RHS, *Cond; createOpSelect() local 484 Value *LHS, *RHS, *Res; createOpICmp() local 544 Value *LHS, *RHS, *Res; createOpBoolean() local 592 Value *LHS, *RHS; createOpBooleanConditional() local [all...] |
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCExpr.h | 537 static const MCBinaryExpr *createAdd(const MCExpr *LHS, const MCExpr *RHS, in createAnd() argument 542 static const MCBinaryExpr *createAnd(const MCExpr *LHS, const MCExpr *RHS, in createDiv() argument 547 static const MCBinaryExpr *createDiv(const MCExpr *LHS, cons argument 532 createAdd(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createAdd() argument 552 createGT(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createGT() argument 557 createGTE(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createGTE() argument 562 createLAnd(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createLAnd() argument 567 createLOr(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createLOr() argument 572 createLT(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createLT() argument 577 createLTE(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createLTE() argument 582 createMod(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createMod() argument 587 createMul(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createMul() argument 592 createNE(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createNE() argument 597 createOr(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createOr() argument 602 createShl(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createShl() argument 607 createAShr(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createAShr() argument 612 createLShr(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createLShr() argument 617 createSub(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createSub() argument 622 createXor(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createXor() argument [all...] |
/llvm-project/offload/test/offloading/ |
H A D | ompx_bare_shfl_down_sync.cpp | 14 equal(T LHS,T RHS) equal() argument 20 equal(T LHS,T RHS) equal() argument
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineModuleInfoImpls.cpp | 32 SortSymbolPair(const PairTy * LHS,const PairTy * RHS) SortSymbolPair() argument 56 __anonc722b1730102(const typename MachineModuleInfoTarget::AuthStubPairTy &LHS, const typename MachineModuleInfoTarget::AuthStubPairTy &RHS) getAuthGVStubListHelper() argument
|
/llvm-project/libcxx/test/std/input.output/filesystems/class.path/ |
H A D | path_helper.h | 28 inline bool PathEq(fs::path const& LHS, fs::path const& RHS) { in PathEq() 32 inline bool PathEqIgnoreSep(fs::path LHS, fs::path RHS) { in PathEqIgnoreSep()
|