/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAndOrXor.cpp | 2614 Value *Not = Builder.CreateNot(B, B->getName() + ".not"); in visitOr() local 2618 Value *Not = Builder.CreateNot(A, A->getName() + ".not"); in visitOr() local 2632 Value *Not = Builder.CreateNot(NotOp, NotOp->getName() + ".not"); in visitOr() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
H A D | ir_builder_mixin.h | 377 llvm::Value* Not(Args&&... args) { in Not() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanTransforms.cpp | 488 VPInstruction *Not = dyn_cast<VPInstruction>(Term->getOperand(0)); in canSimplifyBranchOnCond() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/math/big/ |
D | int.go | 1294 func (z *Int) Not(x *Int) *Int { func
|
/aosp_15_r20/external/aws-sdk-java-v2/services/freetier/src/main/resources/codegen-resources/ |
H A D | service-2.json | 79 "Not":{ object
|
/aosp_15_r20/external/perfetto/src/trace_processor/containers/ |
H A D | bit_vector.h | 454 void Not() { *word_ = ~(*word_); } in Not() function
|
H A D | bit_vector_unittest.cc | 700 TEST(BitVectorUnittest, Not) { in TEST() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/nom/src/ |
D | error.rs | 409 Not, enumerator
|
/aosp_15_r20/external/icing/icing/query/advanced_query_parser/ |
H A D | parser_test.cc | 152 TEST(ParserTest, Not) { in TEST() argument
|
H A D | parser_integration_test.cc | 162 TEST(ParserIntegrationTest, Not) { in TEST() argument
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/src/ |
H A D | error.rs | 409 Not, enumerator
|
/aosp_15_r20/external/llvm/include/llvm/MC/ |
H A D | MCExpr.h | 335 Not, ///< Bitwise negation. enumerator
|
/aosp_15_r20/external/libchrome/third_party/jinja2/ |
H A D | nodes.py | 850 class Not(UnaryExpr): class
|
/aosp_15_r20/external/python/jinja/src/jinja2/ |
D | nodes.py | 871 class Not(UnaryExpr): class
|
/aosp_15_r20/external/llvm/include/llvm/ADT/ |
H A D | APInt.h | 1930 inline APInt Not(const APInt &APIVal) { return ~APIVal; } in Not() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | APInt.h | 1957 inline APInt Not(const APInt &APIVal) { return ~APIVal; } in Not() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCExpr.h | 371 Not, ///< Bitwise negation. enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/ |
H A D | MCExpr.h | 430 Not, ///< Bitwise negation. enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/ |
D | MCExpr.h | 433 Not, ///< Bitwise negation. enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/ |
D | MCExpr.h | 441 Not, ///< Bitwise negation. enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/ |
D | MCExpr.h | 441 Not, ///< Bitwise negation. enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/ |
D | MCExpr.h | 441 Not, ///< Bitwise negation. enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | ConstraintElimination.cpp | 595 bool Not; member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | VPlan.h | 658 Not = Instruction::OtherOpsEnd + 1, enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIInstrInfo.cpp | 5224 MachineInstr *Not = in lowerScalarXnor() local 5256 MachineInstr &Not = *BuildMI(MBB, MII, DL, get(AMDGPU::S_NOT_B32), NewDest) in splitScalarNotBinop() local 5281 MachineInstr &Not = *BuildMI(MBB, MII, DL, get(AMDGPU::S_NOT_B32), Interm) in splitScalarBinOpN2() local
|