Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp485 IC.pushOperator(IC_OR); in onOr()
500 IC.pushOperator(IC_XOR); in onXor()
515 IC.pushOperator(IC_AND); in onAnd()
530 IC.pushOperator(IC_EQ); in onEq()
545 IC.pushOperator(IC_NE); in onNE()
560 IC.pushOperator(IC_LT); in onLT()
575 IC.pushOperator(IC_LE); in onLE()
590 IC.pushOperator(IC_GT); in onGT()
605 IC.pushOperator(IC_GE); in onGE()
759 IC.pushOperator(IC_NOT); in onNot()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp5885 void pushOperator(uint64_t Op) { Expr.push_back(Op); } in pushOperator() function
5929 pushOperator(DwarfOp); in pushArithmeticExpr()
5945 pushOperator(Op); in pushCast()
5966 pushOperator(llvm::dwarf::DW_OP_div); in pushSCEV()
6073 pushOperator(llvm::dwarf::DW_OP_mul); in SCEVToValueExpr()
6078 pushOperator(llvm::dwarf::DW_OP_plus); in SCEVToValueExpr()
6103 pushOperator(llvm::dwarf::DW_OP_minus); in SCEVToIterCountExpr()
6108 pushOperator(llvm::dwarf::DW_OP_div); in SCEVToIterCountExpr()