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

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ISDOpcodes.h 560 // READCYCLECOUNTER - This corresponds to the readcyclecounter intrinsic.
564 READCYCLECOUNTER,
    [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 658 /// READCYCLECOUNTER - This corresponds to the readcyclecounter intrinsic.
664 READCYCLECOUNTER,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
ISDOpcodes.h 704 /// READCYCLECOUNTER - This corresponds to the readcyclecounter intrinsic
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaISelDAGToDAG.cpp 249 case ISD::READCYCLECOUNTER: {
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinISelLowering.cpp 116 // READCYCLECOUNTER needs special type legalization.
117 setOperationAction(ISD::READCYCLECOUNTER, MVT::i64, Custom);
485 case ISD::READCYCLECOUNTER: {
496 // readcyclecounter)). Unfortunately this could possibly delay the CYCLES2
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 80 case ISD::READCYCLECOUNTER: return "ReadCycleCounter";
LegalizeDAG.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 101 case ISD::READCYCLECOUNTER: return "ReadCycleCounter";
    [all...]
LegalizeDAG.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TargetLoweringBase.cpp 655 // Most targets also ignore the @llvm.readcyclecounter intrinsic.
656 setOperationAction(ISD::READCYCLECOUNTER, MVT::i64, Expand);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 631 // Custom-handle ISD::READCYCLECOUNTER because the target-independent SDNode
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp 202 setOperationAction(ISD::READCYCLECOUNTER, MVT::i64, Legal);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp 412 setOperationAction(ISD::READCYCLECOUNTER , MVT::i64 , Custom);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp 336 setOperationAction(ISD::READCYCLECOUNTER, MVT::i64, Legal);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 380 setOperationAction(ISD::READCYCLECOUNTER , MVT::i64 , Custom);
    [all...]

Completed in 146 milliseconds

1 2