Home
last modified time | relevance | path

Searched defs:Instr (Results 1 – 25 of 91) sorted by relevance

1234

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.h78 struct Instr { struct
80 MCInst Instruction; // Instruction. argument
81 uint64_t InstructionSize; // Size of this instruction. argument
82 bool Valid; // Is this a valid instruction? If false, Instr::Instruction is argument
H A DGraphBuilder.h44 using Instr = llvm::cfi_verify::FileAnalysis::Instr; variable
H A DGraphBuilder.cpp36 using Instr = llvm::cfi_verify::FileAnalysis::Instr; typedef
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp742 struct Instr { in select() struct
743 unsigned Opcode; in select()
744 Register Def, LHS, RHS; in select()
745 Instr(unsigned Opcode, Register Def, Register LHS, Register RHS) in select() function
748 bool hasImm() const { in select()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DSerialSnippetGenerator.cpp38 computeAliasingInstructions(const LLVMState &State, const Instruction *Instr, in computeAliasingInstructions()
71 static ExecutionMode getExecutionModes(const Instruction &Instr, in getExecutionModes()
133 const Instruction &Instr = Variant.getInstr(); in appendCodeTemplates() local
H A DTarget.h120 virtual Error randomizeTargetMCOperand(const Instruction &Instr, in randomizeTargetMCOperand()
131 virtual bool allowAsBackToBack(const Instruction &Instr) const { in allowAsBackToBack()
139 generateInstructionVariants(const Instruction &Instr, in generateInstructionVariants()
H A DParallelSnippetGenerator.cpp83 getVariablesWithTiedOperands(const Instruction &Instr) { in getVariablesWithTiedOperands()
160 const Instruction &Instr = Variant.getInstr(); in generateCodeTemplates() local
H A DCodeTemplate.cpp18 InstructionTemplate::InstructionTemplate(const Instruction *Instr) in InstructionTemplate()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/X86/
H A DTarget.cpp58 static const char *isInvalidMemoryInstr(const Instruction &Instr) { in isInvalidMemoryInstr()
193 static const char *isInvalidOpcode(const Instruction &Instr) { in isInvalidOpcode()
232 static unsigned getX86FPFlags(const Instruction &Instr) { in getX86FPFlags()
247 const Instruction &Instr, const BitVector &ForbiddenRegisters, in generateLEATemplatesCommon()
324 const Instruction &Instr = Variant.getInstr(); in generateCodeTemplates() local
384 const Instruction &Instr = Variant.getInstr(); in generateCodeTemplates() local
809 const Instruction &Instr, const Variable &Var, MCOperand &AssignedValue, in randomizeTargetMCOperand()
906 const Instruction &Instr, unsigned MaxConfigsPerOpcode) const { in generateInstructionVariants() argument
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDagPredicate.cpp27 GIMatchDagContext &Ctx, StringRef Name, const CodeGenInstruction &Instr) in GIMatchDagOpcodePredicate()
44 for (const CodeGenInstruction *Instr : Instrs) { in printDescription() local
H A DGIMatchDagPredicate.h80 const CodeGenInstruction &Instr; variable
105 void addOpcode(const CodeGenInstruction *Instr) { Instrs.push_back(Instr); } in addOpcode()
H A DGIMatchTree.cpp109 void GIMatchTreeBuilderLeafInfo::declareInstr(const GIMatchDagInstr *Instr, unsigned ID) { in declareInstr()
151 const GIMatchDagInstr *Instr = InstrIDToInfo.lookup(InstrID)->getInstrNode(); in declareOperand() local
573 const GIMatchDagInstr *Instr = InstrInfo->getInstrNode(); in applyForPartition() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMFeatures.h24 inline bool isV8EligibleForIT(const InstrType *Instr) { in isV8EligibleForIT()
H A DMVETPAndVPTOptimisationsPass.cpp536 static ARMCC::CondCodes GetCondCode(MachineInstr &Instr) { in GetCondCode()
569 static bool IsWritingToVCCR(MachineInstr &Instr) { in IsWritingToVCCR()
592 MachineBasicBlock &MBB, MachineInstr &Instr, MachineOperand &User, in ReplaceRegisterUseWithVPNOT()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_arm64.cpp297 uint32_t Instr = *(const ulittle32_t *)FixupContent; in addRelocations() local
332 uint32_t Instr = *(const ulittle32_t *)FixupContent; in addRelocations() local
344 uint32_t Instr = *(const ulittle32_t *)FixupContent; in addRelocations() local
356 uint32_t Instr = *(const ulittle32_t *)FixupContent; in addRelocations() local
513 static unsigned getPageOffset12Shift(uint32_t Instr) { in getPageOffset12Shift()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DVectorUtils.h588 InterleaveGroup(InstTy *Instr, int32_t Stride, Align Alignment) in InterleaveGroup()
607 bool insertMember(InstTy *Instr, int32_t Index, Align NewAlign) { in insertMember()
659 uint32_t getIndex(const InstTy *Instr) const { in getIndex()
763 bool isInterleaved(Instruction *Instr) const { in isInterleaved()
771 getInterleaveGroup(const Instruction *Instr) const { in getInterleaveGroup()
843 createInterleaveGroup(Instruction *Instr, int Stride, Align Alignment) { in createInterleaveGroup()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DReplaceConstant.cpp22 Instruction *createReplacementInstr(ConstantExpr *CE, Instruction *Instr) { in createReplacementInstr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/Disassembler/
H A DM68kDisassembler.cpp371 unsigned M68kDisassembler::getRegOperandIndex(MCInst &Instr, in getRegOperandIndex()
391 unsigned M68kDisassembler::getImmOperandIndex(MCInst &Instr, in getImmOperandIndex()
411 void M68kDisassembler::decodeReg(MCInst &Instr, unsigned Bead, in decodeReg()
429 void M68kDisassembler::decodeImm(MCInst &Instr, unsigned Bead, in decodeImm()
457 DecodeStatus M68kDisassembler::getInstruction(MCInst &Instr, uint64_t &Size, in getInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/Disassembler/
H A DLanaiDisassembler.cpp90 static void PostOperandDecodeAdjust(MCInst &Instr, uint32_t Insn) { in PostOperandDecodeAdjust()
132 LanaiDisassembler::getInstruction(MCInst &Instr, uint64_t &Size, in getInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyDebugValueManager.cpp22 MachineInstr *Instr) { in WebAssemblyDebugValueManager()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXProxyRegErasure.cpp109 void NVPTXProxyRegErasure::replaceRegisterUsage(MachineInstr &Instr, in replaceRegisterUsage()
H A DNVPTXImageOptimizer.cpp64 Instruction &Instr = *I; in runOnFunction() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h221 bool isNotInMIMap(const MachineInstr &Instr) const { in isNotInMIMap()
226 SlotIndex getInstructionIndex(const MachineInstr &Instr) const { in getInstructionIndex()
H A DDbgEntityHistoryCalculator.h79 Entry(const MachineInstr *Instr, EntryKind Kind) in Entry()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/Mips/
H A DTarget.cpp20 static Error isInvalidMemoryInstr(const Instruction &Instr) { in isInvalidMemoryInstr()

1234