OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OperandBundleUse
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
InstrTypes.h
1059
struct
OperandBundleUse
{
1062
OperandBundleUse
() = default;
1063
explicit
OperandBundleUse
(StringMapEntry<uint32_t> *Tag, ArrayRef<Use> Inputs)
1114
/// Unlike
OperandBundleUse
, OperandBundleDefT owns the memory it carries, and
1127
explicit OperandBundleDefT(const
OperandBundleUse
&OBU) {
1946
OperandBundleUse
getOperandBundleAt(unsigned Index) const {
1977
Optional<
OperandBundleUse
> getOperandBundle(StringRef Name) const {
1981
OperandBundleUse
U = getOperandBundleAt(i);
1993
Optional<
OperandBundleUse
> getOperandBundle(uint32_t ID) const {
1997
OperandBundleUse
U = getOperandBundleAt(i)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
AlignmentFromAssumptions.cpp
212
OperandBundleUse
AlignOB = I->getOperandBundleAt(Idx);
LICM.cpp
1461
OperandBundleUse
Bundle = CI->getOperandBundleAt(BundleIdx);
RewriteStatepointsForGC.cpp
289
Optional<
OperandBundleUse
> DeoptBundle =
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
InlineFunction.cpp
1839
Optional<
OperandBundleUse
> ParentFunclet =
1975
Optional<
OperandBundleUse
> ParentDeopt =
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp
874
Optional<
OperandBundleUse
> ParentFunclet =
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp
2417
Optional<
OperandBundleUse
> Bundle =
/src/external/apache2/llvm/dist/llvm/lib/IR/
AsmWriter.cpp
2777
OperandBundleUse
BU = Call->getOperandBundleAt(i);
Verifier.cpp
3301
OperandBundleUse
BU = Call.getOperandBundleAt(i);
Completed in 43 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026