Home
last modified time | relevance | path

Searched refs:pushOperator (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp212 void pushOperator(InfixCalculatorTok Op) { in pushOperator() function in __anonee973c6c0111::X86AsmParser::InfixCalculator
519 IC.pushOperator(IC_OR); in onOr()
534 IC.pushOperator(IC_XOR); in onXor()
549 IC.pushOperator(IC_AND); in onAnd()
564 IC.pushOperator(IC_EQ); in onEq()
579 IC.pushOperator(IC_NE); in onNE()
594 IC.pushOperator(IC_LT); in onLT()
609 IC.pushOperator(IC_LE); in onLE()
624 IC.pushOperator(IC_GT); in onGT()
639 IC.pushOperator(IC_GE); in onGE()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6396 void pushOperator(uint64_t Op) { Expr.push_back(Op); } in pushOperator() function
6445 pushOperator(DwarfOp); in pushArithmeticExpr()
6461 pushOperator(Op); in pushCast()
6482 pushOperator(llvm::dwarf::DW_OP_div); in pushSCEV()
6543 pushOperator(llvm::dwarf::DW_OP_mul); in SCEVToValueExpr()
6548 pushOperator(llvm::dwarf::DW_OP_plus); in SCEVToValueExpr()
6615 pushOperator(llvm::dwarf::DW_OP_minus); in SCEVToIterCountExpr()
6620 pushOperator(llvm::dwarf::DW_OP_div); in SCEVToIterCountExpr()