Home
last modified time | relevance | path

Searched refs:SelectArithImmed (Results 1 – 25 of 38) sorted by relevance

12

/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp71 bool SelectArithImmed(SDValue N, SDValue &Val, SDValue &Shift);
275 bool AArch64DAGToDAGISel::SelectArithImmed(SDValue N, SDValue &Val, in SelectArithImmed() function in AArch64DAGToDAGISel
332 return SelectArithImmed(CurDAG->getConstant(Immed, SDLoc(N), MVT::i32), Val, in SelectNegArithImmed()
H A DAArch64InstrFormats.td883 : Operand<Ty>, ComplexPattern<Ty, 2, "SelectArithImmed", [imm]> {
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp72 bool SelectArithImmed(SDValue N, SDValue &Val, SDValue &Shift);
262 bool AArch64DAGToDAGISel::SelectArithImmed(SDValue N, SDValue &Val, in SelectArithImmed() function in AArch64DAGToDAGISel
319 return SelectArithImmed(CurDAG->getConstant(Immed, SDLoc(N), MVT::i32), Val, in SelectNegArithImmed()
H A DAArch64InstrFormats.td881 : Operand<Ty>, ComplexPattern<Ty, 2, "SelectArithImmed", [imm]> {
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp72 bool SelectArithImmed(SDValue N, SDValue &Val, SDValue &Shift);
262 bool AArch64DAGToDAGISel::SelectArithImmed(SDValue N, SDValue &Val,
319 return SelectArithImmed(CurDAG->getConstant(Immed, SDLoc(N), MVT::i32), Val,
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp68 bool SelectArithImmed(SDValue N, SDValue &Val, SDValue &Shift);
332 bool AArch64DAGToDAGISel::SelectArithImmed(SDValue N, SDValue &Val, in SelectArithImmed() function in AArch64DAGToDAGISel
389 return SelectArithImmed(CurDAG->getConstant(Immed, SDLoc(N), MVT::i32), Val, in SelectNegArithImmed()
H A DAArch64InstrFormats.td951 : Operand<Ty>, ComplexPattern<Ty, 2, "SelectArithImmed", [imm]> {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp68 bool SelectArithImmed(SDValue N, SDValue &Val, SDValue &Shift);
332 bool AArch64DAGToDAGISel::SelectArithImmed(SDValue N, SDValue &Val, in SelectArithImmed() function in AArch64DAGToDAGISel
389 return SelectArithImmed(CurDAG->getConstant(Immed, SDLoc(N), MVT::i32), Val, in SelectNegArithImmed()
H A DAArch64InstrFormats.td951 : Operand<Ty>, ComplexPattern<Ty, 2, "SelectArithImmed", [imm]> {
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp68 bool SelectArithImmed(SDValue N, SDValue &Val, SDValue &Shift);
332 bool AArch64DAGToDAGISel::SelectArithImmed(SDValue N, SDValue &Val, in SelectArithImmed() function in AArch64DAGToDAGISel
389 return SelectArithImmed(CurDAG->getConstant(Immed, SDLoc(N), MVT::i32), Val, in SelectNegArithImmed()
H A DAArch64InstrFormats.td951 : Operand<Ty>, ComplexPattern<Ty, 2, "SelectArithImmed", [imm]> {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp72 bool SelectArithImmed(SDValue N, SDValue &Val, SDValue &Shift);
392 bool AArch64DAGToDAGISel::SelectArithImmed(SDValue N, SDValue &Val, in SelectArithImmed() function in AArch64DAGToDAGISel
449 return SelectArithImmed(CurDAG->getConstant(Immed, SDLoc(N), MVT::i32), Val, in SelectNegArithImmed()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp71 bool SelectArithImmed(SDValue N, SDValue &Val, SDValue &Shift);
387 bool AArch64DAGToDAGISel::SelectArithImmed(SDValue N, SDValue &Val, in SelectArithImmed() function in AArch64DAGToDAGISel
444 return SelectArithImmed(CurDAG->getConstant(Immed, SDLoc(N), MVT::i32), Val, in SelectNegArithImmed()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp72 bool SelectArithImmed(SDValue N, SDValue &Val, SDValue &Shift);
429 bool AArch64DAGToDAGISel::SelectArithImmed(SDValue N, SDValue &Val, in SelectArithImmed() function in AArch64DAGToDAGISel
486 return SelectArithImmed(CurDAG->getConstant(Immed, SDLoc(N), MVT::i32), Val, in SelectNegArithImmed()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp72 bool SelectArithImmed(SDValue N, SDValue &Val, SDValue &Shift);
392 bool AArch64DAGToDAGISel::SelectArithImmed(SDValue N, SDValue &Val, in SelectArithImmed() function in AArch64DAGToDAGISel
449 return SelectArithImmed(CurDAG->getConstant(Immed, SDLoc(N), MVT::i32), Val, in SelectNegArithImmed()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp71 bool SelectArithImmed(SDValue N, SDValue &Val, SDValue &Shift);
386 bool AArch64DAGToDAGISel::SelectArithImmed(SDValue N, SDValue &Val, in SelectArithImmed() function in AArch64DAGToDAGISel
443 return SelectArithImmed(CurDAG->getConstant(Immed, SDLoc(N), MVT::i32), Val, in SelectNegArithImmed()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp72 bool SelectArithImmed(SDValue N, SDValue &Val, SDValue &Shift);
429 bool AArch64DAGToDAGISel::SelectArithImmed(SDValue N, SDValue &Val, in SelectArithImmed() function in AArch64DAGToDAGISel
486 return SelectArithImmed(CurDAG->getConstant(Immed, SDLoc(N), MVT::i32), Val, in SelectNegArithImmed()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp72 bool SelectArithImmed(SDValue N, SDValue &Val, SDValue &Shift);
429 bool AArch64DAGToDAGISel::SelectArithImmed(SDValue N, SDValue &Val, in SelectArithImmed() function in AArch64DAGToDAGISel
486 return SelectArithImmed(CurDAG->getConstant(Immed, SDLoc(N), MVT::i32), Val, in SelectNegArithImmed()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp72 bool SelectArithImmed(SDValue N, SDValue &Val, SDValue &Shift);
429 bool AArch64DAGToDAGISel::SelectArithImmed(SDValue N, SDValue &Val, in SelectArithImmed() function in AArch64DAGToDAGISel
486 return SelectArithImmed(CurDAG->getConstant(Immed, SDLoc(N), MVT::i32), Val, in SelectNegArithImmed()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp72 bool SelectArithImmed(SDValue N, SDValue &Val, SDValue &Shift);
429 bool AArch64DAGToDAGISel::SelectArithImmed(SDValue N, SDValue &Val, in SelectArithImmed() function in AArch64DAGToDAGISel
486 return SelectArithImmed(CurDAG->getConstant(Immed, SDLoc(N), MVT::i32), Val, in SelectNegArithImmed()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp72 bool SelectArithImmed(SDValue N, SDValue &Val, SDValue &Shift);
392 bool AArch64DAGToDAGISel::SelectArithImmed(SDValue N, SDValue &Val, in SelectArithImmed() function in AArch64DAGToDAGISel
449 return SelectArithImmed(CurDAG->getConstant(Immed, SDLoc(N), MVT::i32), Val, in SelectNegArithImmed()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp72 bool SelectArithImmed(SDValue N, SDValue &Val, SDValue &Shift);
429 bool AArch64DAGToDAGISel::SelectArithImmed(SDValue N, SDValue &Val,
486 return SelectArithImmed(CurDAG->getConstant(Immed, SDLoc(N), MVT::i32), Val,
/dports/emulators/qemu/qemu-6.2.0/capstone/suite/synctools/tablegen/AArch64/
H A DAArch64InstrFormats.td865 : Operand<Ty>, ComplexPattern<Ty, 2, "SelectArithImmed", [imm]> {
/dports/emulators/qemu60/qemu-6.0.0/capstone/suite/synctools/tablegen/AArch64/
H A DAArch64InstrFormats.td865 : Operand<Ty>, ComplexPattern<Ty, 2, "SelectArithImmed", [imm]> {
/dports/emulators/qemu5/qemu-5.2.0/capstone/suite/synctools/tablegen/AArch64/
H A DAArch64InstrFormats.td865 : Operand<Ty>, ComplexPattern<Ty, 2, "SelectArithImmed", [imm]> {

12