Home
last modified time | relevance | path

Searched refs:getCImm (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineOperand.h365 const ConstantInt *getCImm() const { in getCImm() function
/external/llvm/lib/CodeGen/
DMachineInstr.cpp230 return getCImm() == Other.getCImm(); in isIdenticalTo()
272 return hash_combine(MO.getType(), MO.getTargetFlags(), MO.getCImm()); in hash_value()
373 getCImm()->getValue().print(OS, false); in print()
DMIRPrinter.cpp787 Op.getCImm()->printAsOperand(OS, /*PrintType=*/true, MST); in print()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineInstr.cpp201 return getCImm() == Other.getCImm(); in isIdenticalTo()
276 getCImm()->getValue().print(OS, false); in print()
/external/llvm/include/llvm/CodeGen/
DMachineOperand.h415 const ConstantInt *getCImm() const { in getCImm() function
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp535 addConstantValue(*VariableDie, DVInsn->getOperand(0).getCImm(), in constructVariableDIEImpl()
DDwarfDebug.cpp763 return DebugLocEntry::Value(Expr, MI->getOperand(0).getCImm()); in getDebugLocValue()
DAsmPrinter.cpp766 MI->getOperand(0).getCImm()->getValue().print(OS, false /*isSigned*/); in emitDebugValueComment()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp1274 DVInsn->getOperand(0).getCImm(), in constructVariableDIE()
DAsmPrinter.cpp581 MI->getOperand(0).getCImm()->getValue().print(OS, false /*isSigned*/); in EmitDebugValueComment()
DDwarfDebug.cpp868 return DotDebugLocEntry(FLabel, SLabel, MI->getOperand(0).getCImm()); in getDebugLocEntry()