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.cpp217 void pushOperator(InfixCalculatorTok Op) { in pushOperator() function in __anonee973c6c0111::X86AsmParser::InfixCalculator
525 IC.pushOperator(IC_OR); in onOr()
540 IC.pushOperator(IC_XOR); in onXor()
555 IC.pushOperator(IC_AND); in onAnd()
570 IC.pushOperator(IC_EQ); in onEq()
585 IC.pushOperator(IC_NE); in onNE()
600 IC.pushOperator(IC_LT); in onLT()
615 IC.pushOperator(IC_LE); in onLE()
630 IC.pushOperator(IC_GT); in onGT()
645 IC.pushOperator(IC_GE); in onGE()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6368 void pushOperator(uint64_t Op) { Expr.push_back(Op); } in pushOperator() function
6417 pushOperator(DwarfOp); in pushArithmeticExpr()
6433 pushOperator(Op); in pushCast()
6454 pushOperator(llvm::dwarf::DW_OP_div); in pushSCEV()
6511 pushOperator(llvm::dwarf::DW_OP_mul); in SCEVToValueExpr()
6516 pushOperator(llvm::dwarf::DW_OP_plus); in SCEVToValueExpr()
6578 pushOperator(llvm::dwarf::DW_OP_minus); in SCEVToIterCountExpr()
6583 pushOperator(llvm::dwarf::DW_OP_div); in SCEVToIterCountExpr()