/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/llvm-reduce/deltas/ |
H A D | ReduceOperands.cpp | 53 static int countOperands(Module &Program) { in countOperands() function 69 int Count = countOperands(Test.getProgram()); in reduceOperandsDeltaPass()
|
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/ |
H A D | Simd32Profitability.cpp | 199 countOperands(Value* V, Value* LHS, Value* RHS) { in countOperands() function 218 std::tie(L, R) = countOperands(BO->getOperand(0), LHS, RHS); in countOperands() 228 std::tie(L, R) = countOperands(BO->getOperand(0), LHS, RHS); in countOperands() 236 return countOperands(BO->getOperand(0), LHS, RHS); in countOperands() 238 std::tie(L0, L1) = countOperands(BO->getOperand(0), LHS, RHS); in countOperands() 240 std::tie(R0, R1) = countOperands(BO->getOperand(1), LHS, RHS); in countOperands() 251 std::tie(L, R) = countOperands(V, LB, X); in isNegatedByLB() 258 std::tie(L, R) = countOperands(V, UB, X); in isNegatedBy2UB() 368 std::tie(L0, R0) = countOperands(X0, LB, nullptr); in estimateLoopCount_CASE1() 370 std::tie(L1, R1) = countOperands(X1, UB, nullptr); in estimateLoopCount_CASE1()
|
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/SelectionDAG/ |
H A D | InstrEmitter.cpp | 62 static unsigned countOperands(SDNode *Node, unsigned NumExpUses, in countOperands() function 828 countOperands(Node, II.getNumOperands() - NumDefs, NumImpUses); in EmitMachineNode()
|
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/SelectionDAG/ |
H A D | InstrEmitter.cpp | 60 static unsigned countOperands(SDNode *Node, unsigned NumExpUses, in countOperands() function 831 countOperands(Node, II.getNumOperands() - NumDefs, NumImpUses); in EmitMachineNode()
|
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/SelectionDAG/ |
H A D | InstrEmitter.cpp | 62 static unsigned countOperands(SDNode *Node, unsigned NumExpUses, in countOperands() function 828 countOperands(Node, II.getNumOperands() - NumDefs, NumImpUses); in EmitMachineNode()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | InstrEmitter.cpp | 60 static unsigned countOperands(SDNode *Node, unsigned NumExpUses, in countOperands() function 831 countOperands(Node, II.getNumOperands() - NumDefs, NumImpUses); in EmitMachineNode()
|
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | InstrEmitter.cpp | 60 static unsigned countOperands(SDNode *Node, unsigned NumExpUses, in countOperands() function 831 countOperands(Node, II.getNumOperands() - NumDefs, NumImpUses); in EmitMachineNode()
|
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/SelectionDAG/ |
H A D | InstrEmitter.cpp | 60 static unsigned countOperands(SDNode *Node, unsigned NumExpUses, in countOperands() function 832 countOperands(Node, II.getNumOperands() - NumDefs, NumImpUses); in EmitMachineNode()
|
/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/SelectionDAG/ |
H A D | InstrEmitter.cpp | 61 static unsigned countOperands(SDNode *Node, unsigned NumExpUses, in countOperands() function 849 countOperands(Node, II.getNumOperands() - NumDefs, NumImpUses); in EmitMachineNode()
|
/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/SelectionDAG/ |
H A D | InstrEmitter.cpp | 61 static unsigned countOperands(SDNode *Node, unsigned NumExpUses, in countOperands() function 826 countOperands(Node, II.getNumOperands() - NumDefs, NumImpUses); in EmitMachineNode()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | InstrEmitter.cpp | 62 static unsigned countOperands(SDNode *Node, unsigned NumExpUses, in countOperands() function 894 countOperands(Node, II.getNumOperands() - NumDefs, NumImpUses); in EmitMachineNode()
|
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/ |
H A D | InstrEmitter.cpp | 63 static unsigned countOperands(SDNode *Node, unsigned NumExpUses, in countOperands() function 963 countOperands(Node, II.getNumOperands() - NumDefs, NumImpUses); in EmitMachineNode()
|
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/SelectionDAG/ |
H A D | InstrEmitter.cpp | 63 static unsigned countOperands(SDNode *Node, unsigned NumExpUses, in countOperands() function 963 countOperands(Node, II.getNumOperands() - NumDefs, NumImpUses); in EmitMachineNode()
|
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/SelectionDAG/ |
H A D | InstrEmitter.cpp | 63 static unsigned countOperands(SDNode *Node, unsigned NumExpUses, in countOperands() function 895 countOperands(Node, II.getNumOperands() - NumDefs, NumImpUses); in EmitMachineNode()
|
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | InstrEmitter.cpp | 63 static unsigned countOperands(SDNode *Node, unsigned NumExpUses, in countOperands() function 963 countOperands(Node, II.getNumOperands() - NumDefs, NumImpUses); in EmitMachineNode()
|
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/SelectionDAG/ |
H A D | InstrEmitter.cpp | 63 static unsigned countOperands(SDNode *Node, unsigned NumExpUses, in countOperands() function 974 countOperands(Node, II.getNumOperands() - NumDefs, NumImpUses); in EmitMachineNode()
|
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/ |
H A D | InstrEmitter.cpp | 63 static unsigned countOperands(SDNode *Node, unsigned NumExpUses, in countOperands() function 963 countOperands(Node, II.getNumOperands() - NumDefs, NumImpUses); in EmitMachineNode()
|
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/SelectionDAG/ |
H A D | InstrEmitter.cpp | 63 static unsigned countOperands(SDNode *Node, unsigned NumExpUses, in countOperands() function 895 countOperands(Node, II.getNumOperands() - NumDefs, NumImpUses); in EmitMachineNode()
|
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/ |
H A D | InstrEmitter.cpp | 63 static unsigned countOperands(SDNode *Node, unsigned NumExpUses, in countOperands() function 963 countOperands(Node, II.getNumOperands() - NumDefs, NumImpUses); in EmitMachineNode()
|