Home
last modified time | relevance | path

Searched defs:Op32 (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp249 int Op32 = Fold.getShrinkOpcode(); in updateOperand() local
417 int Op32 = AMDGPU::getVOPe32(MaybeCommutedOpc); in tryAddToFoldList() local
H A DSIShrinkInstructions.cpp719 int Op32 = AMDGPU::getVOPe32(MI.getOpcode()); in runOnMachineFunction() local
H A DSIInstrInfo.cpp2967 int Op32 = AMDGPU::getVOPe32(Opcode); in hasVALU32BitEncoding() local
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DSIShrinkInstructions.cpp325 int Op32 = AMDGPU::getVOPe32(MI.getOpcode()); in runOnMachineFunction() local
H A DSIInstrInfo.cpp1556 int Op32 = AMDGPU::getVOPe32(Opcode); in hasVALU32BitEncoding() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp250 int Op32 = Fold.ShrinkOpcode; in updateOperand() local
421 int Op32 = AMDGPU::getVOPe32(MaybeCommutedOpc); in tryAddToFoldList() local
H A DSIShrinkInstructions.cpp916 int Op32 = AMDGPU::getVOPe32(MI.getOpcode()); in runOnMachineFunction() local
H A DSIInstrInfo.cpp3881 int Op32 = AMDGPU::getVOPe32(Opcode); in hasVALU32BitEncoding() local
/aosp_15_r20/frameworks/libs/binary_translation/lite_translator/riscv64_to_x86_64/
Dlite_translator.cc134 Register LiteTranslator::Op32(Decoder::Op32Opcode opcode, Register arg1, Register arg2) { in Op32() function in berberis::LiteTranslator
/aosp_15_r20/frameworks/libs/binary_translation/heavy_optimizer/riscv64/
Dfrontend.cc390 Register HeavyOptimizerFrontend::Op32(Decoder::Op32Opcode opcode, Register arg1, Register arg2) { in Op32() function in berberis::HeavyOptimizerFrontend
/aosp_15_r20/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp3949 static bool PeepholePPC64ZExtGather(SDValue Op32, in PeepholePPC64ZExtGather()
4140 SDValue Op32 = ISR->getOperand(1); in PeepholePPC64ZExt() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp6118 static bool PeepholePPC64ZExtGather(SDValue Op32, in PeepholePPC64ZExtGather()
6309 SDValue Op32 = ISR->getOperand(1); in PeepholePPC64ZExt() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp6981 static bool PeepholePPC64ZExtGather(SDValue Op32, in PeepholePPC64ZExtGather()
7172 SDValue Op32 = ISR->getOperand(1); in PeepholePPC64ZExt() local
/aosp_15_r20/frameworks/libs/binary_translation/interpreter/riscv64/
Dinterpreter.h235 Register Op32(Decoder::Op32Opcode opcode, Register arg1, Register arg2) { in Op32() function