Home
last modified time | relevance | path

Searched defs:OpDefs (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1538 SmallVector<OperandBundleDef, 2> OpDefs; in InlineFunction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1758 SmallVector<OperandBundleDef, 2> OpDefs; in InlineFunction() local
/external/llvm-project/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1825 SmallVector<OperandBundleDef, 2> OpDefs; in InlineFunction() local
/external/llvm-project/llvm/lib/IR/
DInstructions.cpp521 SmallVector<OperandBundleDef, 2> OpDefs; in CreateWithReplacedBundle() local
846 SmallVector<OperandBundleDef, 2> OpDefs; in CreateWithReplacedBundle() local
/external/tensorflow/tensorflow/c/
Dc_api_test.cc220 typedef tensorflow::protobuf::RepeatedPtrField<tensorflow::OpDef> OpDefs; in TEST() typedef