/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A 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 …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
H A D | Z3Solver.cpp | 248 static bool areEquivalent(const llvm::fltSemantics &LHS, in areEquivalent() 351 SMTExprRef mkBVAdd(const SMTExprRef &LHS, const SMTExprRef &RHS) override { in mkBVAdd() 357 SMTExprRef mkBVSub(const SMTExprRef &LHS, const SMTExprRef &RHS) override { in mkBVSub() 363 SMTExprRef mkBVMul(const SMTExprRef &LHS, const SMTExprRef &RHS) override { in mkBVMul() 369 SMTExprRef mkBVSRem(const SMTExprRef &LHS, const SMTExprRef &RHS) override { in mkBVSRem() 375 SMTExprRef mkBVURem(const SMTExprRef &LHS, const SMTExprRef &RHS) override { in mkBVURem() 381 SMTExprRef mkBVSDiv(const SMTExprRef &LHS, const SMTExprRef &RHS) override { in mkBVSDiv() 387 SMTExprRef mkBVUDiv(const SMTExprRef &LHS, const SMTExprRef &RHS) override { in mkBVUDiv() 393 SMTExprRef mkBVShl(const SMTExprRef &LHS, const SMTExprRef &RHS) override { in mkBVShl() 399 SMTExprRef mkBVAshr(const SMTExprRef &LHS, const SMTExprRef &RHS) override { in mkBVAshr() [all …]
|
H A D | KnownBits.cpp | 22 const KnownBits &LHS, const KnownBits &RHS, in computeForAddCarry() 51 const KnownBits &LHS, const KnownBits &RHS, const KnownBits &Carry) { in computeForAddCarry() 58 const KnownBits &LHS, KnownBits RHS) { in computeForAddSub() 117 KnownBits KnownBits::umax(const KnownBits &LHS, const KnownBits &RHS) { in umax() 135 KnownBits KnownBits::umin(const KnownBits &LHS, const KnownBits &RHS) { in umin() 141 KnownBits KnownBits::smax(const KnownBits &LHS, const KnownBits &RHS) { in smax() 154 KnownBits KnownBits::smin(const KnownBits &LHS, const KnownBits &RHS) { in smin() 167 KnownBits KnownBits::shl(const KnownBits &LHS, const KnownBits &RHS) { in shl() 221 KnownBits KnownBits::lshr(const KnownBits &LHS, const KnownBits &RHS) { in lshr() 274 KnownBits KnownBits::ashr(const KnownBits &LHS, const KnownBits &RHS) { in ashr() [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/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 …]
|
/aosp_15_r20/external/libcxx/test/std/input.output/filesystems/class.path/path.member/ |
H A 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 …]
|
H A 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 …]
|
/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A 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 …]
|
H A 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 …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A 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 …]
|
H A 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 …]
|
/aosp_15_r20/external/llvm/include/llvm/MC/ |
H A 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 …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A 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 …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A 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 …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A 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 …]
|
/aosp_15_r20/external/llvm/include/llvm/Analysis/ |
H A 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 …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/ |
H A D | MCExpr.h | 525 static const MCBinaryExpr *createAdd(const MCExpr *LHS, const MCExpr *RHS, in createAdd() 530 static const MCBinaryExpr *createAnd(const MCExpr *LHS, const MCExpr *RHS, in createAnd() 535 static const MCBinaryExpr *createDiv(const MCExpr *LHS, const MCExpr *RHS, in createDiv() 540 static const MCBinaryExpr *createEQ(const MCExpr *LHS, const MCExpr *RHS, in createEQ() 545 static const MCBinaryExpr *createGT(const MCExpr *LHS, const MCExpr *RHS, in createGT() 550 static const MCBinaryExpr *createGTE(const MCExpr *LHS, const MCExpr *RHS, in createGTE() 555 static const MCBinaryExpr *createLAnd(const MCExpr *LHS, const MCExpr *RHS, in createLAnd() 560 static const MCBinaryExpr *createLOr(const MCExpr *LHS, const MCExpr *RHS, in createLOr() 565 static const MCBinaryExpr *createLT(const MCExpr *LHS, const MCExpr *RHS, in createLT() 570 static const MCBinaryExpr *createLTE(const MCExpr *LHS, const MCExpr *RHS, in createLTE() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/ |
D | MCExpr.h | 528 static const MCBinaryExpr *createAdd(const MCExpr *LHS, const MCExpr *RHS, in createAdd() 533 static const MCBinaryExpr *createAnd(const MCExpr *LHS, const MCExpr *RHS, in createAnd() 538 static const MCBinaryExpr *createDiv(const MCExpr *LHS, const MCExpr *RHS, in createDiv() 543 static const MCBinaryExpr *createEQ(const MCExpr *LHS, const MCExpr *RHS, in createEQ() 548 static const MCBinaryExpr *createGT(const MCExpr *LHS, const MCExpr *RHS, in createGT() 553 static const MCBinaryExpr *createGTE(const MCExpr *LHS, const MCExpr *RHS, in createGTE() 558 static const MCBinaryExpr *createLAnd(const MCExpr *LHS, const MCExpr *RHS, in createLAnd() 563 static const MCBinaryExpr *createLOr(const MCExpr *LHS, const MCExpr *RHS, in createLOr() 568 static const MCBinaryExpr *createLT(const MCExpr *LHS, const MCExpr *RHS, in createLT() 573 static const MCBinaryExpr *createLTE(const MCExpr *LHS, const MCExpr *RHS, in createLTE() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVSort.cpp | 27 LVSortValue llvm::logicalview::compareKind(const LVObject *LHS, in compareKind() 33 LVSortValue llvm::logicalview::compareLine(const LVObject *LHS, in compareLine() 39 LVSortValue llvm::logicalview::compareName(const LVObject *LHS, in compareName() 45 LVSortValue llvm::logicalview::compareOffset(const LVObject *LHS, in compareOffset() 51 LVSortValue llvm::logicalview::compareRange(const LVObject *LHS, in compareRange() 65 LVSortValue llvm::logicalview::sortByKind(const LVObject *LHS, in sortByKind() 77 LVSortValue llvm::logicalview::sortByLine(const LVObject *LHS, in sortByLine() 89 LVSortValue llvm::logicalview::sortByName(const LVObject *LHS, in sortByName()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineInternal.h | 256 bool willNotOverflowSignedAdd(const Value *LHS, const Value *RHS, in willNotOverflowSignedAdd() 262 bool willNotOverflowUnsignedAdd(const Value *LHS, const Value *RHS, in willNotOverflowUnsignedAdd() 268 bool willNotOverflowAdd(const Value *LHS, const Value *RHS, in willNotOverflowAdd() 274 bool willNotOverflowSignedSub(const Value *LHS, const Value *RHS, in willNotOverflowSignedSub() 280 bool willNotOverflowUnsignedSub(const Value *LHS, const Value *RHS, in willNotOverflowUnsignedSub() 286 bool willNotOverflowSub(const Value *LHS, const Value *RHS, in willNotOverflowSub() 292 bool willNotOverflowSignedMul(const Value *LHS, const Value *RHS, in willNotOverflowSignedMul() 298 bool willNotOverflowUnsignedMul(const Value *LHS, const Value *RHS, in willNotOverflowUnsignedMul() 304 bool willNotOverflowMul(const Value *LHS, const Value *RHS, in willNotOverflowMul() 310 bool willNotOverflow(BinaryOperator::BinaryOps Opcode, const Value *LHS, in willNotOverflow()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/ |
D | MCExpr.h | 536 static const MCBinaryExpr *createAdd(const MCExpr *LHS, const MCExpr *RHS, in createAdd() 541 static const MCBinaryExpr *createAnd(const MCExpr *LHS, const MCExpr *RHS, in createAnd() 546 static const MCBinaryExpr *createDiv(const MCExpr *LHS, const MCExpr *RHS, in createDiv() 551 static const MCBinaryExpr *createEQ(const MCExpr *LHS, const MCExpr *RHS, in createEQ() 556 static const MCBinaryExpr *createGT(const MCExpr *LHS, const MCExpr *RHS, in createGT() 561 static const MCBinaryExpr *createGTE(const MCExpr *LHS, const MCExpr *RHS, in createGTE() 566 static const MCBinaryExpr *createLAnd(const MCExpr *LHS, const MCExpr *RHS, in createLAnd() 571 static const MCBinaryExpr *createLOr(const MCExpr *LHS, const MCExpr *RHS, in createLOr() 576 static const MCBinaryExpr *createLT(const MCExpr *LHS, const MCExpr *RHS, in createLT() 581 static const MCBinaryExpr *createLTE(const MCExpr *LHS, const MCExpr *RHS, in createLTE() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/ |
D | MCExpr.h | 536 static const MCBinaryExpr *createAdd(const MCExpr *LHS, const MCExpr *RHS, in createAdd() 541 static const MCBinaryExpr *createAnd(const MCExpr *LHS, const MCExpr *RHS, in createAnd() 546 static const MCBinaryExpr *createDiv(const MCExpr *LHS, const MCExpr *RHS, in createDiv() 551 static const MCBinaryExpr *createEQ(const MCExpr *LHS, const MCExpr *RHS, in createEQ() 556 static const MCBinaryExpr *createGT(const MCExpr *LHS, const MCExpr *RHS, in createGT() 561 static const MCBinaryExpr *createGTE(const MCExpr *LHS, const MCExpr *RHS, in createGTE() 566 static const MCBinaryExpr *createLAnd(const MCExpr *LHS, const MCExpr *RHS, in createLAnd() 571 static const MCBinaryExpr *createLOr(const MCExpr *LHS, const MCExpr *RHS, in createLOr() 576 static const MCBinaryExpr *createLT(const MCExpr *LHS, const MCExpr *RHS, in createLT() 581 static const MCBinaryExpr *createLTE(const MCExpr *LHS, const MCExpr *RHS, in createLTE() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/ |
D | MCExpr.h | 536 static const MCBinaryExpr *createAdd(const MCExpr *LHS, const MCExpr *RHS, in createAdd() 541 static const MCBinaryExpr *createAnd(const MCExpr *LHS, const MCExpr *RHS, in createAnd() 546 static const MCBinaryExpr *createDiv(const MCExpr *LHS, const MCExpr *RHS, in createDiv() 551 static const MCBinaryExpr *createEQ(const MCExpr *LHS, const MCExpr *RHS, in createEQ() 556 static const MCBinaryExpr *createGT(const MCExpr *LHS, const MCExpr *RHS, in createGT() 561 static const MCBinaryExpr *createGTE(const MCExpr *LHS, const MCExpr *RHS, in createGTE() 566 static const MCBinaryExpr *createLAnd(const MCExpr *LHS, const MCExpr *RHS, in createLAnd() 571 static const MCBinaryExpr *createLOr(const MCExpr *LHS, const MCExpr *RHS, in createLOr() 576 static const MCBinaryExpr *createLT(const MCExpr *LHS, const MCExpr *RHS, in createLT() 581 static const MCBinaryExpr *createLTE(const MCExpr *LHS, const MCExpr *RHS, in createLTE() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
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 …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
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 …]
|