Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp511 IC.pushOperator(IC_OR); in onOr()
526 IC.pushOperator(IC_XOR); in onXor()
541 IC.pushOperator(IC_AND); in onAnd()
556 IC.pushOperator(IC_EQ); in onEq()
571 IC.pushOperator(IC_NE); in onNE()
586 IC.pushOperator(IC_LT); in onLT()
601 IC.pushOperator(IC_LE); in onLE()
616 IC.pushOperator(IC_GT); in onGT()
631 IC.pushOperator(IC_GE); in onGE()
781 IC.pushOperator(IC_NOT); in onNot()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6094 void pushOperator(uint64_t Op) { Expr.push_back(Op); } in pushOperator() function
6143 pushOperator(DwarfOp); in pushArithmeticExpr()
6159 pushOperator(Op); in pushCast()
6180 pushOperator(llvm::dwarf::DW_OP_div); in pushSCEV()
6241 pushOperator(llvm::dwarf::DW_OP_mul); in SCEVToValueExpr()
6246 pushOperator(llvm::dwarf::DW_OP_plus); in SCEVToValueExpr()
6313 pushOperator(llvm::dwarf::DW_OP_minus); in SCEVToIterCountExpr()
6318 pushOperator(llvm::dwarf::DW_OP_div); in SCEVToIterCountExpr()