OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Unpredictable
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/sim/mips/
mdmx.c
32
/* XXX FIXME: temporary hack while the impact of making
unpredictable
()
34
#undef
Unpredictable
35
#define
Unpredictable
() unpredictable_action (cpu, cia)
415
Unpredictable
();
534
Unpredictable
();
658
Unpredictable
();
889
Unpredictable
();
928
Unpredictable
();
961
Unpredictable
();
993
Unpredictable
();
[
all
...]
sim-main.h
1002
#define
Unpredictable
()
unpredictable
(SD_)
/src/external/gpl3/gdb/dist/sim/mips/
mdmx.c
32
/* XXX FIXME: temporary hack while the impact of making
unpredictable
()
34
#undef
Unpredictable
35
#define
Unpredictable
() unpredictable_action (cpu, cia)
415
Unpredictable
();
534
Unpredictable
();
658
Unpredictable
();
889
Unpredictable
();
928
Unpredictable
();
961
Unpredictable
();
993
Unpredictable
();
[
all
...]
sim-main.h
1002
#define
Unpredictable
()
unpredictable
(SD_)
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IRBuilder.h
929
/// Helper to add branch weight and
unpredictable
metadata onto an
933
InstTy *addBranchMetadata(InstTy *I, MDNode *Weights, MDNode *
Unpredictable
) {
936
if (
Unpredictable
)
937
I->setMetadata(LLVMContext::MD_unpredictable,
Unpredictable
);
975
MDNode *
Unpredictable
= nullptr) {
977
BranchWeights,
Unpredictable
));
998
MDNode *
Unpredictable
= nullptr) {
1000
BranchWeights,
Unpredictable
));
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.cpp
1790
llvm::MDNode *
Unpredictable
= nullptr;
1793
// create metadata that specifies that the branch is
unpredictable
.
1800
Unpredictable
= MDHelper.createUnpredictable();
1815
Builder.CreateCondBr(CondV, TrueBlock, FalseBlock, Weights,
Unpredictable
);
Completed in 75 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026