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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 560 // READCYCLECOUNTER - This corresponds to the readcyclecounter intrinsic.
564 READCYCLECOUNTER,
    [all...]
  /external/llvm/lib/Target/Alpha/
AlphaISelDAGToDAG.cpp 249 case ISD::READCYCLECOUNTER: {
  /external/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/Target/X86/
X86ISelLowering.cpp 412 setOperationAction(ISD::READCYCLECOUNTER , MVT::i64 , Custom);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 34 milliseconds