/external/llvm/bindings/ocaml/llvm/ |
llvm_ocaml.c | [all...] |
/external/skia/third_party/lua/src/ |
lparser.c | 1034 ** subexpr -> (simpleexp | unop subexpr) { binop subexpr } 1035 ** where `binop' is any binary operator with a priority higher than `limit' [all...] |
/external/swiftshader/third_party/LLVM/lib/TableGen/ |
Record.cpp | 888 default: assert(0 && "Unknown binop"); [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
SPUInstrInfo.td | [all...] |
/external/syslinux/com32/lua/src/ |
lparser.c | 1034 ** subexpr -> (simpleexp | unop subexpr) { binop subexpr } 1035 ** where `binop' is any binary operator with a priority higher than `limit' [all...] |
/external/v8/src/compiler/mips/ |
instruction-selector-mips.cc | 194 // If we can deoptimize as a result of the binop, we need to make sure that 195 // the deopt inputs are not overwritten by the binop result. One way [all...] |
/external/v8/src/compiler/ppc/ |
instruction-selector-ppc.cc | 138 // If we can deoptimize as a result of the binop, we need to make sure that 139 // the deopt inputs are not overwritten by the binop result. One way [all...] |
/external/v8/src/compiler/s390/ |
instruction-selector-s390.cc | 244 // If we can deoptimize as a result of the binop, we need to make sure that 245 // the deopt inputs are not overwritten by the binop result. One way [all...] |
/external/clang/lib/Lex/ |
PPExpressions.cpp | 577 // Decide whether to include the next binop in this subexpression. For
|
/external/llvm/test/Transforms/InstCombine/ |
vec_shuffle.ll | 367 ; Do not reorder shuffle and binop if LHS of shuffles are of different size
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_ppc.c | 642 /* emit binop */ [all...] |
/external/valgrind/VEX/pub/ |
libvex_ir.h | 405 /* Primitive operations that are used in Unop, Binop, Triop and Qop [all...] |
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
BitcodeReader.cpp | 777 static AtomicRMWInst::BinOp GetDecodedRMWOperation(unsigned Val) { [all...] |
/external/clang/include/clang/AST/ |
RecursiveASTVisitor.h | 519 // If we have a binary expr, dispatch to the subcode of the binop. A smart 522 if (BinaryOperator *BinOp = dyn_cast<BinaryOperator>(S)) { 523 switch (BinOp->getOpcode()) { [all...] |
/external/llvm/lib/Analysis/ |
ScalarEvolutionExpander.cpp | 173 // Fold a binop with constant operands. 178 // Do a quick scan to see if we have this binop nearby. If so, reuse it. 211 // If we haven't found this binop, insert it. [all...] |
/external/llvm/lib/Target/X86/AsmParser/ |
X86AsmParser.cpp | [all...] |
/external/llvm/lib/Target/Mips/ |
MipsISelLowering.cpp | [all...] |
/external/v8/src/parsing/ |
parser.cc | 2411 BinaryOperation* binop = expr->AsBinaryOperation(); local [all...] |
/external/llvm/include/llvm/IR/ |
Instructions.h | 684 enum BinOp { 717 AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val, 720 AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val, 724 BinOp getOperation() const { 725 return static_cast<BinOp>(getSubclassDataFromInstruction() >> 5); 728 void setOperation(BinOp Operation) { 798 void Init(BinOp Operation, Value *Ptr, Value *Val, [all...] |
/external/llvm/lib/Transforms/Vectorize/ |
LoopVectorize.cpp | [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineCompares.cpp | [all...] |
/external/valgrind/coregrind/m_debuginfo/ |
priv_storage.h | 442 } Binop; [all...] |
/art/compiler/optimizing/ |
nodes.cc | [all...] |
/external/llvm/lib/TableGen/ |
TGParser.cpp | 879 case tgtok::XStrConcat: { // Value ::= !binop '(' Value ',' Value ')' [all...] |
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/ |
AsmParser.cpp | 828 return 0; // not a binop. 922 // If BinOp binds less tightly with RHS than the operator after RHS, let [all...] |