HomeSort by relevance Sort by last modified time
    Searched refs:Operator (Results 201 - 225 of 259) sorted by null

1 2 3 4 5 6 7 891011

  /external/llvm/lib/TableGen/
TGParser.cpp 760 /// ParseOperation - Parse an operator. This returns null on error.
785 TokError("did not get type for unary operator");
805 TokError("expected '(' after unary operator");
820 TokError("expected list or string type argument in unary operator");
827 TokError("expected list or string type argument in unary operator");
834 TokError("expected list type argument in unary operator");
839 TokError("empty list argument in unary operator");
846 TokError("untyped list element in unary operator");
852 assert(LHSt && "expected list type argument in unary operator");
855 TokError("expected list type argument in unary operator");
    [all...]
  /external/v8/src/compiler/
js-native-context-specialization.cc 13 #include "src/compiler/js-operator.h"
    [all...]
instruction-selector.cc 243 if (node->op()->HasProperty(Operator::kPure)) {
367 if (!node->op()->HasProperty(Operator::kEliminatable)) return true;
    [all...]
operation-typer.cc 7 #include "src/compiler/common-operator.h"
    [all...]
scheduler.cc 11 #include "src/compiler/common-operator.h"
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
FastISel.cpp 46 #include "llvm/Operator.h"
200 } else if (const Operator *Op = dyn_cast<Operator>(V)) {
318 /// SelectBinaryOp - Select and emit code for a binary operator instruction,
    [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h 30 #include "llvm/IR/Operator.h"
49 class Operator;
81 void operator=(const SCEV &) = delete;
88 /// operator. NSW is a misnomer that we use to mean no signed overflow or
156 inline raw_ostream &operator<<(raw_ostream &OS, const SCEV &S) {
188 SCEVPredicate &operator=(const SCEVPredicate&) = default;
215 inline raw_ostream &operator<<(raw_ostream &OS, const SCEVPredicate &P) {
610 const ExitNotTakenInfo &operator*() const {
617 const ExitNotTakenInfo *operator->() const {
624 bool operator==(const ExitNotTakenInfoIterator &RHS) const
    [all...]
  /external/llvm/lib/Transforms/IPO/
LowerTypeTests.cpp 29 #include "llvm/IR/Operator.h"
86 if (auto Op = dyn_cast<Operator>(V)) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolution.cpp 69 #include "llvm/Operator.h"
435 bool operator()(const SCEV *LHS, const SCEV *RHS) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0/include/
avx512fintrin.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
avx512fintrin.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3688880/lib64/clang/4.0/include/
avx512fintrin.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
avx512fintrin.h     [all...]
  /external/llvm/utils/TableGen/
CodeGenSchedule.cpp 35 struct InstrsOp : public SetTheory::Operator {
50 struct InstRegexOp : public SetTheory::Operator {
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
printer.go 282 case Operator:
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
printer.go 282 case Operator:
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 85 #include "llvm/IR/Operator.h"
460 bool operator()(const SCEV *LHS, const SCEV *RHS) const {
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 244 FileNullability &operator[](FileID file) {
264 void operator=(const Sema &) = delete;
782 /// A flag to remember whether the implicit forms of operator new and delete
807 /// fields, such as a SIZE operator in MS-style inline assembly.
    [all...]
DeclSpec.h 411 void operator=(const DeclSpec &) = delete;
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 517 const DynTypedNode &operator[](size_t N) const {
744 reference operator*() const { return Import; }
745 pointer operator->() const { return Import; }
747 import_iterator &operator++() {
752 import_iterator operator++(int) {
758 friend bool operator==(import_iterator X, import_iterator Y) {
762 friend bool operator!=(import_iterator X, import_iterator Y) {
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp 44 #include "llvm/IR/Operator.h"
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-datapipeline/1.11.18/
aws-java-sdk-datapipeline-1.11.18.jar 
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 24 // 1. If a binary operator has a constant operand, it is moved to the RHS
733 /// other operand, try to fold the binary operator into the select arguments.
784 /// Given a binary operator, cast instruction, or select which has a PHI node as
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 45 #include "llvm/IR/Operator.h"
154 bool operator<(const Slice &RHS) const {
167 friend LLVM_ATTRIBUTE_UNUSED bool operator<(const Slice &LHS,
171 friend LLVM_ATTRIBUTE_UNUSED bool operator<(uint64_t LHSOffset,
176 bool operator==(const Slice &RHS) const {
180 bool operator!=(const Slice &RHS) const { return !operator==(RHS); }
543 bool operator==(const partition_iterator &RHS) const {
563 partition_iterator &operator++() {
568 Partition &operator*() { return P;
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 1657 milliseconds

1 2 3 4 5 6 7 891011