| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
| D | AArch64MCCodeEmitter.cpp | 212 AArch64MCCodeEmitter::getLdStUImm12OpValue(const MCInst &MI, unsigned OpIdx, in getLdStUImm12OpValue() 233 AArch64MCCodeEmitter::getAdrLabelOpValue(const MCInst &MI, unsigned OpIdx, in getAdrLabelOpValue() 259 AArch64MCCodeEmitter::getAddSubImmOpValue(const MCInst &MI, unsigned OpIdx, in getAddSubImmOpValue() 296 const MCInst &MI, unsigned OpIdx, SmallVectorImpl<MCFixup> &Fixups, in getCondBranchTargetOpValue() 317 AArch64MCCodeEmitter::getLoadLiteralOpValue(const MCInst &MI, unsigned OpIdx, in getLoadLiteralOpValue() 337 AArch64MCCodeEmitter::getMemExtendOpValue(const MCInst &MI, unsigned OpIdx, in getMemExtendOpValue() 346 AArch64MCCodeEmitter::getMoveWideImmOpValue(const MCInst &MI, unsigned OpIdx, in getMoveWideImmOpValue() 366 const MCInst &MI, unsigned OpIdx, SmallVectorImpl<MCFixup> &Fixups, in getTestBranchTargetOpValue() 387 AArch64MCCodeEmitter::getBranchTargetOpValue(const MCInst &MI, unsigned OpIdx, in getBranchTargetOpValue() 415 AArch64MCCodeEmitter::getVecShifterOpValue(const MCInst &MI, unsigned OpIdx, in getVecShifterOpValue() [all …]
|
| /external/llvm/lib/Target/AArch64/MCTargetDesc/ |
| D | AArch64MCCodeEmitter.cpp | 197 AArch64MCCodeEmitter::getLdStUImm12OpValue(const MCInst &MI, unsigned OpIdx, in getLdStUImm12OpValue() 218 AArch64MCCodeEmitter::getAdrLabelOpValue(const MCInst &MI, unsigned OpIdx, in getAdrLabelOpValue() 244 AArch64MCCodeEmitter::getAddSubImmOpValue(const MCInst &MI, unsigned OpIdx, in getAddSubImmOpValue() 272 const MCInst &MI, unsigned OpIdx, SmallVectorImpl<MCFixup> &Fixups, in getCondBranchTargetOpValue() 293 AArch64MCCodeEmitter::getLoadLiteralOpValue(const MCInst &MI, unsigned OpIdx, in getLoadLiteralOpValue() 313 AArch64MCCodeEmitter::getMemExtendOpValue(const MCInst &MI, unsigned OpIdx, in getMemExtendOpValue() 322 AArch64MCCodeEmitter::getMoveWideImmOpValue(const MCInst &MI, unsigned OpIdx, in getMoveWideImmOpValue() 342 const MCInst &MI, unsigned OpIdx, SmallVectorImpl<MCFixup> &Fixups, in getTestBranchTargetOpValue() 363 AArch64MCCodeEmitter::getBranchTargetOpValue(const MCInst &MI, unsigned OpIdx, in getBranchTargetOpValue() 391 AArch64MCCodeEmitter::getVecShifterOpValue(const MCInst &MI, unsigned OpIdx, in getVecShifterOpValue() [all …]
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
| D | InstructionSelectorImpl.h | 88 int64_t OpIdx = MatchTable[CurrentIdx++]; in executeMatchTable() local 186 int64_t OpIdx = MatchTable[CurrentIdx++]; in executeMatchTable() local 471 int64_t OpIdx = MatchTable[CurrentIdx++]; in executeMatchTable() local 520 int64_t OpIdx = MatchTable[CurrentIdx++]; in executeMatchTable() local 537 int64_t OpIdx = MatchTable[CurrentIdx++]; in executeMatchTable() local 568 int64_t OpIdx = MatchTable[CurrentIdx++]; in executeMatchTable() local 588 int64_t OpIdx = MatchTable[CurrentIdx++]; in executeMatchTable() local 612 int64_t OpIdx = MatchTable[CurrentIdx++]; in executeMatchTable() local 637 int64_t OpIdx = MatchTable[CurrentIdx++]; in executeMatchTable() local 659 int64_t OpIdx = MatchTable[CurrentIdx++]; in executeMatchTable() local [all …]
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
| D | ARMMCCodeEmitter.cpp | 231 uint32_t getLdStmModeOpValue(const MCInst &MI, unsigned OpIdx, in getLdStmModeOpValue() 597 EncodeAddrModeOpValues(const MCInst &MI, unsigned OpIdx, unsigned &Reg, in EncodeAddrModeOpValues() 626 static uint32_t getBranchTargetOpValue(const MCInst &MI, unsigned OpIdx, in getBranchTargetOpValue() 664 getThumbBLTargetOpValue(const MCInst &MI, unsigned OpIdx, in getThumbBLTargetOpValue() 677 getThumbBLXTargetOpValue(const MCInst &MI, unsigned OpIdx, in getThumbBLXTargetOpValue() 689 getThumbBRTargetOpValue(const MCInst &MI, unsigned OpIdx, in getThumbBRTargetOpValue() 701 getThumbBCCTargetOpValue(const MCInst &MI, unsigned OpIdx, in getThumbBCCTargetOpValue() 713 getThumbCBTargetOpValue(const MCInst &MI, unsigned OpIdx, in getThumbCBTargetOpValue() 742 getBranchTargetOpValue(const MCInst &MI, unsigned OpIdx, in getBranchTargetOpValue() 756 getARMBranchTargetOpValue(const MCInst &MI, unsigned OpIdx, in getARMBranchTargetOpValue() [all …]
|
| /external/llvm/lib/Target/ARM/MCTargetDesc/ |
| D | ARMMCCodeEmitter.cpp | 191 uint32_t getLdStmModeOpValue(const MCInst &MI, unsigned OpIdx, in getLdStmModeOpValue() 551 EncodeAddrModeOpValues(const MCInst &MI, unsigned OpIdx, unsigned &Reg, in EncodeAddrModeOpValues() 580 static uint32_t getBranchTargetOpValue(const MCInst &MI, unsigned OpIdx, in getBranchTargetOpValue() 618 getThumbBLTargetOpValue(const MCInst &MI, unsigned OpIdx, in getThumbBLTargetOpValue() 631 getThumbBLXTargetOpValue(const MCInst &MI, unsigned OpIdx, in getThumbBLXTargetOpValue() 643 getThumbBRTargetOpValue(const MCInst &MI, unsigned OpIdx, in getThumbBRTargetOpValue() 655 getThumbBCCTargetOpValue(const MCInst &MI, unsigned OpIdx, in getThumbBCCTargetOpValue() 667 getThumbCBTargetOpValue(const MCInst &MI, unsigned OpIdx, in getThumbCBTargetOpValue() 696 getBranchTargetOpValue(const MCInst &MI, unsigned OpIdx, in getBranchTargetOpValue() 710 getARMBranchTargetOpValue(const MCInst &MI, unsigned OpIdx, in getARMBranchTargetOpValue() [all …]
|
| /external/llvm/lib/CodeGen/GlobalISel/ |
| D | RegisterBankInfo.cpp | 186 const MachineInstr &MI, unsigned OpIdx, const TargetInstrInfo &TII, in getRegBankFromConstraints() 223 for (unsigned OpIdx = 0, End = MI.getNumOperands(); OpIdx != End; ++OpIdx) { in getInstrMappingImpl() local 288 for (unsigned OpIdx = 0, End = MI.getNumOperands(); OpIdx != End; ++OpIdx) { in getInstrMappingImpl() local 338 for (unsigned OpIdx = 0, EndIdx = MI.getNumOperands(); OpIdx != EndIdx; in applyDefaultMapping() local 454 unsigned OpIdx, unsigned MaskSize, const RegisterBank &RegBank) { in setOperandMapping() 503 for (unsigned OpIdx = 0; OpIdx != NumOperands; ++OpIdx) { in print() local 525 RegisterBankInfo::OperandsMapper::getVRegsMem(unsigned OpIdx) { in getVRegsMem() 561 void RegisterBankInfo::OperandsMapper::createVRegs(unsigned OpIdx) { in createVRegs() 577 void RegisterBankInfo::OperandsMapper::setVRegs(unsigned OpIdx, in setVRegs() 592 RegisterBankInfo::OperandsMapper::getVRegs(unsigned OpIdx, in getVRegs()
|
| D | RegBankSelect.cpp | 365 for (unsigned OpIdx = 0, EndOpIdx = MI.getNumOperands(); OpIdx != EndOpIdx; in computeMapping() local 482 unsigned OpIdx = RepairPt.getOpIdx(); in applyMapping() local 568 MachineInstr &MI, unsigned OpIdx, const TargetRegisterInfo &TRI, Pass &P, in RepairingPlacement()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| D | MIRFormatter.h | 38 Optional<unsigned> OpIdx, int64_t Imm) const { in printImm() 44 virtual bool parseImmMnemonic(const unsigned OpCode, const unsigned OpIdx, in parseImmMnemonic()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | BreakFalseDeps.cpp | 107 bool BreakFalseDeps::pickBestRegisterForUndef(MachineInstr *MI, unsigned OpIdx, in pickBestRegisterForUndef() 163 bool BreakFalseDeps::shouldBreakDependence(MachineInstr *MI, unsigned OpIdx, in shouldBreakDependence() 230 unsigned OpIdx = UndefReads.back().second; in processUndefReads() local
|
| D | MachineInstr.cpp | 783 int MachineInstr::findInlineAsmFlagIdx(unsigned OpIdx, in findInlineAsmFlagIdx() 831 MachineInstr::getRegClassConstraint(unsigned OpIdx, in getRegClassConstraint() 888 unsigned OpIdx, Register Reg, const TargetRegisterClass *CurRC, in getRegClassConstraintEffectForVRegImpl() 900 unsigned OpIdx, const TargetRegisterClass *CurRC, in getRegClassConstraintEffect() 1423 LLT MachineInstr::getTypeToPrint(unsigned OpIdx, SmallBitVector &PrintedTypes, in getTypeToPrint() 1487 auto getTiedOperandIdx = [&](unsigned OpIdx) { in print() 1561 const unsigned OpIdx = InlineAsm::MIOp_AsmString; in print() local 1830 unsigned OpIdx = DeadOps.back(); in addRegisterKilled() local 1895 unsigned OpIdx = DeadOps.back(); in addRegisterDead() local
|
| D | TargetInstrInfo.cpp | 537 for (unsigned OpIdx : Ops) in foldMemoryOperand() local 555 for (unsigned OpIdx : Ops) { in foldMemoryOperand() local 626 for (unsigned OpIdx : Ops) in foldMemoryOperand() local 787 unsigned OpIdx[4][4] = { in reassociateOps() local 1225 for (unsigned OpIdx = 1, EndOpIdx = MI.getNumOperands(); OpIdx != EndOpIdx; in getRegSequenceInputs() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
| D | RegisterBankInfo.cpp | 113 const MachineInstr &MI, unsigned OpIdx, const TargetInstrInfo &TII, in getRegBankFromConstraints() 183 for (unsigned OpIdx = 0, EndIdx = MI.getNumOperands(); OpIdx != EndIdx; in getInstrMappingImpl() local 443 for (unsigned OpIdx = 0, in applyDefaultMapping() local 642 for (unsigned OpIdx = 0; OpIdx != NumOperands; ++OpIdx) { in print() local 662 RegisterBankInfo::OperandsMapper::getVRegsMem(unsigned OpIdx) { in getVRegsMem() 698 void RegisterBankInfo::OperandsMapper::createVRegs(unsigned OpIdx) { in createVRegs() 718 void RegisterBankInfo::OperandsMapper::setVRegs(unsigned OpIdx, in setVRegs() 733 RegisterBankInfo::OperandsMapper::getVRegs(unsigned OpIdx, in getVRegs()
|
| D | InstructionSelector.cpp | 37 MachineInstr &I, unsigned OpIdx, const TargetRegisterClass &RC, in constrainOperandRegToRegClass()
|
| D | RegBankSelect.cpp | 467 for (unsigned OpIdx = 0, EndOpIdx = InstrMapping.getNumOperands(); in computeMapping() local 594 unsigned OpIdx = RepairPt.getOpIdx(); in applyMapping() local 724 MachineInstr &MI, unsigned OpIdx, const TargetRegisterInfo &TRI, Pass &P, in RepairingPlacement()
|
| D | Utils.cpp | 45 unsigned OpIdx) { in constrainOperandRegClass() 74 const MachineOperand &RegMO, unsigned OpIdx) { in constrainOperandRegClass()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
| D | MCInstPrinter.cpp | 63 const MCRegisterInfo &MRI, unsigned &OpIdx, in matchAliasCondition() 127 unsigned OpIdx = 0; in matchAliasPatterns() local
|
| /external/llvm/lib/Target/AArch64/ |
| D | AArch64AddressTypePromotion.cpp | 208 static bool shouldSExtOperand(const Instruction *Inst, int OpIdx) { in shouldSExtOperand() 311 for (int OpIdx = 0, EndOpIdx = Inst->getNumOperands(); OpIdx != EndOpIdx; in propagateSignExtension() local
|
| /external/llvm/utils/TableGen/ |
| D | CodeEmitterGen.cpp | 86 unsigned OpIdx; in AddCodeToMergeInOperand() local 192 unsigned OpIdx; in getInstructionCase() local
|
| D | CodeGenInstruction.cpp | 140 unsigned OpIdx; in getOperandNamed() local 176 unsigned OpIdx = getOperandNamed(OpName); in ParseOperandName() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
| D | ARMExpandPseudoInsts.cpp | 481 unsigned OpIdx = 0; in ExpandVLD() local 592 unsigned OpIdx = 0; in ExpandVST() local 669 unsigned OpIdx = 0; in ExpandLaneOp() local 753 unsigned OpIdx = 0; in ExpandVTBL() local 1591 unsigned OpIdx = 0; in ExpandMI() local 1622 unsigned OpIdx = 0; in ExpandMI() local
|
| /external/llvm/lib/Target/ARM/ |
| D | ARMExpandPseudoInsts.cpp | 403 unsigned OpIdx = 0; in ExpandVLD() local 468 unsigned OpIdx = 0; in ExpandVST() local 522 unsigned OpIdx = 0; in ExpandLaneOp() local 605 unsigned OpIdx = 0; in ExpandVTBL() local 1383 unsigned OpIdx = 0; in ExpandMI() local 1414 unsigned OpIdx = 0; in ExpandMI() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
| D | AArch64StackTaggingPreRA.cpp | 179 unsigned OpIdx = TII->getLoadStoreImmIdx(UseI->getOpcode()) - 1; in uncheckUsesOf() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| D | SIInstrInfo.h | 714 int OpIdx = MI.getOperandNo(&UseMO); in isInlineConstant() local 724 bool isInlineConstant(const MachineInstr &MI, unsigned OpIdx) const { in isInlineConstant() 729 bool isInlineConstant(const MachineInstr &MI, unsigned OpIdx, in isInlineConstant() 756 bool isLiteralConstant(const MachineInstr &MI, int OpIdx) const { in isLiteralConstant()
|
| D | R600ExpandSpecialInstrs.cpp | 75 int OpIdx = TII->getOperandIdx(*OldMI, Op); in SetFlagInNewMI() local
|
| /external/llvm/lib/CodeGen/ |
| D | MachineInstr.cpp | 1139 int MachineInstr::findInlineAsmFlagIdx(unsigned OpIdx, in findInlineAsmFlagIdx() 1178 MachineInstr::getRegClassConstraint(unsigned OpIdx, in getRegClassConstraint() 1232 unsigned OpIdx, unsigned Reg, const TargetRegisterClass *CurRC, in getRegClassConstraintEffectForVRegImpl() 1244 unsigned OpIdx, const TargetRegisterClass *CurRC, in getRegClassConstraintEffect() 1986 unsigned OpIdx = DeadOps.back(); in addRegisterKilled() local 2050 unsigned OpIdx = DeadOps.back(); in addRegisterDead() local
|