| /llvm-project-15.0.7/llvm/lib/Target/LoongArch/AsmParser/ |
| H A D | LoongArchAsmParser.cpp | 56 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 D | DebugInfo.h | 95 void processInstruction(const Module &M, const Instruction &I);
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86FixupLEAs.cpp | 53 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 D | ConvertFromLLVMIR.cpp | 180 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 D | Deserializer.h | 430 LogicalResult processInstruction(spirv::Opcode opcode,
|
| H A D | Deserializer.cpp | 81 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 D | DeserializeOps.cpp | 105 LogicalResult spirv::Deserializer::processInstruction( in processInstruction() function in spirv::Deserializer
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/Scalar/ |
| H A D | GVN.h | 348 bool processInstruction(Instruction *I);
|
| /llvm-project-15.0.7/llvm/lib/Target/CSKY/AsmParser/ |
| H A D | CSKYAsmParser.cpp | 87 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 D | HexagonAsmParser.cpp | 141 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 D | RISCVAsmParser.cpp | 153 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 D | X86AsmParser.cpp | 1170 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 D | DebugInfo.cpp | 157 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 D | CloneFunction.cpp | 55 DIFinder->processInstruction(*TheModule, I); in CloneBasicBlock()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | GVN.cpp | 2437 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 D | MipsAsmParser.cpp | 443 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 D | ARMAsmParser.cpp | 658 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()
|