HomeSort by relevance Sort by last modified time
    Searched defs:Opc0 (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86IntrinsicsInfo.h 45 uint16_t Opc0;
    [all...]
  /external/llvm/lib/Target/X86/
X86IntrinsicsInfo.h 45 uint16_t Opc0;
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SIInstrInfo.cpp 54 unsigned Opc0 = N0->getMachineOpcode();
57 int Op0Idx = AMDGPU::getNamedOperandIdx(Opc0, OpName);
99 unsigned Opc0 = Load0->getMachineOpcode();
103 if (!get(Opc0).mayLoad() || !get(Opc1).mayLoad())
106 if (isDS(Opc0) && isDS(Opc1)) {
123 if (AMDGPU::getNamedOperandIdx(Opc0, AMDGPU::OpName::data1) != -1 ||
132 if (isSMRD(Opc0) && isSMRD(Opc1)) {
157 if ((isMUBUF(Opc0) || isMTBUF(Opc0)) && (isMUBUF(Opc1) || isMTBUF(Opc1))) {
166 int OffIdx0 = AMDGPU::getNamedOperandIdx(Opc0, AMDGPU::OpName::offset)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIInstrInfo.cpp 111 unsigned Opc0 = N0->getMachineOpcode();
114 int Op0Idx = AMDGPU::getNamedOperandIdx(Opc0, OpName);
156 unsigned Opc0 = Load0->getMachineOpcode();
160 if (!get(Opc0).mayLoad() || !get(Opc1).mayLoad())
163 if (isDS(Opc0) && isDS(Opc1)) {
180 if (AMDGPU::getNamedOperandIdx(Opc0, AMDGPU::OpName::data1) != -1 ||
189 if (isSMRD(Opc0) && isSMRD(Opc1)) {
191 if (AMDGPU::getNamedOperandIdx(Opc0, AMDGPU::OpName::sbase) == -1 ||
219 if ((isMUBUF(Opc0) || isMTBUF(Opc0)) && (isMUBUF(Opc1) || isMTBUF(Opc1)))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 82 milliseconds