OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getnumexplicitoperands
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUMCInstLower.cpp
33
for (unsigned i = 0, e = MI->
getNumExplicitOperands
(); i != e; ++i) {
/external/llvm/lib/Target/R600/
AMDGPUMCInstLower.cpp
36
for (unsigned i = 0, e = MI->
getNumExplicitOperands
(); i != e; ++i) {
/external/mesa3d/src/gallium/drivers/radeon/
AMDGPUMCInstLower.cpp
33
for (unsigned i = 0, e = MI->
getNumExplicitOperands
(); i != e; ++i) {
/external/llvm/lib/Target/SystemZ/
SystemZElimCompare.cpp
263
FirstOpNum = MI->
getNumExplicitOperands
() - 2;
312
return (Compare->
getNumExplicitOperands
() == 2 &&
SystemZInstrInfo.cpp
608
unsigned NumOps = MI->
getNumExplicitOperands
();
/external/llvm/lib/Target/Mips/
MipsInstrInfo.cpp
72
int NumOp = Inst->
getNumExplicitOperands
();
/external/llvm/include/llvm/CodeGen/
MachineInstr.h
276
///
getNumExplicitOperands
- Returns the number of non-implicit operands.
278
unsigned
getNumExplicitOperands
() const;
[
all
...]
/external/llvm/lib/Target/ARM/
A15SDOptimizer.cpp
306
for (unsigned I = 1; I < MI->
getNumExplicitOperands
(); ++I) {
ARMConstantIslandPass.cpp
[
all
...]
/external/llvm/lib/CodeGen/
MachineInstr.cpp
853
///
getNumExplicitOperands
- Returns the number of non-implicit operands.
855
unsigned MachineInstr::
getNumExplicitOperands
() const {
[
all
...]
MachineVerifier.cpp
771
<< MI->
getNumExplicitOperands
() << " given.\n";
[
all
...]
Completed in 1140 milliseconds