/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
ast.c | [all...] |
compile.c | 2247 binop(struct compiler *c, operator_ty op) function [all...] |
symtable.c | [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
ast.c | [all...] |
compile.c | 2227 binop(struct compiler *c, operator_ty op) function [all...] |
symtable.c | [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineSimplifyDemanded.cpp | 541 BinaryOperator &BinOP = *cast<BinaryOperator>(I); 542 BinOP.setHasNoSignedWrap(false); 543 BinOP.setHasNoUnsignedWrap(false); [all...] |
InstCombineAndOrXor.cpp | 135 Value *BinOp = nullptr; 137 BinOp = Builder->CreateAnd(NewLHS, NewRHS); 139 BinOp = Builder->CreateOr(NewLHS, NewRHS); 141 BinOp = Builder->CreateXor(NewLHS, NewRHS); 144 return Builder->CreateCall(F, BinOp); [all...] |
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
ScalarEvolutionExpander.cpp | 128 // Fold a binop with constant operands. 133 // Do a quick scan to see if we have this binop nearby. If so, reuse it. 166 // If we haven't found this binop, insert it. [all...] |
/external/clang/lib/CodeGen/ |
CGOpenMPRuntime.h | [all...] |
/external/eigen/Eigen/src/Core/ |
ProductEvaluators.h | 222 #define EIGEN_CATCH_ASSIGN_XPR_OP_PRODUCT(ASSIGN_OP,BINOP,ASSIGN_OP2) \ 224 struct Assignment<DstXprType, CwiseBinaryOp<internal::BINOP<OtherScalar,ProdScalar>, const OtherXpr, \ [all...] |
/external/llvm/lib/Transforms/Vectorize/ |
SLPVectorizer.cpp | [all...] |
/external/llvm/lib/CodeGen/ |
CodeGenPrepare.cpp | [all...] |
/docs/source.android.com/src/devices/tech/dalvik/ |
dalvik-bytecode.jd | [all...] |
/external/llvm/docs/tutorial/ |
LangImpl09.rst | 324 LHS = llvm::make_unique<BinaryExprAST>(BinLoc, BinOp, std::move(LHS),
|
/external/llvm/test/CodeGen/X86/ |
haddsub-undef.ll | 6 ; Verify that we correctly fold horizontal binop even in the presence of UNDEFs.
|
/external/llvm/tools/llvm-stress/ |
llvm-stress.cpp | 348 default: llvm_unreachable("Invalid BinOp");
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
AutoUpgrade.cpp | 243 AtomicRMWInst::BinOp Op;
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
Instructions.h | 566 enum BinOp { 599 AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val, 602 AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val, 606 BinOp getOperation() const { 607 return static_cast<BinOp>(getSubclassDataFromInstruction() >> 5); 610 void setOperation(BinOp Operation) { 679 void Init(BinOp Operation, Value *Ptr, Value *Val, [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
MipsISelLowering.cpp | [all...] |
/external/clang/include/clang/Basic/ |
DiagnosticSemaKinds.td | [all...] |
/external/valgrind/helgrind/ |
hg_main.c | 4393 #define binop macro 4864 #undef binop macro [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelLowering.cpp | [all...] |
/external/llvm/lib/Analysis/ |
InstructionSimplify.cpp | 295 /// try to simplify the binop by seeing whether evaluating it on both branches 312 // Evaluate the BinOp on the true and false branches of the select. 335 // then the result of the binop is the select itself. 448 /// try to simplify the binop by seeing whether evaluating it on the incoming 471 // Evaluate the BinOp on the incoming phi values. 511 // Evaluate the BinOp on the incoming phi values. [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/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...] |