Home
last modified time | relevance | path

Searched defs:Imm (Results 1 - 25 of 173) sorted by relevance

1234567

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/Utils/
H A DRISCVMatInt.h22 int64_t Imm; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.h138 getImm(const SDNode *Node, uint64_t Imm) getImm() argument
[all...]
H A DMipsAnalyzeImmediate.cpp32 void MipsAnalyzeImmediate::GetInstSeqLsADDiu(uint64_t Imm, unsigned RemSize, in GetInstSeqLsADDiu() argument
38 void MipsAnalyzeImmediate::GetInstSeqLsORi(uint64_t Imm, unsigned RemSize, in GetInstSeqLsORi() argument
44 void MipsAnalyzeImmediate::GetInstSeqLsSLL(uint64_t Imm, unsigned RemSize, in GetInstSeqLsSLL() argument
51 void MipsAnalyzeImmediate::GetInstSeqLs(uint64_t Imm, unsigne argument
129 Analyze(uint64_t Imm, unsigned Size, bool LastInstrIsADDiu) Analyze() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.h78 inline SDValue getI32Imm(unsigned Imm, const SDLoc &DL) { in getI32Imm() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp18 int RISCVTTIImpl::getIntImmCost(const APInt &Imm, Type *Ty) { in getIntImmCost() argument
32 int RISCVTTIImpl::getIntImmCostInst(unsigned Opcode, unsigned Idx, const APInt &Imm, in getIntImmCostInst() argument
88 getIntImmCostIntrin(Intrinsic::ID IID, unsigned Idx, const APInt &Imm, Type *Ty) getIntImmCostIntrin() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegNumbering.cpp78 int64_t Imm = MI.getOperand(1).getImm(); in runOnMachineFunction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.h66 int64_t Imm; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFInstPrinter.cpp76 auto Imm = OffsetOp.getImm(); in printMemOperand() local
101 int16_t Imm = Op.getImm(); in printBrTargetOperand() local
H A DBPFMCCodeEmitter.cpp139 uint64_t Imm = MO.isImm() ? MO.getImm() : 0; in encodeInstruction() local
H A DBPFMCTargetDesc.cpp81 int16_t Imm; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430InstPrinter.cpp41 int64_t Imm = Op.getImm() * 2 + 2; in printPCRelImmOperand() local
45 O << Imm; in printPCRelImmOperand() local
H A DMSP430MCCodeEmitter.cpp171 int64_t Imm = MO.getImm(); in getCGImmOpValue() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h47 int64_t Imm; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMIRFormatter.h39 OS << Imm; in printImm() local
44 parseImmMnemonic(const unsigned OpCode, const unsigned OpIdx, StringRef Src, int64_t &Imm, ErrorCallbackType ErrorCallback) const parseImmMnemonic() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
H A DAVRRelaxMemOperations.cpp93 int64_t Imm = MI.getOperand(1).getImm(); in relax() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRInstPrinter.cpp131 int64_t Imm = Op.getImm(); in printPCRelImm() local
139 O << Imm; in printPCRelImm() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
H A DLanaiTargetTransformInfo.h52 int getIntImmCost(const APInt &Imm, Type *Ty) { in getIntImmCost() argument
69 int getIntImmCostInst(unsigned Opc, unsigned Idx, const APInt &Imm, Type *Ty) { in getIntImmCostInst() argument
73 int getIntImmCostIntrin(Intrinsic::ID IID, unsigned Idx, const APInt &Imm, in getIntImmCostIntrin() argument
[all...]
H A DLanaiISelDAGToDAG.cpp85 inline SDValue getI32Imm(unsigned Imm, const SDLoc &DL) { in getI32Imm() argument
108 int32_t Imm = CN->getSExtValue(); in selectAddrSls() local
130 int16_t Imm = CN->getSExtValue(); in selectAddrRiSpls() local
143 int16_t Imm = CN->getSExtValue(); in selectAddrRiSpls() local
317 SDValue Imm = CurDAG->getTargetConstant(0, DL, MVT::i32); in selectFrameIndex() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/Disassembler/
H A DPPCDisassembler.cpp63 static DecodeStatus DecodePCRel24BranchTarget(MCInst &Inst, unsigned Imm, in DecodePCRel24BranchTarget() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCPreEmitPeephole.cpp97 int64_t Imm = BBI->getOperand(1).getImm(); in removeRedundantLIs() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcInstPrinter.cpp206 unsigned Imm = MI->getOperand(opNum).getImm(); in printMembarTag() local
209 O << Imm; in printMembarTag() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
H A DX86InstPrinterCommon.cpp29 int64_t Imm = MI->getOperand(Op).getImm(); in printCondCode() local
53 int64_t Imm = MI->getOperand(Op).getImm(); in printSSEAVXCC() local
95 int64_t Imm = MI->getOperand(MI->getNumOperands() - 1).getImm(); in printVPCOMMnemonic() local
271 int64_t Imm = MI->getOperand(Op).getImm(); in printRoundingControl() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiMCTargetDesc.cpp103 int64_t Imm = Inst.getOperand(0).getImm(); variable
107 int64_t Imm = Inst.getOperand(0).getImm(); variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsInstPrinter.cpp146 uint64_t Imm = MO.getImm(); in printUImm() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXInstPrinter.cpp101 int64_t Imm = MO.getImm(); in printCvtMode() local
151 int64_t Imm = MO.getImm(); in printCmpMode() local
225 int Imm = (int) MO.getImm(); in printLdStCode() local
276 int Imm = (int)MO.getImm(); printMmaCode() local
278 O << Imm; // Just print out PTX version printMmaCode() local
[all...]

Completed in 15 milliseconds

1234567