/aosp_15_r20/external/llvm/utils/TableGen/ |
H A D | CodeGenDAGPatterns.cpp | 1243 CodeGenInstruction &InstInfo = CDP.getTargetInfo().getInstruction(Operator); in GetNumNodeResults() local 1823 CodeGenInstruction &InstInfo = in ApplyTypeConstraints() local 2833 static bool InferFromPattern(CodeGenInstruction &InstInfo, in InferFromPattern() 3136 CodeGenInstruction &InstInfo = Target.getInstruction(Instr); in ParseInstructions() local 3266 CodeGenInstruction &InstInfo = in InferInstructionFlags() local 3294 CodeGenInstruction &InstInfo = Target.getInstruction(PatInstrs.front()); in InferInstructionFlags() local 3353 const CodeGenInstruction &InstInfo = Target.getInstruction(Instr); in VerifyInstructionFlags() local 3393 const CodeGenInstruction &InstInfo = Target.getInstruction(Instr); in VerifyInstructionFlags() local
|
/aosp_15_r20/external/llvm/lib/Target/ARM/ |
H A D | ARMFrameLowering.cpp | 184 struct InstInfo { struct 185 MachineBasicBlock::iterator I; 186 unsigned SPAdjust; 187 bool BeforeFPSet;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMFrameLowering.cpp | 230 struct InstInfo { struct 231 MachineBasicBlock::iterator I; 232 unsigned SPAdjust; 233 bool BeforeFPSet;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
H A D | ARMFrameLowering.cpp | 570 struct InstInfo { struct 571 MachineBasicBlock::iterator I; 572 unsigned SPAdjust; 573 bool BeforeFPSet;
|
/aosp_15_r20/external/mesa3d/src/mesa/program/ |
H A D | prog_instruction.c | 78 static const struct instruction_info InstInfo[MAX_OPCODE] = { variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | GCNCreateVOPD.cpp | 77 auto InstInfo = in doReplace() local
|
H A D | GCNVOPDUtils.cpp | 77 auto InstInfo = in checkVOPDRegConstraints() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUBaseInfo.h | 728 InstInfo(const MCInstrDesc &OpX, const MCInstrDesc &OpY) in InstInfo() function 731 InstInfo(const ComponentInfo &OprInfoX, const ComponentInfo &OprInfoY) in InstInfo() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | ADCE.cpp | 129 DenseMap<Instruction *, InstInfoType> InstInfo; member in __anondaf7e35a0111::AggressiveDeadCodeElimination
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | ADCE.cpp | 130 DenseMap<Instruction *, InstInfoType> InstInfo; member in __anon66b5e7e00111::AggressiveDeadCodeElimination
|
/aosp_15_r20/external/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 60 ParseInstructionInfo *InstInfo; member in __anone9fc92040111::X86AsmParser
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 72 ParseInstructionInfo *InstInfo; member in __anonbfde64e60111::X86AsmParser
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 86 ParseInstructionInfo *InstInfo; member in __anon25b4c9ac0111::X86AsmParser
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 3566 const auto &InstInfo = getVOPDInstInfo(Opcode, &MII); in validateVOPDRegBankConstraints() local 8374 const auto &InstInfo = getVOPDInstInfo(Inst.getOpcode(), &MII); in cvtVOPD() local
|