OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getImm
(Results
151 - 175
of
181
) sorted by null
1
2
3
4
5
6
7
8
/external/llvm/lib/Target/Mips/Disassembler/
MipsDisassembler.cpp
550
int Pos = Inst.getOperand(2).
getImm
();
/external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp
435
uint64_t Offset = StackSize + MBBI->getOperand(AddrOpNo + 1).
getImm
();
SystemZISelDAGToDAG.cpp
131
inline SDValue
getImm
(const SDNode *Node, uint64_t Imm) {
[
all
...]
/external/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp
[
all
...]
LiveDebugVariables.cpp
459
unsigned Offset = IsIndirect ? MI->getOperand(1).
getImm
() : 0;
[
all
...]
InlineSpiller.cpp
[
all
...]
BranchFolding.cpp
262
case MachineOperand::MO_Immediate: OperandHash = Op.
getImm
(); break;
[
all
...]
RegisterCoalescer.cpp
227
MI->getOperand(3).
getImm
());
[
all
...]
/external/llvm/lib/Target/ARM/
ARMFrameLowering.cpp
[
all
...]
ARMISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp
337
MCOp = MCOperand::CreateImm(MO.
getImm
());
626
int Imm = (int) MO.
getImm
();
[
all
...]
/external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp
351
AtomicOrdering Ord = static_cast<AtomicOrdering>(MI->getOperand(3).
getImm
());
436
AtomicOrdering Ord = static_cast<AtomicOrdering>(MI->getOperand(3).
getImm
());
520
AtomicOrdering Ord = static_cast<AtomicOrdering>(MI->getOperand(4).
getImm
());
628
unsigned CondCode = MI->getOperand(3).
getImm
();
[
all
...]
/external/llvm/lib/Target/Mips/
MipsSEFrameLowering.cpp
486
int64_t Amount = I->getOperand(0).
getImm
();
/external/llvm/lib/Target/X86/
X86RegisterInfo.cpp
497
int Imm = (int)(MI.getOperand(FIOperandNum + 3).
getImm
());
X86FloatingPoint.cpp
[
all
...]
/external/llvm/utils/TableGen/
AsmWriterEmitter.cpp
876
Cond = Op + ".
getImm
() == "
877
+ llvm::utostr(CGA->ResultOperands[i].
getImm
());
[
all
...]
AsmMatcherEmitter.cpp
[
all
...]
/external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp
576
int64_t Offset = Deref ? MI->getOperand(1).
getImm
() : 0;
594
OS << MI->getOperand(0).
getImm
();
[
all
...]
DwarfDebug.cpp
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp
153
O << MO.
getImm
();
[
all
...]
/external/llvm/lib/Target/R600/
SIISelLowering.cpp
[
all
...]
AMDILCFGStructurizer.cpp
440
switch (static_cast<MachineInstr *>(I)->getOperand(2).
getImm
()) {
[
all
...]
/external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp
426
unsigned Offset = IsIndirect ? MI->getOperand(1).
getImm
() : 0;
[
all
...]
/external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp
[
all
...]
Completed in 439 milliseconds
1
2
3
4
5
6
7
8