HomeSort by relevance Sort by last modified time
    Searched refs:BITREVERSE (Results 1 - 25 of 40) sorted by null

1 2

  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp     [all...]
  /external/u-boot/drivers/rtc/
Kconfig 60 select BITREVERSE
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 342 BSWAP, CTTZ, CTLZ, CTPOP, BITREVERSE,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
ISDOpcodes.h 385 BSWAP, CTTZ, CTLZ, CTPOP, BITREVERSE,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 285 case ISD::BITREVERSE:
699 case ISD::BITREVERSE:
    [all...]
SelectionDAGDumper.cpp 316 case ISD::BITREVERSE: return "bitreverse";
LegalizeIntegerTypes.cpp 56 case ISD::BITREVERSE: Res = PromoteIntRes_BITREVERSE(N); break;
333 ISD::SRL, dl, NVT, DAG.getNode(ISD::BITREVERSE, dl, NVT, Op),
    [all...]
LegalizeVectorTypes.cpp 70 case ISD::BITREVERSE:
627 case ISD::BITREVERSE:
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 344 case ISD::BITREVERSE:
731 case ISD::BITREVERSE:
    [all...]
SelectionDAGDumper.cpp 345 case ISD::BITREVERSE: return "bitreverse";
    [all...]
LegalizeIntegerTypes.cpp 60 case ISD::BITREVERSE: Res = PromoteIntRes_BITREVERSE(N); break;
335 ISD::SRL, dl, NVT, DAG.getNode(ISD::BITREVERSE, dl, NVT, Op),
    [all...]
LegalizeVectorTypes.cpp 73 case ISD::BITREVERSE:
684 case ISD::BITREVERSE:
    [all...]
SelectionDAG.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TargetLoweringBase.cpp 634 setOperationAction(ISD::BITREVERSE, VT, Expand);
    [all...]
CodeGenPrepare.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
CodeGenPrepare.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 406 setOperationAction(ISD::BITREVERSE, MVT::i32, Legal);
407 setOperationAction(ISD::BITREVERSE, MVT::i64, Legal);
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp 199 setOperationAction(ISD::BITREVERSE, MVT::i32, Legal);
    [all...]
AMDGPUISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp 333 setOperationAction(ISD::BITREVERSE, MVT::i32, Legal);
420 setOperationAction(ISD::BITREVERSE, MVT::i16, Promote);
    [all...]

Completed in 665 milliseconds

1 2