Searched defs:Objs (Results 1 – 10 of 10) sorted by relevance
/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
H A D | llvm-debuginfo-analyzer.cpp | 119 std::vector<std::string> Objs = expandBundle(Filename); in main() local
|
/llvm-project/clang/unittests/Interpreter/ |
H A D | InterpreterExtensionsTest.cpp | 162 std::vector<std::unique_ptr<llvm::MemoryBuffer>> Objs; TEST_F() local
|
/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsDelaySlotFiller.cpp | 499 if (getUnderlyingObjects(MI, Objs)) { in hasHazard_() local 541 ::getUnderlyingObjects(V, Objs); in getUnderlyingObjects() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | ScheduleDAGInstrs.cpp | 158 SmallVector<Value *, 4> Objs; getUnderlyingObjectsForInstr() local 949 UnderlyingObjectsVector Objs; buildSchedGraph() local
|
H A D | StackColoring.cpp | 1066 SmallVector<Value *, 4> Objs; remapInstructions() local
|
H A D | MachinePipeliner.cpp | 846 ::getUnderlyingObjects(&MI, Objs); in addLoopCarriedDependences() local 809 getUnderlyingObjects(const MachineInstr * MI,SmallVectorImpl<const Value * > & Objs) getUnderlyingObjects() argument 837 SmallVector<const Value *, 4> Objs; addLoopCarriedDependences() local [all...] |
/llvm-project/clang/lib/Edit/ |
H A D | RewriteObjCFoundationAPI.cpp | 441 SmallVectorImpl<const Expr *> &Objs) { in getNSArrayObjects()
|
/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelDAGToDAG.cpp | 747 SmallVector<const Value *, 8> Objs; canLowerToLDG() local
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | DataFlowSanitizer.cpp | 2258 SmallVector<const Value *, 2> Objs; loadShadowOriginSansLoadTracking() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 6538 SmallVector<const Value *, 4> Objs; getUnderlyingObjectsForCodeGen() local
|