/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cfi-verify/lib/ |
H A D | FileAnalysis.h | 78 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 D | GraphBuilder.h | 44 using Instr = llvm::cfi_verify::FileAnalysis::Instr; variable
|
H A D | GraphBuilder.cpp | 36 using Instr = llvm::cfi_verify::FileAnalysis::Instr; typedef
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsInstructionSelector.cpp | 742 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 D | SerialSnippetGenerator.cpp | 38 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 D | Target.h | 120 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 D | ParallelSnippetGenerator.cpp | 83 getVariablesWithTiedOperands(const Instruction &Instr) { in getVariablesWithTiedOperands() 160 const Instruction &Instr = Variant.getInstr(); in generateCodeTemplates() local
|
H A D | CodeTemplate.cpp | 18 InstructionTemplate::InstructionTemplate(const Instruction *Instr) in InstructionTemplate()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/X86/ |
H A D | Target.cpp | 58 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 D | GIMatchDagPredicate.cpp | 27 GIMatchDagContext &Ctx, StringRef Name, const CodeGenInstruction &Instr) in GIMatchDagOpcodePredicate() 44 for (const CodeGenInstruction *Instr : Instrs) { in printDescription() local
|
H A D | GIMatchDagPredicate.h | 80 const CodeGenInstruction &Instr; variable 105 void addOpcode(const CodeGenInstruction *Instr) { Instrs.push_back(Instr); } in addOpcode()
|
H A D | GIMatchTree.cpp | 109 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 D | ARMFeatures.h | 24 inline bool isV8EligibleForIT(const InstrType *Instr) { in isV8EligibleForIT()
|
H A D | MVETPAndVPTOptimisationsPass.cpp | 536 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 D | MachO_arm64.cpp | 297 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 D | VectorUtils.h | 588 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 D | ReplaceConstant.cpp | 22 Instruction *createReplacementInstr(ConstantExpr *CE, Instruction *Instr) { in createReplacementInstr()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/Disassembler/ |
H A D | M68kDisassembler.cpp | 371 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 D | LanaiDisassembler.cpp | 90 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 D | WebAssemblyDebugValueManager.cpp | 22 MachineInstr *Instr) { in WebAssemblyDebugValueManager()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
H A D | NVPTXProxyRegErasure.cpp | 109 void NVPTXProxyRegErasure::replaceRegisterUsage(MachineInstr &Instr, in replaceRegisterUsage()
|
H A D | NVPTXImageOptimizer.cpp | 64 Instruction &Instr = *I; in runOnFunction() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | LiveIntervals.h | 221 bool isNotInMIMap(const MachineInstr &Instr) const { in isNotInMIMap() 226 SlotIndex getInstructionIndex(const MachineInstr &Instr) const { in getInstructionIndex()
|
H A D | DbgEntityHistoryCalculator.h | 79 Entry(const MachineInstr *Instr, EntryKind Kind) in Entry()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/Mips/ |
H A D | Target.cpp | 20 static Error isInvalidMemoryInstr(const Instruction &Instr) { in isInvalidMemoryInstr()
|