OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getImm
(Results
1 - 16
of
16
) sorted by null
/external/llvm/lib/Target/Mips/
MipsISelDAGToDAG.h
121
//
getImm
- Return a target constant with the specified value.
122
inline SDValue
getImm
(const SDNode *Node, uint64_t Imm) {
/external/llvm/include/llvm/MC/
MCInst.h
74
int64_t
getImm
() const {
/external/llvm/include/llvm/CodeGen/
MachineOperand.h
410
int64_t
getImm
() const {
/external/llvm/utils/TableGen/
CodeGenInstruction.h
329
int64_t
getImm
() const { assert(isImm()); return Imm; }
/external/llvm/lib/Target/X86/AsmParser/
X86Operand.h
102
const MCExpr *
getImm
() const {
142
const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(
getImm
());
156
const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(
getImm
());
170
const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(
getImm
());
184
const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(
getImm
());
195
const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(
getImm
());
421
addExpr(Inst,
getImm
());
425
addExpr(Inst,
getImm
());
X86AsmParser.cpp
285
int64_t
getImm
() { return Imm + IC.execute(); }
[
all
...]
/external/llvm/lib/Target/Sparc/AsmParser/
SparcAsmParser.cpp
238
const MCExpr *
getImm
() const {
271
case k_Immediate: OS << "Imm: " <<
getImm
() << "\n"; break;
288
const MCExpr *Expr =
getImm
();
424
const MCExpr *Imm = Op->
getImm
();
444
int64_t RawImmValue = IsImm ? MCValOp.
getImm
() : 0;
[
all
...]
/external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp
136
inline SDValue
getImm
(const SDNode *Node, uint64_t Imm) const {
[
all
...]
/external/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp
100
Inst.addOperand(MCOperand::createImm(
getImm
()));
165
int64_t
getImm
() const {
267
OS <<
getImm
();
[
all
...]
/external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp
323
unsigned
getImm
() const {
739
int64_t StartV = Start->
getImm
();
740
int64_t EndV = End->
getImm
();
814
StartV = Start->
getImm
();
816
EndV = End->
getImm
();
890
EndValInstr->getOperand(2).
getImm
() == StartV) {
[
all
...]
/external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp
390
int64_t
getImm
() const {
447
bool isU1Imm() const { return Kind == Immediate && isUInt<1>(
getImm
()); }
448
bool isU2Imm() const { return Kind == Immediate && isUInt<2>(
getImm
()); }
449
bool isU3Imm() const { return Kind == Immediate && isUInt<3>(
getImm
()); }
450
bool isU4Imm() const { return Kind == Immediate && isUInt<4>(
getImm
()); }
451
bool isU5Imm() const { return Kind == Immediate && isUInt<5>(
getImm
()); }
452
bool isS5Imm() const { return Kind == Immediate && isInt<5>(
getImm
()); }
453
bool isU6Imm() const { return Kind == Immediate && isUInt<6>(
getImm
()); }
455
isUInt<6>(
getImm
()) &&
456
(
getImm
() & 1) == 0;
[
all
...]
/external/llvm/lib/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp
220
const MCExpr *
getImm
() const {
279
addExpr(Inst,
getImm
());
[
all
...]
/external/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp
233
const MCExpr *
getImm
() const {
246
const MCExpr *myMCExpr =
getImm
();
359
Inst.addOperand(MCOperand::createExpr(
getImm
()));
364
MCExpr const *Expr =
getImm
();
556
const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(
getImm
());
562
const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(
getImm
());
607
getImm
()->print(OS, nullptr);
761
int64_t Value (I.
getImm
());
[
all
...]
/external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp
337
const MCExpr *
getImm
() const {
442
const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(
getImm
());
451
const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(
getImm
());
460
const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(
getImm
());
469
const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(
getImm
());
513
const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(
getImm
());
515
return isSymbolicUImm12Offset(
getImm
(), Scale);
524
const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(
getImm
());
533
const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(
getImm
());
542
const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(
getImm
());
[
all
...]
/external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp
[
all
...]
/external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp
609
const MCExpr *
getImm
() const {
704
const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(
getImm
());
711
const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(
getImm
());
718
const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(
getImm
());
725
const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(
getImm
());
732
const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(
getImm
());
739
const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(
getImm
());
746
const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(
getImm
());
754
const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(
getImm
());
761
const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(
getImm
());
[
all
...]
Completed in 285 milliseconds