HomeSort by relevance Sort by last modified time
    Searched defs:LHS (Results 76 - 100 of 116) sorted by null

1 2 34 5

  /external/llvm/include/llvm/TableGen/
Record.h 887 Init *LHS;
889 UnOpInit(UnaryOp opc, Init *lhs, RecTy *Type)
890 : OpInit(IK_UnOpInit, Type), Opc(opc), LHS(lhs) {}
899 static UnOpInit *get(UnaryOp opc, Init *lhs, RecTy *Type);
915 Init *getOperand() const { return LHS; }
933 Init *LHS, *RHS;
935 BinOpInit(BinaryOp opc, Init *lhs, Init *rhs, RecTy *Type) :
936 OpInit(IK_BinOpInit, Type), Opc(opc), LHS(lhs), RHS(rhs) {
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 456 /// SCEVComplexityCompare - Return true if the complexity of the LHS is less
464 // Return true or false if LHS is less than, or at least RHS, respectively.
465 bool operator()(const SCEV *LHS, const SCEV *RHS) const {
466 return compare(LHS, RHS) < 0;
469 // Return negative, zero, or positive, if LHS is less than, equal to, or
472 int compare(const SCEV *LHS, const SCEV *RHS) const {
474 if (LHS == RHS)
478 unsigned LType = LHS->getSCEVType(), RType = RHS->getSCEVType();
487 const SCEVUnknown *LU = cast<SCEVUnknown>(LHS);
539 const SCEVConstant *LC = cast<SCEVConstant>(LHS);
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/CodeGen/
RegisterCoalescer.cpp     [all...]
  /external/llvm/lib/IR/
Constants.cpp 353 ConstantExpr *LHS = dyn_cast<ConstantExpr>(CE->getOperand(0));
355 if (LHS && RHS &&
356 LHS->getOpcode() == Instruction::PtrToInt &&
358 isa<BlockAddress>(LHS->getOperand(0)) &&
360 cast<BlockAddress>(LHS->getOperand(0))->getFunction() ==
    [all...]
Instructions.cpp     [all...]
  /external/llvm/lib/Support/
CommandLine.cpp 212 StringRef &LHS = SplitArg.first; // LHS == Arg when no '=' is present.
227 StringRef Flag = PermitValue ? LHS : Arg;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 227 const MCExpr *LHS = LowerConstant(CE->getOperand(0), AP);
233 return MCBinaryExpr::CreateAdd(LHS, RHS, Ctx);
235 return MCBinaryExpr::CreateSub(LHS, RHS, Ctx);
237 return MCBinaryExpr::CreateMul(LHS, RHS, Ctx);
239 return MCBinaryExpr::CreateDiv(LHS, RHS, Ctx);
241 return MCBinaryExpr::CreateMod(LHS, RHS, Ctx);
243 return MCBinaryExpr::CreateShl(LHS, RHS, Ctx);
245 return MCBinaryExpr::CreateAnd(LHS, RHS, Ctx);
247 return MCBinaryExpr::CreateOr(LHS, RHS, Ctx);
249 return MCBinaryExpr::CreateXor(LHS, RHS, Ctx)
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 520 SDValue LHS = Op.getOperand(0);
525 LHS, RHS);
537 SDValue LHS = Op.getOperand(0);
541 DAG.getVTList(MVT::i32, MVT::i32), LHS, RHS,
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 120 case ICmpInst::ICMP_SLT: // True if LHS s< 0
123 case ICmpInst::ICMP_SLE: // True if LHS s<= RHS and RHS == -1
126 case ICmpInst::ICMP_SGT: // True if LHS s> -1
130 // True if LHS u> RHS and RHS == high-bit-mask - 1
134 // True if LHS u>= RHS and RHS == high-bit-mask (2^7, 2^15, 2^31, etc)
605 /// else. At this point we know that the GEP is on the LHS of the comparison.
    [all...]
InstructionCombining.cpp 397 Value *LHS = I.getOperand(0), *RHS = I.getOperand(1);
398 BinaryOperator *Op0 = dyn_cast<BinaryOperator>(LHS);
470 // If "L op' R" equals "A op' B" then "L op' R" is just the LHS.
487 Value *A = LHS, *B = Op1->getOperand(0), *C = Op1->getOperand(1);
513 // if the LHS is a constant zero (which is the 'negate' form).
531 // instruction if the LHS is a constant negative zero (which is the 'negate'
    [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 808 Value *LHS = (DU.NarrowUse->getOperand(0) == DU.NarrowDef) ? DU.WideDef :
815 LHS, RHS,
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/clang/lib/Analysis/
CFG.cpp 541 TryResult LHS = tryEvaluateBool(Bop->getLHS());
542 if (LHS.isKnown()) {
543 // We were able to evaluate the LHS, see if we can get away with not
545 if (LHS.isTrue() == (Bop->getOpcode() == BO_LOr))
546 return LHS.isTrue();
551 return LHS.isTrue() || RHS.isTrue();
553 return LHS.isTrue() && RHS.isTrue();
558 // We can't evaluate the LHS; however, sometimes the result
    [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp 428 LValue LHS,
435 LValue LV = LHS;
440 llvm::Value *Dest = LHS.getAddress();
511 EmitAggMemberInitializer(CGF, LHS, Init, ArrayIndexVar,
544 LValue LHS = CGF.MakeNaturalAlignAddrLValue(ThisPtr, RecordTy);
553 LHS = CGF.EmitLValueForFieldInitialization(LHS, cast<FieldDecl>(*I));
556 LHS = CGF.EmitLValueForFieldInitialization(LHS, Field);
581 CGF.EmitAggregateCopy(LHS.getAddress(), Src.getAddress(), FieldType
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 639 const Expr *LHS = Case->getLHS()->IgnoreParenCasts();
644 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(LHS)) {
657 os << LHS->EvaluateKnownConstInt(PDB.getASTContext());
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 452 SDValue LHS = SExtPromotedInteger(N->getOperand(0));
455 EVT NVT = LHS.getValueType();
460 SDValue Res = DAG.getNode(Opcode, dl, NVT, LHS, RHS);
477 SDValue LHS = SExtPromotedInteger(N->getOperand(0));
480 LHS.getValueType(), LHS, RHS);
484 SDValue LHS = GetPromotedInteger(N->getOperand(1));
487 LHS.getValueType(), N->getOperand(0), LHS, RHS);
496 SDValue LHS = GetPromotedInteger(N->getOperand(1))
    [all...]
LegalizeVectorTypes.cpp 129 SDValue LHS = GetScalarizedVector(N->getOperand(0));
132 LHS.getValueType(), LHS, RHS);
236 SDValue LHS = GetScalarizedVector(N->getOperand(0));
238 LHS, DAG.getValueType(ExtVT));
253 SDValue LHS = GetScalarizedVector(N->getOperand(1));
279 LHS.getValueType(), Cond, LHS,
284 SDValue LHS = GetScalarizedVector(N->getOperand(1));
286 LHS.getValueType(), N->getOperand(0), LHS
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]

Completed in 648 milliseconds

1 2 34 5