Searched refs:BinOps (Results 1 – 3 of 3) sorted by relevance
/external/llvm/unittests/ADT/ |
D | BitVectorTest.cpp | 280 TYPED_TEST(BitVectorTest, BinOps) { in TYPED_TEST() argument
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 9827 SmallVector<SDValue, 8> BinOps, PromOps; in DAGCombineTruncBoolExt() local 9838 BinOps.push_back(N->getOperand(i)); in DAGCombineTruncBoolExt() 9846 while (!BinOps.empty()) { in DAGCombineTruncBoolExt() 9847 SDValue BinOp = BinOps.back(); in DAGCombineTruncBoolExt() 9848 BinOps.pop_back(); in DAGCombineTruncBoolExt() 9877 BinOps.push_back(BinOp.getOperand(i)); in DAGCombineTruncBoolExt() 10057 SmallVector<SDValue, 8> BinOps(1, N->getOperand(0)), PromOps; in DAGCombineExtBoolTrunc() local 10062 while (!BinOps.empty()) { in DAGCombineExtBoolTrunc() 10063 SDValue BinOp = BinOps.back(); in DAGCombineExtBoolTrunc() 10064 BinOps.pop_back(); in DAGCombineExtBoolTrunc() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 12417 SmallVector<SDValue, 8> BinOps, PromOps; in DAGCombineTruncBoolExt() local 12428 BinOps.push_back(N->getOperand(i)); in DAGCombineTruncBoolExt() 12436 while (!BinOps.empty()) { in DAGCombineTruncBoolExt() 12437 SDValue BinOp = BinOps.back(); in DAGCombineTruncBoolExt() 12438 BinOps.pop_back(); in DAGCombineTruncBoolExt() 12467 BinOps.push_back(BinOp.getOperand(i)); in DAGCombineTruncBoolExt() 12647 SmallVector<SDValue, 8> BinOps(1, N->getOperand(0)), PromOps; in DAGCombineExtBoolTrunc() local 12652 while (!BinOps.empty()) { in DAGCombineExtBoolTrunc() 12653 SDValue BinOp = BinOps.back(); in DAGCombineExtBoolTrunc() 12654 BinOps.pop_back(); in DAGCombineExtBoolTrunc() [all …]
|