Home
last modified time | relevance | path

Searched defs:LHS (Results 201 – 225 of 389) sorted by relevance

12345678910>>...16

/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantFold.cpp250 Constant *LHS = ExtractConstantBytes(CE->getOperand(0), ByteStart,ByteSize); in ExtractConstantBytes() local
264 Constant *LHS = ExtractConstantBytes(CE->getOperand(0), ByteStart,ByteSize); in ExtractConstantBytes() local
1480 Constant *LHS = ConstantExpr::getExtractElement(C1, ExtractIdx); in ConstantFoldBinaryInstruction() local
/netbsd/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseOpenMP.cpp2997 ExprResult LHS( in ParseOpenMPParensExpr() local
3112 ExprResult LHS = ParseCastExpression(AnyCastExpr); in ParseOpenMPInteropClause() local
3429 ExprResult LHS(ParseCastExpression(AnyCastExpr, false, NotTypeCast)); in ParseOpenMPSingleExprWithArgClause() local
3656 ExprResult LHS = ParseCastExpression(AnyCastExpr); in ParseOpenMPIteratorsExpr() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineCost.cpp800 APInt LHS = CycleSavings; in costBenefitAnalysis() local
1594 Value *LHS = I.getOperand(0), *RHS = I.getOperand(1); in visitCmpInst() local
1639 Value *LHS = I.getOperand(0), *RHS = I.getOperand(1); in visitSub() local
1664 Value *LHS = I.getOperand(0), *RHS = I.getOperand(1); in visitBinaryOperator() local
H A DBranchProbabilityInfo.cpp464 Value *LHS = CI->getOperand(0); in calcPointerHeuristics() local
939 if (Instruction *LHS = dyn_cast<Instruction>(CI->getOperand(0))) in calcZeroHeuristics() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp312 QuotRemPair FastDivInsertionTask::createDivRemPhiNodes(QuotRemWithBB &LHS, in createDivRemPhiNodes()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp125 Register LHS = MI.getOperand(1).getReg(); in matchAArch64MulConstCombine() local
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DResourcePriorityQueue.cpp180 bool resource_sort::operator()(const SUnit *LHS, const SUnit *RHS) const { in operator ()() argument
H A DLegalizeVectorOps.cpp1363 SDValue LHS = Node->getOperand(0); in ExpandSETCC() local
1518 SDValue LHS = Node->getOperand(0); in UnrollVSETCC() local
/netbsd/external/apache2/llvm/dist/clang/lib/Lex/
H A DTokenLexer.cpp205 Token &LHS = VAOPTTokens[CurTokenIdx - 1]; in stringifyVAOPTContents() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp4686 SDValue LHS = N->getOperand(1); in lowerICMPIntrinsic() local
5135 SDValue LHS = Op.getOperand(0); in lowerXMULO() local
8227 SDValue LHS = Op.getOperand(0); in lowerFastUnsafeFDIV() local
8367 SDValue LHS = Op.getOperand(1); in lowerFDIV_FAST() local
8423 SDValue LHS = Op.getOperand(0); in LowerFDIV32() local
8911 unsigned Opc, SDValue LHS, in splitBinaryBitConstantOp()
9021 SDValue LHS = N->getOperand(0); in performAndCombine() local
9203 SDValue LHS = N->getOperand(0); in performOrCombine() local
9332 SDValue LHS = N->getOperand(0); in performXorCombine() local
10352 SDValue LHS = N->getOperand(0); in performAddCombine() local
[all …]
/netbsd/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h630 SVal LHS, SVal RHS, QualType T) { in evalBinOp()
/netbsd/external/apache2/llvm/dist/clang/lib/Rewrite/
H A DRewriteRope.cpp405 RopePieceBTreeInterior(RopePieceBTreeNode *LHS, RopePieceBTreeNode *RHS) in RopePieceBTreeInterior()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprAgg.cpp951 const BinaryOperator *E, llvm::Value *LHS, in EmitCompare()
1177 LValue LHS = CGF.EmitCheckedLValue(E->getLHS(), CodeGenFunction::TCK_Store); in VisitBinAssign() local
1195 LValue LHS = CGF.EmitLValue(E->getLHS()); in VisitBinAssign() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp495 if (Value *LHS = findLIVLoopCondition(BO->getOperand(0), L, Changed, in findLIVLoopCondition() local
613 Value *LHS = CI->getOperand(0); in equalityPropUnSafe() local
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp1186 ExprResult Sema::ActOnCXXFoldExpr(Scope *S, SourceLocation LParenLoc, Expr *LHS, in ActOnCXXFoldExpr()
1251 SourceLocation LParenLoc, Expr *LHS, in BuildCXXFoldExpr()
/netbsd/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp577 const std::pair<const Value *, unsigned> &RHS) { in OptimizeConstants()
833 llvm::sort(Order, [this](MDIndex LHS, MDIndex RHS) { in organizeMetadata()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1048 Value *LHS, *RHS; in canonicalizeMinMaxWithConstant() local
1085 Value *LHS, *RHS; in canonicalizeAbsNabs() local
2250 static Instruction *factorizeMinMaxTree(SelectPatternFlavor SPF, Value *LHS, in factorizeMinMaxTree()
2921 Value *LHS, *RHS; in visitSelectInst() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DCommandLine.cpp581 StringRef &LHS = SplitArg.first; // LHS == Arg when no '=' is present. in LookupNearestOption() local
1192 llvm::ErrorOr<llvm::vfs::Status> LHS = FS.status(FName); in ExpandResponseFiles() local
2111 static int OptNameCompare(const std::pair<const char *, Option *> *LHS, in OptNameCompare()
2116 static int SubNameCompare(const std::pair<const char *, SubCommand *> *LHS, in SubNameCompare()
H A DStringRef.cpp27 static int ascii_strncasecmp(const char *LHS, const char *RHS, size_t Length) { in ascii_strncasecmp()
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp262 static int compareEntry(const Table::MapEntryTy *const *LHS, in compareEntry()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1889 static void LookThroughSetCC(SDValue &LHS, SDValue &RHS, in LookThroughSetCC()
2205 SDValue SparcTargetLowering::LowerF128Compare(SDValue LHS, SDValue RHS, in LowerF128Compare()
2438 SDValue LHS = Op.getOperand(2); in LowerBR_CC() local
2473 SDValue LHS = Op.getOperand(0); in LowerSELECT_CC() local
2949 SDValue LHS = Op.getOperand(0); in LowerUMULO_SMULO() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp215 bool operator()(const FunctionNode &LHS, const FunctionNode &RHS) const { in operator ()() argument
/netbsd/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp147 const Expr *LHS = BO->getLHS(); in VisitBinaryOperator() local
/netbsd/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCloneDetection.cpp335 static bool areSequencesClones(const StmtSequence &LHS, in areSequencesClones()
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp518 const std::vector<LineTableEntry> &RHS) { in findLineTable()

12345678910>>...16