Home
last modified time | relevance | path

Searched refs:Opers (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp387 PatchPointOpers Opers(&MI); in LowerPATCHPOINT() local
389 int64_t CallTarget = Opers.getMetaOper(PatchPointOpers::TargetPos).getImm(); in LowerPATCHPOINT()
394 unsigned ScratchReg = MI.getOperand(Opers.getNextScratchIdx()).getReg(); in LowerPATCHPOINT()
414 unsigned NumBytes = Opers.getMetaOper(PatchPointOpers::NBytesPos).getImm(); in LowerPATCHPOINT()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp468 PatchPointOpers Opers(&MI); in LowerPATCHPOINT() local
470 int64_t CallTarget = Opers.getCallTarget().getImm(); in LowerPATCHPOINT()
475 unsigned ScratchReg = MI.getOperand(Opers.getNextScratchIdx()).getReg(); in LowerPATCHPOINT()
495 unsigned NumBytes = Opers.getNumPatchBytes(); in LowerPATCHPOINT()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZAsmPrinter.cpp544 PatchPointOpers Opers(&MI); in LowerPATCHPOINT() local
547 const MachineOperand &CalleeMO = Opers.getCallTarget(); in LowerPATCHPOINT()
555 ScratchIdx = Opers.getNextScratchIdx(ScratchIdx + 1); in LowerPATCHPOINT()
585 unsigned NumBytes = Opers.getNumPatchBytes(); in LowerPATCHPOINT()
/external/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp347 PatchPointOpers Opers(&MI); in LowerPATCHPOINT() local
351 Opers.getMetaOper(PatchPointOpers::TargetPos); in LowerPATCHPOINT()
354 int64_t CallTarget = Opers.getMetaOper(PatchPointOpers::TargetPos).getImm(); in LowerPATCHPOINT()
358 unsigned ScratchReg = MI.getOperand(Opers.getNextScratchIdx()).getReg(); in LowerPATCHPOINT()
433 unsigned NumBytes = Opers.getMetaOper(PatchPointOpers::NBytesPos).getImm(); in LowerPATCHPOINT()
DPPCInstrInfo.cpp1822 PatchPointOpers Opers(&MI); in GetInstSizeInBytes() local
1823 return Opers.getMetaOper(PatchPointOpers::NBytesPos).getImm(); in GetInstSizeInBytes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp376 PatchPointOpers Opers(&MI); in LowerPATCHPOINT() local
379 const MachineOperand &CalleeMO = Opers.getCallTarget(); in LowerPATCHPOINT()
386 unsigned ScratchReg = MI.getOperand(Opers.getNextScratchIdx()).getReg(); in LowerPATCHPOINT()
461 unsigned NumBytes = Opers.getNumPatchBytes(); in LowerPATCHPOINT()
DPPCInstrInfo.cpp1981 StackMapOpers Opers(&MI); in getInstSizeInBytes() local
1982 return Opers.getNumPatchBytes(); in getInstSizeInBytes()
1984 PatchPointOpers Opers(&MI); in getInstSizeInBytes() local
1985 return Opers.getNumPatchBytes(); in getInstSizeInBytes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp1155 SmallVector<SDValue, 4> Opers; in ExpandStrictFPOp() local
1160 Opers.push_back(Chain); in ExpandStrictFPOp()
1171 Opers.push_back(Oper); in ExpandStrictFPOp()
1174 SDValue ScalarOp = DAG.getNode(Op->getOpcode(), dl, ValueVTs, Opers); in ExpandStrictFPOp()