Home
last modified time | relevance | path

Searched refs:BinOps (Results 1 – 4 of 4) sorted by relevance

/external/llvm/unittests/ADT/
DBitVectorTest.cpp280 TYPED_TEST(BitVectorTest, BinOps) { in TYPED_TEST() argument
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DBitVectorTest.cpp503 TYPED_TEST(BitVectorTest, BinOps) { in TYPED_TEST() argument
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp9827 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-7.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp11275 SmallVector<SDValue, 8> BinOps, PromOps; in DAGCombineTruncBoolExt() local
11286 BinOps.push_back(N->getOperand(i)); in DAGCombineTruncBoolExt()
11294 while (!BinOps.empty()) { in DAGCombineTruncBoolExt()
11295 SDValue BinOp = BinOps.back(); in DAGCombineTruncBoolExt()
11296 BinOps.pop_back(); in DAGCombineTruncBoolExt()
11325 BinOps.push_back(BinOp.getOperand(i)); in DAGCombineTruncBoolExt()
11505 SmallVector<SDValue, 8> BinOps(1, N->getOperand(0)), PromOps; in DAGCombineExtBoolTrunc() local
11510 while (!BinOps.empty()) { in DAGCombineExtBoolTrunc()
11511 SDValue BinOp = BinOps.back(); in DAGCombineExtBoolTrunc()
11512 BinOps.pop_back(); in DAGCombineExtBoolTrunc()
[all …]