Home
last modified time | relevance | path

Searched defs:CIdx (Results 1 – 25 of 33) sorted by relevance

12

/external/clang/tools/libclang/
DCXTranslationUnit.h30 clang::CIndexer *CIdx; member
DIndexing.cpp406 CXIndex CIdx; member
824 CXIndexAction clang_IndexAction_create(CXIndex CIdx) { in clang_IndexAction_create()
DCIndex.cpp71 CXTranslationUnit cxtu::MakeCXTranslationUnit(CIndexer *CIdx, ASTUnit *AU) { in MakeCXTranslationUnit()
3092 void clang_disposeIndex(CXIndex CIdx) { in clang_disposeIndex()
3097 void clang_CXIndex_setGlobalOptions(CXIndex CIdx, unsigned options) { in clang_CXIndex_setGlobalOptions()
3102 unsigned clang_CXIndex_getGlobalOptions(CXIndex CIdx) { in clang_CXIndex_getGlobalOptions()
3115 CXTranslationUnit clang_createTranslationUnit(CXIndex CIdx, in clang_createTranslationUnit()
3126 enum CXErrorCode clang_createTranslationUnit2(CXIndex CIdx, in clang_createTranslationUnit2()
3161 clang_createTranslationUnitFromSourceFile(CXIndex CIdx, in clang_createTranslationUnitFromSourceFile()
3175 clang_parseTranslationUnit_Impl(CXIndex CIdx, const char *source_filename, in clang_parseTranslationUnit_Impl()
3308 clang_parseTranslationUnit(CXIndex CIdx, in clang_parseTranslationUnit()
3326 CXIndex CIdx, const char *source_filename, in clang_parseTranslationUnit2()
[all …]
/external/llvm-project/clang/tools/libclang/
DCXTranslationUnit.h29 clang::CIndexer *CIdx; member
DIndexing.cpp433 CXIndex CIdx; member
852 CXIndexAction clang_IndexAction_create(CXIndex CIdx) { in clang_IndexAction_create()
DCIndex.cpp73 CXTranslationUnit cxtu::MakeCXTranslationUnit(CIndexer *CIdx, in MakeCXTranslationUnit()
3419 void clang_disposeIndex(CXIndex CIdx) { in clang_disposeIndex()
3424 void clang_CXIndex_setGlobalOptions(CXIndex CIdx, unsigned options) { in clang_CXIndex_setGlobalOptions()
3429 unsigned clang_CXIndex_getGlobalOptions(CXIndex CIdx) { in clang_CXIndex_getGlobalOptions()
3435 void clang_CXIndex_setInvocationEmissionPathOption(CXIndex CIdx, in clang_CXIndex_setInvocationEmissionPathOption()
3448 CXTranslationUnit clang_createTranslationUnit(CXIndex CIdx, in clang_createTranslationUnit()
3459 enum CXErrorCode clang_createTranslationUnit2(CXIndex CIdx, in clang_createTranslationUnit2()
3491 CXIndex CIdx, const char *source_filename, int num_command_line_args, in clang_createTranslationUnitFromSourceFile()
3501 clang_parseTranslationUnit_Impl(CXIndex CIdx, const char *source_filename, in clang_parseTranslationUnit_Impl()
3665 clang_parseTranslationUnit(CXIndex CIdx, const char *source_filename, in clang_parseTranslationUnit()
[all …]
/external/llvm-project/llvm/lib/Transforms/Utils/
DFlattenCFG.cpp209 int CIdx = (PS1 == BB) ? 0 : 1; in FlattenParallelAndOr() local
/external/llvm/lib/Transforms/Utils/
DFlattenCFG.cpp197 int CIdx = (PS1 == BB) ? 0 : 1; in FlattenParallelAndOr() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFlattenCFG.cpp209 int CIdx = (PS1 == BB) ? 0 : 1; in FlattenParallelAndOr() local
/external/clang/tools/c-index-test/
Dc-index-test.c2156 CXIndex CIdx; in perform_code_completion() local
2294 CXIndex CIdx; in inspect_cursor_at() local
2578 CXIndex CIdx; in find_file_refs_at() local
2688 CXIndex CIdx; in find_file_includes_in() local
3581 CXIndex CIdx; in perform_token_annotation() local
/external/llvm/lib/IR/
DConstantFold.cpp790 if (ConstantInt *CIdx = dyn_cast<ConstantInt>(Idx)) { in ConstantFoldExtractElementInstruction() local
805 ConstantInt *CIdx = dyn_cast<ConstantInt>(Idx); in ConstantFoldInsertElementInstruction() local
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c2653 CXIndex CIdx; in perform_code_completion() local
2799 CXIndex CIdx; in inspect_cursor_at() local
3093 CXIndex CIdx; in find_file_refs_at() local
3204 CXIndex CIdx; in find_file_includes_in() local
4129 CXIndex CIdx; in perform_token_annotation() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantFold.cpp795 auto *CIdx = dyn_cast<ConstantInt>(Idx); in ConstantFoldExtractElementInstruction() local
833 ConstantInt *CIdx = dyn_cast<ConstantInt>(Idx); in ConstantFoldInsertElementInstruction() local
/external/llvm-project/llvm/lib/IR/
DConstantFold.cpp849 auto *CIdx = dyn_cast<ConstantInt>(Idx); in ConstantFoldExtractElementInstruction() local
907 ConstantInt *CIdx = dyn_cast<ConstantInt>(Idx); in ConstantFoldInsertElementInstruction() local
/external/llvm/utils/TableGen/
DCodeGenSchedule.cpp688 unsigned CIdx = 0, CEnd = ClassInstrs.size(); in createInstRWClass() local
701 unsigned CIdx = 0, CEnd = ClassInstrs.size(); in createInstRWClass() local
/external/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp428 if (const ConstantInt *CIdx = dyn_cast<ConstantInt>(Index)) { in DecomposeGEPExpression() local
DInstructionSimplify.cpp3682 if (auto *CIdx = dyn_cast<Constant>(Idx)) in SimplifyExtractElementInst() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DInlineSpiller.cpp1208 SlotIndex CIdx = LIS.getInstructionIndex(*CurrentSpill); in rmRedundantSpills() local
/external/llvm-project/llvm/lib/CodeGen/
DInlineSpiller.cpp1238 SlotIndex CIdx = LIS.getInstructionIndex(*CurrentSpill); in rmRedundantSpills() local
/external/llvm/lib/CodeGen/
DInlineSpiller.cpp1120 SlotIndex CIdx = LIS.getInstructionIndex(*CurrentSpill); in rmRedundantSpills() local
/external/llvm-project/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp514 if (const ConstantInt *CIdx = dyn_cast<ConstantInt>(Index)) { in DecomposeGEPExpression() local
DValueTracking.cpp1678 auto *CIdx = dyn_cast<ConstantInt>(I->getOperand(2)); in computeKnownBitsFromOperator() local
1709 auto *CIdx = dyn_cast<ConstantInt>(Idx); in computeKnownBitsFromOperator() local
2455 auto *CIdx = dyn_cast<ConstantInt>(Idx); in isKnownNonZero() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp556 if (const ConstantInt *CIdx = dyn_cast<ConstantInt>(Index)) { in DecomposeGEPExpression() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp753 auto *CIdx = dyn_cast<ConstantSDNode>(Op.getOperand(2)); in SimplifyMultipleUseDemandedBits() local
886 auto *CIdx = dyn_cast<ConstantSDNode>(Op.getOperand(2)); in SimplifyDemandedBits() local
1862 if (auto *CIdx = dyn_cast<ConstantSDNode>(Idx)) in SimplifyDemandedBits() local
2379 auto *CIdx = dyn_cast<ConstantSDNode>(Op.getOperand(2)); in SimplifyDemandedVectorElts() local
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp806 auto *CIdx = dyn_cast<ConstantSDNode>(Op.getOperand(2)); in SimplifyMultipleUseDemandedBits() local
991 auto *CIdx = dyn_cast<ConstantSDNode>(Op.getOperand(2)); in SimplifyDemandedBits() local
2052 if (auto *CIdx = dyn_cast<ConstantSDNode>(Idx)) in SimplifyDemandedBits() local
2617 auto *CIdx = dyn_cast<ConstantSDNode>(Op.getOperand(2)); in SimplifyDemandedVectorElts() local

12