OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isZeroImm
(Results
1 - 5
of
5
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeInstrInfo.cpp
34
static bool
isZeroImm
(const MachineOperand &op) {
48
(
isZeroImm
(MI->getOperand(2)))) {
67
(
isZeroImm
(MI->getOperand(2)))) {
/external/llvm/lib/Target/Mips/
MipsInstrInfo.cpp
43
bool MipsInstrInfo::
isZeroImm
(const MachineOperand &op) const {
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsInstrInfo.cpp
39
static bool
isZeroImm
(const MachineOperand &op) {
59
(
isZeroImm
(MI->getOperand(2)))) {
84
(
isZeroImm
(MI->getOperand(2)))) {
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreInstrInfo.cpp
47
static bool
isZeroImm
(const MachineOperand &op) {
63
(
isZeroImm
(MI->getOperand(2))))
85
(
isZeroImm
(MI->getOperand(2))))
/external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp
54
static bool
isZeroImm
(const MachineOperand &op) {
70
(
isZeroImm
(MI.getOperand(2)))) {
90
(
isZeroImm
(MI.getOperand(2)))) {
Completed in 304 milliseconds