Searched defs:LHS (Results 76 - 100 of 197) sorted by relevance

12345678

/freebsd-10.3-release/contrib/llvm/lib/IR/
H A DConstantsContext.h673 static bool isEqual(const ConstantClass *LHS, const ConstantClass *RHS) { argument
680 static bool isEqual(const LookupKey &LHS, const ConstantClass *RHS) { argument
244 CompareConstantExpr(Type *ty, Instruction::OtherOps opc, unsigned short pred, Constant* LHS, Constant* RHS) argument
H A DLLVMContextImpl.h64 static bool isEqual(const KeyTy &LHS, const KeyTy &RHS) { argument
92 static bool isEqual(const KeyTy &LHS, const KeyTy &RHS) { argument
131 static bool isEqual(const KeyTy& LHS, const StructType *RHS) { argument
136 static bool isEqual(const StructType *LHS, const StructType *RHS) { argument
180 static bool isEqual(const KeyTy& LHS, const FunctionType *RHS) { argument
185 isEqual(const FunctionType *LHS, const FunctionType *RHS) argument
[all...]
H A DConstantFold.cpp1143 Constant *LHS = local
[all...]
/freebsd-10.3-release/contrib/llvm/include/llvm/ADT/
H A DSmallVector.h932 swap(llvm::SmallVectorImpl<T> &LHS, llvm::SmallVectorImpl<T> &RHS) { argument
939 swap(llvm::SmallVector<T, N> &LHS, llvm::SmallVector<T, N> &RHS) { argument
H A DTriple.h272 unsigned LHS[3]; local
[all...]
/freebsd-10.3-release/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolution.h582 getAddExpr(const SCEV *LHS, const SCEV *RHS, SCEV::NoWrapFlags Flags = SCEV::FlagAnyWrap) argument
599 getMulExpr(const SCEV *LHS, const SCEV *RHS, SCEV::NoWrapFlags Flags = SCEV::FlagAnyWrap) argument
[all...]
H A DScalarEvolutionExpressions.h249 const SCEV *LHS; member in class:llvm::SCEVUDivExpr
/freebsd-10.3-release/contrib/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h326 bool operator()(const IdxMBBPair &LHS, const IdxMBBPair &RHS) const { argument
/freebsd-10.3-release/contrib/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp241 SDValue LHS = Node->getOperand(0), RHS = Node->getOperand(1); local
/freebsd-10.3-release/contrib/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp676 bool DenseMapInfo<ComparableFunction>::isEqual(const ComparableFunction &LHS, argument
/freebsd-10.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp601 static bool isEqual(const LoweredPHIRecord &LHS, argument
H A DInstCombineVectorOps.cpp327 static bool CollectSingleShuffleElements(Value *V, Value *LHS, Value *RHS, argument
511 Value *LHS = CollectShuffleElements(&IE, Mask, RHS); local
781 Value *LHS = SVI.getOperand(0); local
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp26 Expr *LHS = B->getLHS()->IgnoreParens(); local
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp142 static bool beforeThanCompare(const Record *LHS, const Record *RHS) { argument
148 static bool beforeThanCompareGroups(const GroupInfo *LHS, const GroupInfo *RHS){ argument
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprComplex.cpp214 ComplexPairTy LHS; member in struct:__anon3226::ComplexExprEmitter::BinOpInfo
656 LValue LHS = CGF.EmitLValue(E->getLHS()); local
715 LValue LHS = CGF.EmitLValue(E->getLHS()); local
759 ComplexPairTy LHS = Visit(E->getTrueExpr()); local
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp699 static int MacroIDCompare(const id_macro_pair *LHS, const id_macro_pair *RHS) { argument
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExpr.cpp221 ParseRHSOfBinaryExpression(ExprResult LHS, prec::Level MinPrec) argument
1303 ParsePostfixExpressionSuffix(ExprResult LHS) argument
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaPseudoObject.cpp107 Expr *LHS = ce->getLHS(), *RHS = ce->getRHS(); local
825 buildAssignmentOperation(Scope *Sc, SourceLocation opcLoc, BinaryOperatorKind opcode, Expr *LHS, Expr *RHS) argument
936 buildAssignmentOperation(Scope *Sc, SourceLocation opcLoc, BinaryOperatorKind opcode, Expr *LHS, Expr *RHS) argument
1504 checkPseudoObjectAssignment(Scope *S, SourceLocation opcLoc, BinaryOperatorKind opcode, Expr *LHS, Expr *RHS) argument
[all...]
/freebsd-10.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp490 Value *LHS = PN->getIncomingValue(i); local
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeLoc.h180 friend bool operator==(const TypeLoc &LHS, const TypeLoc &RHS) { argument
184 friend bool operator!=(const TypeLoc &LHS, const TypeLoc &RHS) { argument
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DScopeInfo.h227 static bool isEqual(const WeakObjectProfileTy &LHS, argument
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h372 const SymExpr *LHS; member in class:clang::ento::SymIntExpr
407 const llvm::APSInt& LHS; member in class:clang::ento::IntSymExpr
442 const SymExpr *LHS; member in class:clang::ento::SymSymExpr
[all...]
/freebsd-10.3-release/contrib/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp676 bool operator()(std::pair<const Loop *, const SCEV *> LHS, argument
153 InsertBinop(Instruction::BinaryOps Opcode, Value *LHS, Value *RHS) argument
819 Value *LHS = expandCodeFor(S->getLHS(), Ty); local
1421 Value *LHS = expand(S->getOperand(S->getNumOperands()-1)); local
1445 Value *LHS = expand(S->getOperand(S->getNumOperands()-1)); local
[all...]
/freebsd-10.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp180 SDValue LHS = GetSoftenedFloat(N->getOperand(0)); local
542 SDValue LHS = GetSoftenedFloat(N->getOperand(1)); local
549 SDValue LHS = GetSoftenedFloat(N->getOperand(2)); local
[all...]
/freebsd-10.3-release/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp735 GenericValue LHS = getConstantValue(Op0); local
[all...]

Completed in 466 milliseconds

12345678