Home
last modified time | relevance | path

Searched refs:OtherOpcode (Results 1 – 25 of 49) sorted by relevance

12

/dports/devel/llvm70/llvm-7.0.1.src/tools/llvm-exegesis/lib/
H A DLatency.cpp52 for (const unsigned OtherOpcode : Opcodes) { in generateTwoInstructionPrototype() local
53 if (OtherOpcode == Instr.Description->Opcode) in generateTwoInstructionPrototype()
55 const auto &OtherInstrDesc = State.getInstrInfo().get(OtherOpcode); in generateTwoInstructionPrototype()
74 State.getInstrInfo().getName(OtherOpcode)); in generateTwoInstructionPrototype()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/tools/llvm-exegesis/lib/
H A DSerialSnippetGenerator.cpp48 for (const unsigned OtherOpcode : Opcodes) { in computeAliasingInstructions() local
49 if (OtherOpcode == Instr->Description.getOpcode()) in computeAliasingInstructions()
51 const Instruction &OtherInstr = State.getIC().getInstr(OtherOpcode); in computeAliasingInstructions()
/dports/devel/llvm11/llvm-11.0.1.src/tools/llvm-exegesis/lib/
H A DSerialSnippetGenerator.cpp48 for (const unsigned OtherOpcode : Opcodes) { in computeAliasingInstructions() local
49 if (OtherOpcode == Instr->Description.getOpcode()) in computeAliasingInstructions()
51 const Instruction &OtherInstr = State.getIC().getInstr(OtherOpcode); in computeAliasingInstructions()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/llvm-exegesis/lib/
H A DSerialSnippetGenerator.cpp48 for (const unsigned OtherOpcode : Opcodes) { in computeAliasingInstructions() local
49 if (OtherOpcode == Instr->Description.getOpcode()) in computeAliasingInstructions()
51 const Instruction &OtherInstr = State.getIC().getInstr(OtherOpcode); in computeAliasingInstructions()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DSerialSnippetGenerator.cpp48 for (const unsigned OtherOpcode : Opcodes) { in computeAliasingInstructions() local
49 if (OtherOpcode == Instr->Description.getOpcode()) in computeAliasingInstructions()
51 const Instruction &OtherInstr = State.getIC().getInstr(OtherOpcode); in computeAliasingInstructions()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/tools/llvm-exegesis/lib/
H A DSerialSnippetGenerator.cpp48 for (const unsigned OtherOpcode : Opcodes) { in computeAliasingInstructions() local
49 if (OtherOpcode == Instr->Description.getOpcode()) in computeAliasingInstructions()
51 const Instruction &OtherInstr = State.getIC().getInstr(OtherOpcode); in computeAliasingInstructions()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/tools/llvm-exegesis/lib/
H A DSerialSnippetGenerator.cpp48 for (const unsigned OtherOpcode : Opcodes) { in computeAliasingInstructions() local
49 if (OtherOpcode == Instr->Description.getOpcode()) in computeAliasingInstructions()
51 const Instruction &OtherInstr = State.getIC().getInstr(OtherOpcode); in computeAliasingInstructions()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/tools/llvm-exegesis/lib/
H A DSerialSnippetGenerator.cpp48 for (const unsigned OtherOpcode : Opcodes) { in computeAliasingInstructions() local
49 if (OtherOpcode == Instr->Description.getOpcode()) in computeAliasingInstructions()
51 const Instruction &OtherInstr = State.getIC().getInstr(OtherOpcode); in computeAliasingInstructions()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/tools/llvm-exegesis/lib/
H A DSerialSnippetGenerator.cpp48 for (const unsigned OtherOpcode : Opcodes) { in computeAliasingInstructions() local
49 if (OtherOpcode == Instr->Description.getOpcode()) in computeAliasingInstructions()
51 const Instruction &OtherInstr = State.getIC().getInstr(OtherOpcode); in computeAliasingInstructions()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/tools/llvm-exegesis/lib/
H A DSerialSnippetGenerator.cpp48 for (const unsigned OtherOpcode : Opcodes) { in computeAliasingInstructions() local
49 if (OtherOpcode == Instr->Description.getOpcode()) in computeAliasingInstructions()
51 const Instruction &OtherInstr = State.getIC().getInstr(OtherOpcode); in computeAliasingInstructions()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/tools/llvm-exegesis/lib/
H A DSerialSnippetGenerator.cpp48 for (const unsigned OtherOpcode : Opcodes) { in computeAliasingInstructions() local
49 if (OtherOpcode == Instr->Description.getOpcode()) in computeAliasingInstructions()
51 const Instruction &OtherInstr = State.getIC().getInstr(OtherOpcode); in computeAliasingInstructions()
/dports/devel/llvm80/llvm-8.0.1.src/tools/llvm-exegesis/lib/
H A DLatency.cpp51 for (const unsigned OtherOpcode : Opcodes) { in computeAliasingInstructions() local
52 if (OtherOpcode == Instr.Description->getOpcode()) in computeAliasingInstructions()
54 const Instruction &OtherInstr = State.getIC().getInstr(OtherOpcode); in computeAliasingInstructions()
/dports/devel/llvm90/llvm-9.0.1.src/tools/llvm-exegesis/lib/
H A DLatency.cpp50 for (const unsigned OtherOpcode : Opcodes) { in computeAliasingInstructions() local
51 if (OtherOpcode == Instr.Description->getOpcode()) in computeAliasingInstructions()
53 const Instruction &OtherInstr = State.getIC().getInstr(OtherOpcode); in computeAliasingInstructions()
/dports/devel/llvm10/llvm-10.0.1.src/tools/llvm-exegesis/lib/
H A DLatency.cpp51 for (const unsigned OtherOpcode : Opcodes) { in computeAliasingInstructions() local
52 if (OtherOpcode == Instr->Description.getOpcode()) in computeAliasingInstructions()
54 const Instruction &OtherInstr = State.getIC().getInstr(OtherOpcode); in computeAliasingInstructions()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DLatency.cpp51 for (const unsigned OtherOpcode : Opcodes) { in computeAliasingInstructions() local
52 if (OtherOpcode == Instr->Description.getOpcode()) in computeAliasingInstructions()
54 const Instruction &OtherInstr = State.getIC().getInstr(OtherOpcode); in computeAliasingInstructions()
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2265 unsigned OtherOpcode = Node->getOpcode() == ISD::FSIN in useSinCos() local
2275 if (User->getOpcode() == OtherOpcode || User->getOpcode() == ISD::FSINCOS) in useSinCos()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2304 unsigned OtherOpcode = Node->getOpcode() == ISD::FSIN in useSinCos() local
2314 if (User->getOpcode() == OtherOpcode || User->getOpcode() == ISD::FSINCOS) in useSinCos()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2306 unsigned OtherOpcode = Node->getOpcode() == ISD::FSIN in useSinCos() local
2316 if (User->getOpcode() == OtherOpcode || User->getOpcode() == ISD::FSINCOS) in useSinCos()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2196 unsigned OtherOpcode = Node->getOpcode() == ISD::FSIN in useSinCos() local
2206 if (User->getOpcode() == OtherOpcode || User->getOpcode() == ISD::FSINCOS) in useSinCos()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2196 unsigned OtherOpcode = Node->getOpcode() == ISD::FSIN in useSinCos() local
2206 if (User->getOpcode() == OtherOpcode || User->getOpcode() == ISD::FSINCOS) in useSinCos()
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2259 unsigned OtherOpcode = Node->getOpcode() == ISD::FSIN in useSinCos() local
2269 if (User->getOpcode() == OtherOpcode || User->getOpcode() == ISD::FSINCOS) in useSinCos()
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2267 unsigned OtherOpcode = Node->getOpcode() == ISD::FSIN in useSinCos() local
2277 if (User->getOpcode() == OtherOpcode || User->getOpcode() == ISD::FSINCOS) in useSinCos()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2196 unsigned OtherOpcode = Node->getOpcode() == ISD::FSIN in useSinCos() local
2206 if (User->getOpcode() == OtherOpcode || User->getOpcode() == ISD::FSINCOS) in useSinCos()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2259 unsigned OtherOpcode = Node->getOpcode() == ISD::FSIN in useSinCos() local
2269 if (User->getOpcode() == OtherOpcode || User->getOpcode() == ISD::FSINCOS) in useSinCos()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2222 unsigned OtherOpcode = Node->getOpcode() == ISD::FSIN in useSinCos() local
2232 if (User->getOpcode() == OtherOpcode || User->getOpcode() == ISD::FSINCOS) in useSinCos()

12