/build/blueprint/parser/ |
sort.go | 81 case *Operator:
|
/external/clang/lib/Basic/ |
IdentifierTable.cpp | 183 /// AddCXXOperatorKeyword - Register a C++ operator keyword alternative 637 const char *clang::getOperatorSpelling(OverloadedOperatorKind Operator) { 638 switch (Operator) {
|
/external/compiler-rt/lib/ubsan/ |
ubsan_handlers.cc | 108 const char *Operator, T RHS, 123 << Value(Data->Type, LHS) << Operator << RHS << Data->Type;
|
/external/v8/src/compiler/ |
wasm-compiler.h | 26 class Operator; 231 SetOncePointer<const Operator> allocate_heap_number_operator_;
|
c-linkage.cc | 243 Operator::kNoProperties, // properties
|
loop-peeling.cc | 6 #include "src/compiler/common-operator.h" 255 const Operator* op = common->ResizeMergeOrPhi(node->op(), backedges);
|
simplified-operator-reducer.cc | 5 #include "src/compiler/simplified-operator-reducer.h" 8 #include "src/compiler/machine-operator.h" 10 #include "src/compiler/operator-properties.h" 11 #include "src/compiler/simplified-operator.h" 214 Reduction SimplifiedOperatorReducer::Change(Node* node, const Operator* op,
|
typed-optimization.cc | 10 #include "src/compiler/simplified-operator.h" 36 node->op()->HasProperty(Operator::kEliminatable)) { 43 // eager deoptimization exit (i.e. {node} has an operator that doesn't have 44 // the Operator::kNoDeopt property).
|
js-typed-lowering.cc | 16 #include "src/compiler/operator-properties.h" 153 // to the pure operator {op}, possibly inserting a boolean inversion. 154 Reduction ChangeToPureOperator(const Operator* op, bool invert = false, 167 // Finally, update the operator to the new one. 171 // that encapsulates changing the operator and re-typing. 186 Reduction ChangeToSpeculativeOperator(const Operator* op, bool invert, 241 Reduction ChangeToPureOperator(const Operator* op, Type* type) { 245 Reduction ChangeToSpeculativeOperator(const Operator* op, Type* type) { 249 const Operator* NumberOp() { 280 const Operator* SpeculativeNumberOp(NumberOperationHint hint) [all...] |
raw-machine-assembler.h | 9 #include "src/compiler/common-operator.h" 12 #include "src/compiler/machine-operator.h" 14 #include "src/compiler/operator.h" 811 Node* AddNode(const Operator* op, int input_count, Node* const* inputs); 813 Node* AddNode(const Operator* op) { 818 Node* AddNode(const Operator* op, Node* n1, TArgs... args) { 824 Node* MakeNode(const Operator* op, int input_count, Node* const* inputs); [all...] |
simd-scalar-lowering.cc | 194 const Operator* op =
|
wasm-linkage.cc | 314 compiler::Operator::kNoProperties, // properties
|
/external/vboot_reference/utility/ |
tpmc.c | 296 P(Operator);
|
/external/clang/lib/Parse/ |
ParseTemplate.cpp | 700 // operator. [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/ |
CodeFragmentCollector.py | 422 print str(asign.StartPos) + asign.Name + asign.Operator + asign.Value
|
c.py | 134 IdAE = DataClass.IdentifierClass(-1, ae.Operator, '', ae.Name, ae.Value, DataClass.MODEL_IDENTIFIER_ASSIGNMENT_EXPRESSION, -1, -1, ae.StartPos[0],ae.StartPos[1],ae.EndPos[0],ae.EndPos[1])
|
/external/llvm/include/llvm/Analysis/ |
TargetTransformInfoImpl.h | 23 #include "llvm/IR/Operator.h" 535 Operator::getOpcode(U), U->getType(),
|
/external/llvm/include/llvm/IR/ |
PatternMatch.h | 36 #include "llvm/IR/Operator.h" 301 /// \brief Match a binary operator, capturing it if we match. 390 // Matcher for any binary operator. 781 if (auto *O = dyn_cast<Operator>(V)) 839 if (auto *O = dyn_cast<Operator>(V)) 862 if (auto *O = dyn_cast<Operator>(V)) 885 if (auto *O = dyn_cast<Operator>(V)) [all...] |
/external/llvm/lib/CodeGen/ |
ScheduleDAGInstrs.cpp | 32 #include "llvm/IR/Operator.h" 108 if (const Operator *U = dyn_cast<Operator>(V)) { 121 Operator::getOpcode(U->getOperand(1)) != Instruction::Mul && 150 if (Operator::getOpcode(V) == Instruction::IntToPtr) { 739 /// this operator w/ push_back(). 740 ValueType &operator[](const SUList &Key) { 746 MapVector::operator[](V).push_back(SU); [all...] |
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
bwe_unittest.cc | 92 TEST_F(SequenceNumberOlderThanTest, Operator) { 93 // Operator()(x, y) returns true <==> y is newer than x. 94 EXPECT_TRUE(comparator_.operator()(0x0000, 0x0001)); 95 EXPECT_TRUE(comparator_.operator()(0x0001, 0x1000)); 96 EXPECT_FALSE(comparator_.operator()(0x0001, 0x0000)); 97 EXPECT_FALSE(comparator_.operator()(0x0002, 0x0002)); 98 EXPECT_TRUE(comparator_.operator()(0xFFF6, 0x000A)); 99 EXPECT_FALSE(comparator_.operator()(0x000A, 0xFFF6)); 100 EXPECT_TRUE(comparator_.operator()(0x0000, 0x8000)); 101 EXPECT_FALSE(comparator_.operator()(0x8000, 0x0000)) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
ndr64types.h | 473 NDR64_FORMAT_CHAR Operator;
|
/build/blueprint/bpmodify/ |
bpmodify.go | 161 if _, ok := value.(*parser.Operator); ok {
|
/external/libchrome/base/test/ |
trace_event_analyzer.cc | 34 TraceEvent& TraceEvent::operator=(TraceEvent&& rhs) = default; 297 << "Invalid query: comparison operator used between event member and " 306 // It's a logical operator. 607 Query Query::operator==(const Query& rhs) const { 611 Query Query::operator!=(const Query& rhs) const { 615 Query Query::operator<(const Query& rhs) const { 619 Query Query::operator<=(const Query& rhs) const { 623 Query Query::operator>(const Query& rhs) const { 627 Query Query::operator>=(const Query& rhs) const { 631 Query Query::operator&&(const Query& rhs) const [all...] |
/external/llvm/lib/Analysis/ |
GlobalsModRef.cpp | 113 FunctionInfo &operator=(const FunctionInfo &RHS) { 120 FunctionInfo &operator=(FunctionInfo &&RHS) { 348 } else if (Operator::getOpcode(I) == Instruction::GetElementPtr) { 351 } else if (Operator::getOpcode(I) == Instruction::BitCast) { [all...] |
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
BasicAliasAnalysis.cpp | 26 #include "llvm/Operator.h" 268 const Operator *Op = dyn_cast<Operator>(V); 270 // The only non-operator case we can handle are GlobalAliases. [all...] |