Home
last modified time | relevance | path

Searched refs:processInstruction (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/LoongArch/AsmParser/
H A DLoongArchAsmParser.cpp56 bool processInstruction(MCInst &Inst, SMLoc IDLoc, OperandVector &Operands,
370 bool LoongArchAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc, in processInstruction() function in LoongArchAsmParser
450 return processInstruction(Inst, IDLoc, Operands, Out); in MatchAndEmitInstruction()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfo.h95 void processInstruction(const Module &M, const Instruction &I);
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86FixupLEAs.cpp53 void processInstruction(MachineBasicBlock::iterator &I,
267 processInstruction(I, MBB); in runOnMachineFunction()
656 void FixupLEAPass::processInstruction(MachineBasicBlock::iterator &I, in processInstruction() function in FixupLEAPass
690 processInstruction(J, MBB); in seekLEAFixup()
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DConvertFromLLVMIR.cpp180 LogicalResult processInstruction(llvm::Instruction *inst);
490 if (failed(processInstruction(i))) in processConstant()
783 LogicalResult Importer::processInstruction(llvm::Instruction *inst) { in processInstruction() function in Importer
1240 if (failed(processInstruction(&inst))) in processBasicBlock()
/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializer.h430 LogicalResult processInstruction(spirv::Opcode opcode,
H A DDeserializer.cpp81 if (failed(processInstruction(opcode, operands))) in deserialize()
89 if (failed(processInstruction(deferred.first, deferred.second, false))) { in deserialize()
466 if (failed(processInstruction(opcode, instOperands))) { in processFunction()
1369 processInstruction(enclosedOpcode, enclosedOpResultTypeAndOperands))) in materializeSpecConstantOperation()
H A DDeserializeOps.cpp105 LogicalResult spirv::Deserializer::processInstruction( in processInstruction() function in spirv::Deserializer
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Scalar/
H A DGVN.h348 bool processInstruction(Instruction *I);
/llvm-project-15.0.7/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp87 bool processInstruction(MCInst &Inst, SMLoc IDLoc, OperandVector &Operands,
671 return processInstruction(Inst, IDLoc, Operands, Out); in MatchAndEmitInstruction()
913 bool CSKYAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc, in processInstruction() function in CSKYAsmParser
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp141 int processInstruction(MCInst &Inst, OperandVector const &Operands,
553 result = processInstruction(MCI, InstOperands, IDLoc); in matchOneInstruction()
1282 int HexagonAsmParser::processInstruction(MCInst &Inst, in processInstruction() function in HexagonAsmParser
/llvm-project-15.0.7/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp153 bool processInstruction(MCInst &Inst, SMLoc IDLoc, OperandVector &Operands,
1082 return processInstruction(Inst, IDLoc, Operands, Out); in MatchAndEmitInstruction()
2638 bool RISCVAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc, in processInstruction() function in RISCVAsmParser
/llvm-project-15.0.7/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1170 bool processInstruction(MCInst &Inst, const OperandVector &Ops);
3633 bool X86AsmParser::processInstruction(MCInst &Inst, const OperandVector &Ops) { in processInstruction() function in X86AsmParser
4186 while (processInstruction(Inst, Operands)) in MatchAndEmitATTInstruction()
4290 while (processInstruction(Inst, Operands)) in MatchAndEmitATTInstruction()
4552 while (processInstruction(Inst, Operands)) in MatchAndEmitIntelInstruction()
/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugInfo.cpp157 processInstruction(M, I); in processModule()
191 void DebugInfoFinder::processInstruction(const Module &M, in processInstruction() function in DebugInfoFinder
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp55 DIFinder->processInstruction(*TheModule, I); in CloneBasicBlock()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2437 bool GVNPass::processInstruction(Instruction *I) { in processInstruction() function in GVNPass
2669 ChangedFunction |= processInstruction(&*BI); in processBlock()
/llvm-project-15.0.7/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp443 bool processInstruction(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out,
1872 bool MipsAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc, in processInstruction() function in MipsAsmParser
5936 if (processInstruction(Inst, IDLoc, Out, STI)) in MatchAndEmitInstruction()
/llvm-project-15.0.7/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp658 bool processInstruction(MCInst &Inst, const OperandVector &Ops, MCStreamer &Out);
8695 bool ARMAsmParser::processInstruction(MCInst &Inst, in processInstruction() function in ARMAsmParser
10990 while (processInstruction(Inst, Operands, Out)) in MatchAndEmitInstruction()