Searched refs:CCPos (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | StackMaps.h | 80 enum { IDPos, NBytesPos, TargetPos, NArgPos, CCPos, MetaEnd }; enumerator 116 return getMetaOper(CCPos).getImm(); in getCallingConv()
|
/external/llvm/include/llvm/CodeGen/ |
D | StackMaps.h | 42 enum { IDPos, NBytesPos, TargetPos, NArgPos, CCPos, MetaEnd }; enumerator
|
/external/llvm/lib/CodeGen/ |
D | StackMaps.cpp | 41 IsAnyReg(MI->getOperand(getMetaIdx(CCPos)).getImm() == in PatchPointOpers()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.cpp | 763 CC = Node->getConstantOperandVal(PatchPointOpers::CCPos); in EmitMachineNode()
|
D | FastISel.cpp | 738 unsigned NumMetaOpers = PatchPointOpers::CCPos; in selectPatchpoint()
|
D | SelectionDAGBuilder.cpp | 7342 unsigned NumMetaOpers = PatchPointOpers::CCPos; in visitPatchpoint()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.cpp | 818 CC = Node->getConstantOperandVal(PatchPointOpers::CCPos); in EmitMachineNode()
|
D | FastISel.cpp | 914 unsigned NumMetaOpers = PatchPointOpers::CCPos; in selectPatchpoint()
|
D | SelectionDAGBuilder.cpp | 8111 unsigned NumMetaOpers = PatchPointOpers::CCPos; in visitPatchpoint()
|