/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Z3Solver.cpp | 245 static bool areEquivalent(const llvm::fltSemantics &LHS, in areEquivalent() 348 SMTExprRef mkBVAdd(const SMTExprRef &LHS, const SMTExprRef &RHS) override { in mkBVAdd() 354 SMTExprRef mkBVSub(const SMTExprRef &LHS, const SMTExprRef &RHS) override { in mkBVSub() 360 SMTExprRef mkBVMul(const SMTExprRef &LHS, const SMTExprRef &RHS) override { in mkBVMul() 366 SMTExprRef mkBVSRem(const SMTExprRef &LHS, const SMTExprRef &RHS) override { in mkBVSRem() 372 SMTExprRef mkBVURem(const SMTExprRef &LHS, const SMTExprRef &RHS) override { in mkBVURem() 378 SMTExprRef mkBVSDiv(const SMTExprRef &LHS, const SMTExprRef &RHS) override { in mkBVSDiv() 384 SMTExprRef mkBVUDiv(const SMTExprRef &LHS, const SMTExprRef &RHS) override { in mkBVUDiv() 390 SMTExprRef mkBVShl(const SMTExprRef &LHS, const SMTExprRef &RHS) override { in mkBVShl() 396 SMTExprRef mkBVAshr(const SMTExprRef &LHS, const SMTExprRef &RHS) override { in mkBVAshr() [all …]
|
D | KnownBits.cpp | 19 const KnownBits &LHS, const KnownBits &RHS, in computeForAddCarry() 48 const KnownBits &LHS, const KnownBits &RHS, const KnownBits &Carry) { in computeForAddCarry() 55 const KnownBits &LHS, KnownBits RHS) { in computeForAddSub()
|
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/ |
D | path.concat.pass.cpp | 96 path LHS(L); PathReserve(LHS, ReserveSize); in doConcatSourceAllocTest() local 106 path LHS(L); PathReserve(LHS, ReserveSize); in doConcatSourceAllocTest() local 116 path LHS(L); PathReserve(LHS, ReserveSize); in doConcatSourceAllocTest() local 125 path LHS(L); PathReserve(LHS, ReserveSize); in doConcatSourceAllocTest() local 140 path LHS(L); PathReserve(LHS, ReserveSize); in doConcatSourceAllocTest() local 150 path LHS(L); PathReserve(LHS, ReserveSize); in doConcatSourceAllocTest() local 175 path LHS(L); in doConcatSourceTest() local 182 path LHS(L); in doConcatSourceTest() local 190 path LHS(L); in doConcatSourceTest() local 197 path LHS(L); in doConcatSourceTest() local [all …]
|
D | path.append.pass.cpp | 106 path LHS(L); PathReserve(LHS, ReserveSize); in doAppendSourceAllocTest() local 116 path LHS(L); PathReserve(LHS, ReserveSize); in doAppendSourceAllocTest() local 126 path LHS(L); PathReserve(LHS, ReserveSize); in doAppendSourceAllocTest() local 135 path LHS(L); PathReserve(LHS, ReserveSize); in doAppendSourceAllocTest() local 150 path LHS(L); PathReserve(LHS, ReserveSize); in doAppendSourceAllocTest() local 160 path LHS(L); PathReserve(LHS, ReserveSize); in doAppendSourceAllocTest() local 193 path LHS(L); in doAppendSourceTest() local 201 path LHS(L); in doAppendSourceTest() local 208 path LHS(L); in doAppendSourceTest() local 216 path LHS(L); in doAppendSourceTest() local [all …]
|
/external/llvm/include/llvm/IR/ |
D | NoFolder.h | 47 Instruction *CreateNSWAdd(Constant *LHS, Constant *RHS) const { in CreateNSWAdd() 50 Instruction *CreateNUWAdd(Constant *LHS, Constant *RHS) const { in CreateNUWAdd() 53 Instruction *CreateFAdd(Constant *LHS, Constant *RHS) const { in CreateFAdd() 63 Instruction *CreateNSWSub(Constant *LHS, Constant *RHS) const { in CreateNSWSub() 66 Instruction *CreateNUWSub(Constant *LHS, Constant *RHS) const { in CreateNUWSub() 69 Instruction *CreateFSub(Constant *LHS, Constant *RHS) const { in CreateFSub() 79 Instruction *CreateNSWMul(Constant *LHS, Constant *RHS) const { in CreateNSWMul() 82 Instruction *CreateNUWMul(Constant *LHS, Constant *RHS) const { in CreateNUWMul() 85 Instruction *CreateFMul(Constant *LHS, Constant *RHS) const { in CreateFMul() 94 Instruction *CreateExactUDiv(Constant *LHS, Constant *RHS) const { in CreateExactUDiv() [all …]
|
D | ConstantFolder.h | 38 Constant *CreateFAdd(Constant *LHS, Constant *RHS) const { in CreateFAdd() 45 Constant *CreateFSub(Constant *LHS, Constant *RHS) const { in CreateFSub() 52 Constant *CreateFMul(Constant *LHS, Constant *RHS) const { in CreateFMul() 63 Constant *CreateFDiv(Constant *LHS, Constant *RHS) const { in CreateFDiv() 66 Constant *CreateURem(Constant *LHS, Constant *RHS) const { in CreateURem() 69 Constant *CreateSRem(Constant *LHS, Constant *RHS) const { in CreateSRem() 72 Constant *CreateFRem(Constant *LHS, Constant *RHS) const { in CreateFRem() 87 Constant *CreateAnd(Constant *LHS, Constant *RHS) const { in CreateAnd() 90 Constant *CreateOr(Constant *LHS, Constant *RHS) const { in CreateOr() 93 Constant *CreateXor(Constant *LHS, Constant *RHS) const { in CreateXor() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | NoFolder.h | 49 Instruction *CreateNSWAdd(Constant *LHS, Constant *RHS) const { in CreateNSWAdd() 53 Instruction *CreateNUWAdd(Constant *LHS, Constant *RHS) const { in CreateNUWAdd() 57 Instruction *CreateFAdd(Constant *LHS, Constant *RHS) const { in CreateFAdd() 69 Instruction *CreateNSWSub(Constant *LHS, Constant *RHS) const { in CreateNSWSub() 73 Instruction *CreateNUWSub(Constant *LHS, Constant *RHS) const { in CreateNUWSub() 77 Instruction *CreateFSub(Constant *LHS, Constant *RHS) const { in CreateFSub() 89 Instruction *CreateNSWMul(Constant *LHS, Constant *RHS) const { in CreateNSWMul() 93 Instruction *CreateNUWMul(Constant *LHS, Constant *RHS) const { in CreateNUWMul() 97 Instruction *CreateFMul(Constant *LHS, Constant *RHS) const { in CreateFMul() 108 Instruction *CreateExactUDiv(Constant *LHS, Constant *RHS) const { in CreateExactUDiv() [all …]
|
D | ConstantFolder.h | 40 Constant *CreateFAdd(Constant *LHS, Constant *RHS) const { in CreateFAdd() 49 Constant *CreateFSub(Constant *LHS, Constant *RHS) const { in CreateFSub() 58 Constant *CreateFMul(Constant *LHS, Constant *RHS) const { in CreateFMul() 72 Constant *CreateFDiv(Constant *LHS, Constant *RHS) const { in CreateFDiv() 76 Constant *CreateURem(Constant *LHS, Constant *RHS) const { in CreateURem() 80 Constant *CreateSRem(Constant *LHS, Constant *RHS) const { in CreateSRem() 84 Constant *CreateFRem(Constant *LHS, Constant *RHS) const { in CreateFRem() 103 Constant *CreateAnd(Constant *LHS, Constant *RHS) const { in CreateAnd() 107 Constant *CreateOr(Constant *LHS, Constant *RHS) const { in CreateOr() 111 Constant *CreateXor(Constant *LHS, Constant *RHS) const { in CreateXor() [all …]
|
/external/libcxx/test/std/utilities/variant/variant.relops/ |
D | relops_bool_conv.fail.cpp | 56 inline constexpr MyBoolExplicit operator==(const ComparesToMyBoolExplicit& LHS, const ComparesToMyB… in operator ==() 59 inline constexpr MyBoolExplicit operator!=(const ComparesToMyBoolExplicit& LHS, const ComparesToMyB… in operator !=() 62 inline constexpr MyBoolExplicit operator<(const ComparesToMyBoolExplicit& LHS, const ComparesToMyBo… in operator <() 65 inline constexpr MyBoolExplicit operator<=(const ComparesToMyBoolExplicit& LHS, const ComparesToMyB… in operator <=() 68 inline constexpr MyBoolExplicit operator>(const ComparesToMyBoolExplicit& LHS, const ComparesToMyBo… in operator >() 71 inline constexpr MyBoolExplicit operator>=(const ComparesToMyBoolExplicit& LHS, const ComparesToMyB… in operator >=()
|
D | relops.pass.cpp | 97 inline constexpr MyBool operator==(const ComparesToMyBool& LHS, const ComparesToMyBool& RHS) noexce… in operator ==() 100 inline constexpr MyBool operator!=(const ComparesToMyBool& LHS, const ComparesToMyBool& RHS) noexce… in operator !=() 103 inline constexpr MyBool operator<(const ComparesToMyBool& LHS, const ComparesToMyBool& RHS) noexcep… in operator <() 106 inline constexpr MyBool operator<=(const ComparesToMyBool& LHS, const ComparesToMyBool& RHS) noexce… in operator <=() 109 inline constexpr MyBool operator>(const ComparesToMyBool& LHS, const ComparesToMyBool& RHS) noexcep… in operator >() 112 inline constexpr MyBool operator>=(const ComparesToMyBool& LHS, const ComparesToMyBool& RHS) noexce… in operator >=()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineInternal.h | 536 bool willNotOverflowSignedAdd(const Value *LHS, const Value *RHS, in willNotOverflowSignedAdd() 542 bool willNotOverflowUnsignedAdd(const Value *LHS, const Value *RHS, in willNotOverflowUnsignedAdd() 548 bool willNotOverflowAdd(const Value *LHS, const Value *RHS, in willNotOverflowAdd() 554 bool willNotOverflowSignedSub(const Value *LHS, const Value *RHS, in willNotOverflowSignedSub() 560 bool willNotOverflowUnsignedSub(const Value *LHS, const Value *RHS, in willNotOverflowUnsignedSub() 566 bool willNotOverflowSub(const Value *LHS, const Value *RHS, in willNotOverflowSub() 572 bool willNotOverflowSignedMul(const Value *LHS, const Value *RHS, in willNotOverflowSignedMul() 578 bool willNotOverflowUnsignedMul(const Value *LHS, const Value *RHS, in willNotOverflowUnsignedMul() 584 bool willNotOverflowMul(const Value *LHS, const Value *RHS, in willNotOverflowMul() 590 bool willNotOverflow(BinaryOperator::BinaryOps Opcode, const Value *LHS, in willNotOverflow() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | CheckedArithmetic.h | 48 checkedAdd(T LHS, T RHS) { in checkedAdd() 57 checkedSub(T LHS, T RHS) { in checkedSub() 66 checkedMul(T LHS, T RHS) { in checkedMul() 86 checkedAddUnsigned(T LHS, T RHS) { in checkedAddUnsigned() 95 checkedMulUnsigned(T LHS, T RHS) { in checkedMulUnsigned()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 52 Constant *CreateFAdd(Constant *LHS, Constant *RHS) const { in CreateFAdd() 59 Constant *CreateFSub(Constant *LHS, Constant *RHS) const { in CreateFSub() 66 Constant *CreateFMul(Constant *LHS, Constant *RHS) const { in CreateFMul() 75 Constant *CreateFDiv(Constant *LHS, Constant *RHS) const { in CreateFDiv() 78 Constant *CreateURem(Constant *LHS, Constant *RHS) const { in CreateURem() 81 Constant *CreateSRem(Constant *LHS, Constant *RHS) const { in CreateSRem() 84 Constant *CreateFRem(Constant *LHS, Constant *RHS) const { in CreateFRem() 97 Constant *CreateAnd(Constant *LHS, Constant *RHS) const { in CreateAnd() 100 Constant *CreateOr(Constant *LHS, Constant *RHS) const { in CreateOr() 103 Constant *CreateXor(Constant *LHS, Constant *RHS) const { in CreateXor() [all …]
|
/external/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 54 Constant *CreateFAdd(Constant *LHS, Constant *RHS) const { in CreateFAdd() 61 Constant *CreateFSub(Constant *LHS, Constant *RHS) const { in CreateFSub() 68 Constant *CreateFMul(Constant *LHS, Constant *RHS) const { in CreateFMul() 77 Constant *CreateFDiv(Constant *LHS, Constant *RHS) const { in CreateFDiv() 80 Constant *CreateURem(Constant *LHS, Constant *RHS) const { in CreateURem() 83 Constant *CreateSRem(Constant *LHS, Constant *RHS) const { in CreateSRem() 86 Constant *CreateFRem(Constant *LHS, Constant *RHS) const { in CreateFRem() 99 Constant *CreateAnd(Constant *LHS, Constant *RHS) const { in CreateAnd() 102 Constant *CreateOr(Constant *LHS, Constant *RHS) const { in CreateOr() 105 Constant *CreateXor(Constant *LHS, Constant *RHS) const { in CreateXor() [all …]
|
/external/llvm/include/llvm/MC/ |
D | MCExpr.h | 413 const MCExpr *LHS, *RHS; variable 415 MCBinaryExpr(Opcode Op, const MCExpr *LHS, const MCExpr *RHS) in MCBinaryExpr() 424 static const MCBinaryExpr *createAdd(const MCExpr *LHS, const MCExpr *RHS, in createAdd() 428 static const MCBinaryExpr *createAnd(const MCExpr *LHS, const MCExpr *RHS, in createAnd() 432 static const MCBinaryExpr *createDiv(const MCExpr *LHS, const MCExpr *RHS, in createDiv() 436 static const MCBinaryExpr *createEQ(const MCExpr *LHS, const MCExpr *RHS, in createEQ() 440 static const MCBinaryExpr *createGT(const MCExpr *LHS, const MCExpr *RHS, in createGT() 444 static const MCBinaryExpr *createGTE(const MCExpr *LHS, const MCExpr *RHS, in createGTE() 448 static const MCBinaryExpr *createLAnd(const MCExpr *LHS, const MCExpr *RHS, in createLAnd() 452 static const MCBinaryExpr *createLOr(const MCExpr *LHS, const MCExpr *RHS, in createLOr() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCExpr.h | 453 const MCExpr *LHS, *RHS; variable 467 static const MCBinaryExpr *createAdd(const MCExpr *LHS, const MCExpr *RHS, in createAdd() 472 static const MCBinaryExpr *createAnd(const MCExpr *LHS, const MCExpr *RHS, in createAnd() 477 static const MCBinaryExpr *createDiv(const MCExpr *LHS, const MCExpr *RHS, in createDiv() 482 static const MCBinaryExpr *createEQ(const MCExpr *LHS, const MCExpr *RHS, in createEQ() 487 static const MCBinaryExpr *createGT(const MCExpr *LHS, const MCExpr *RHS, in createGT() 492 static const MCBinaryExpr *createGTE(const MCExpr *LHS, const MCExpr *RHS, in createGTE() 497 static const MCBinaryExpr *createLAnd(const MCExpr *LHS, const MCExpr *RHS, in createLAnd() 502 static const MCBinaryExpr *createLOr(const MCExpr *LHS, const MCExpr *RHS, in createLOr() 507 static const MCBinaryExpr *createLT(const MCExpr *LHS, const MCExpr *RHS, in createLT() [all …]
|
/external/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafetyLogical.h | 56 LExpr *LHS, *RHS; variable 59 BinOp(LExpr *LHS, LExpr *RHS, Opcode Code) : LExpr(Code), LHS(LHS), RHS(RHS) {} in BinOp() 71 And(LExpr *LHS, LExpr *RHS) : BinOp(LHS, RHS, LExpr::And) {} in And() 78 Or(LExpr *LHS, LExpr *RHS) : BinOp(LHS, RHS, LExpr::Or) {} in Or()
|
/external/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 58 [](const char *LHS, const char *RHS) { in initialize() 480 Start, End, funcName, [](const char *LHS, StringRef RHS) { in getLibFunc() 1006 static bool compareByScalarFnName(const VecDesc &LHS, const VecDesc &RHS) { in compareByScalarFnName() 1011 static bool compareByVectorFnName(const VecDesc &LHS, const VecDesc &RHS) { in compareByVectorFnName() 1016 static bool compareWithScalarFnName(const VecDesc &LHS, StringRef S) { in compareWithScalarFnName() 1020 static bool compareWithVectorFnName(const VecDesc &LHS, StringRef S) { in compareWithVectorFnName()
|
/external/llvm/tools/llvm-c-test/ |
D | echo.cpp | 463 LLVMValueRef LHS = CloneValue(LLVMGetOperand(Src, 0)); in CloneInstruction() local 469 LLVMValueRef LHS = CloneValue(LLVMGetOperand(Src, 0)); in CloneInstruction() local 475 LLVMValueRef LHS = CloneValue(LLVMGetOperand(Src, 0)); in CloneInstruction() local 481 LLVMValueRef LHS = CloneValue(LLVMGetOperand(Src, 0)); in CloneInstruction() local 487 LLVMValueRef LHS = CloneValue(LLVMGetOperand(Src, 0)); in CloneInstruction() local 493 LLVMValueRef LHS = CloneValue(LLVMGetOperand(Src, 0)); in CloneInstruction() local 499 LLVMValueRef LHS = CloneValue(LLVMGetOperand(Src, 0)); in CloneInstruction() local 505 LLVMValueRef LHS = CloneValue(LLVMGetOperand(Src, 0)); in CloneInstruction() local 511 LLVMValueRef LHS = CloneValue(LLVMGetOperand(Src, 0)); in CloneInstruction() local 517 LLVMValueRef LHS = CloneValue(LLVMGetOperand(Src, 0)); in CloneInstruction() local [all …]
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | Twine.h | 157 Child LHS; variable 173 explicit Twine(const Twine &LHS, const Twine &RHS) in Twine() 181 explicit Twine(Child LHS, NodeKind LHSKind, Child RHS, NodeKind RHSKind) in Twine() 365 /*implicit*/ Twine(const char *LHS, const StringRef &RHS) in Twine() 373 /*implicit*/ Twine(const StringRef &LHS, const char *RHS) in Twine() 396 Child LHS, RHS; in utohexstr() local
|
D | APInt.h | 1885 inline APInt ashr(const APInt &LHS, unsigned shiftAmt) { in ashr() 1892 inline APInt lshr(const APInt &LHS, unsigned shiftAmt) { in lshr() 1899 inline APInt shl(const APInt &LHS, unsigned shiftAmt) { in shl() 1906 inline APInt sdiv(const APInt &LHS, const APInt &RHS) { return LHS.sdiv(RHS); } in sdiv() 1911 inline APInt udiv(const APInt &LHS, const APInt &RHS) { return LHS.udiv(RHS); } in udiv() 1916 inline APInt srem(const APInt &LHS, const APInt &RHS) { return LHS.srem(RHS); } in srem() 1921 inline APInt urem(const APInt &LHS, const APInt &RHS) { return LHS.urem(RHS); } in urem() 1926 inline APInt mul(const APInt &LHS, const APInt &RHS) { return LHS * RHS; } in mul() 1931 inline APInt add(const APInt &LHS, const APInt &RHS) { return LHS + RHS; } in add() 1936 inline APInt sub(const APInt &LHS, const APInt &RHS) { return LHS - RHS; } in sub() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | Twine.h | 156 Child LHS = {0}; variable 174 explicit Twine(const Twine &LHS, const Twine &RHS) in Twine() 182 explicit Twine(Child LHS, NodeKind LHSKind, Child RHS, NodeKind RHSKind) in Twine() 357 /*implicit*/ Twine(const char *LHS, const StringRef &RHS) in Twine() 365 /*implicit*/ Twine(const StringRef &LHS, const char *RHS) in Twine() 388 Child LHS, RHS; in utohexstr() local
|
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 1858 inline APInt ashr(const APInt &LHS, unsigned shiftAmt) { in ashr() 1865 inline APInt lshr(const APInt &LHS, unsigned shiftAmt) { in lshr() 1872 inline APInt shl(const APInt &LHS, unsigned shiftAmt) { in shl() 1879 inline APInt sdiv(const APInt &LHS, const APInt &RHS) { return LHS.sdiv(RHS); } in sdiv() 1884 inline APInt udiv(const APInt &LHS, const APInt &RHS) { return LHS.udiv(RHS); } in udiv() 1889 inline APInt srem(const APInt &LHS, const APInt &RHS) { return LHS.srem(RHS); } in srem() 1894 inline APInt urem(const APInt &LHS, const APInt &RHS) { return LHS.urem(RHS); } in urem() 1899 inline APInt mul(const APInt &LHS, const APInt &RHS) { return LHS * RHS; } in mul() 1904 inline APInt add(const APInt &LHS, const APInt &RHS) { return LHS + RHS; } in add() 1909 inline APInt sub(const APInt &LHS, const APInt &RHS) { return LHS - RHS; } in sub() [all …]
|
D | Twine.h | 169 explicit Twine(const Twine &LHS, const Twine &RHS) in Twine() 177 explicit Twine(Child LHS, NodeKind LHSKind, Child RHS, NodeKind RHSKind) in Twine() 358 /*implicit*/ Twine(const char *LHS, const StringRef &RHS) in Twine() 366 /*implicit*/ Twine(const StringRef &LHS, const char *RHS) in Twine() 385 Child LHS, RHS; in utohexstr() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | NaryReassociate.cpp | 355 Value *LHS = AO->getOperand(0), *RHS = AO->getOperand(1); in tryReassociateGEPAtIndex() local 370 GetElementPtrInst *GEP, unsigned I, Value *LHS, Value *RHS, in tryReassociateGEPAtIndex() 441 Value *LHS = I->getOperand(0), *RHS = I->getOperand(1); in tryReassociateBinaryOp() local 449 Instruction *NaryReassociate::tryReassociateBinaryOp(Value *LHS, Value *RHS, in tryReassociateBinaryOp() 478 auto *LHS = findClosestMatchingDominator(LHSExpr, I); in tryReassociatedBinaryOp() local 510 const SCEV *NaryReassociate::getBinarySCEV(BinaryOperator *I, const SCEV *LHS, in getBinarySCEV()
|