HomeSort by relevance Sort by last modified time
    Searched defs:getImm (Results 1 - 25 of 40) sorted by null

1 2

  /external/llvm/lib/Target/Mips/
MipsISelDAGToDAG.h 122 // getImm - Return a target constant with the specified value.
123 inline SDValue getImm(const SDNode *Node, uint64_t Imm) {
  /external/llvm/include/llvm/MC/
MCInst.h 74 int64_t getImm() const {
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCInst.h 69 int64_t getImm() const {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCInst.h 76 int64_t getImm() const {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCInst.h 76 int64_t getImm() const {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCInst.h 76 int64_t getImm() const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInst.h 76 int64_t getImm() const {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCInst.h 76 int64_t getImm() const {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCInst.h 76 int64_t getImm() const {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCInst.h 76 int64_t getImm() const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInst.h 76 int64_t getImm() const {
  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 410 int64_t getImm() const {
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 330 int64_t getImm() const { assert(isImm()); return Imm; }
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/AsmParser/
MBlazeAsmParser.cpp 146 const MCExpr *getImm() const {
194 addExpr(Inst, getImm());
282 getImm()->print(OS);
379 Op = MBlazeOperand::CreateMem(Base.getReg(), Offset.getImm(), S, E);
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineOperand.h 360 int64_t getImm() const {
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenInstruction.h 304 int64_t getImm() const { assert(isImm()); return Imm; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 421 int64_t getImm() const {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 421 int64_t getImm() const {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 421 int64_t getImm() const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 421 int64_t getImm() const {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 421 int64_t getImm() const {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 421 int64_t getImm() const {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 421 int64_t getImm() const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 421 int64_t getImm() const {
  /external/llvm/lib/Target/Lanai/AsmParser/
LanaiAsmParser.cpp 144 const MCExpr *getImm() const {
392 addExpr(Inst, getImm());
397 addExpr(Inst, getImm());
402 addExpr(Inst, getImm());
407 addExpr(Inst, getImm());
441 addExpr(Inst, getImm());
446 addExpr(Inst, getImm());
451 if (const MCConstantExpr *ConstExpr = dyn_cast<MCConstantExpr>(getImm()))
454 else if (isa<LanaiMCExpr>(getImm())) {
456 const LanaiMCExpr *SymbolRefExpr = dyn_cast<LanaiMCExpr>(getImm());
    [all...]

Completed in 772 milliseconds

1 2