Home
last modified time | relevance | path

Searched refs:CallValue (Results 1 – 25 of 43) sorted by relevance

12

/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Scalar/
H A DEarlyCSE.cpp258 struct CallValue { struct
261 CallValue(Instruction *I) : Inst(I) { in CallValue() function
286 template <> struct DenseMapInfo<CallValue> {
287 static inline CallValue getEmptyKey() { in getEmptyKey()
291 static inline CallValue getTombstoneKey() { in getTombstoneKey()
295 static unsigned getHashValue(CallValue Val);
296 static bool isEqual(CallValue LHS, CallValue RHS);
301 unsigned DenseMapInfo<CallValue>::getHashValue(CallValue Val) { in getHashValue()
309 bool DenseMapInfo<CallValue>::isEqual(CallValue LHS, CallValue RHS) { in isEqual()
406 ScopedHashTable<CallValue, std::pair<Instruction *, unsigned>>;
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Scalar/
H A DEarlyCSE.cpp256 struct CallValue { struct
259 CallValue(Instruction *I) : Inst(I) { in CallValue() argument
284 template <> struct DenseMapInfo<CallValue> {
285 static inline CallValue getEmptyKey() { in getEmptyKey()
289 static inline CallValue getTombstoneKey() { in getTombstoneKey()
293 static unsigned getHashValue(CallValue Val);
294 static bool isEqual(CallValue LHS, CallValue RHS);
299 unsigned DenseMapInfo<CallValue>::getHashValue(CallValue Val) { in getHashValue()
307 bool DenseMapInfo<CallValue>::isEqual(CallValue LHS, CallValue RHS) { in isEqual()
404 ScopedHashTable<CallValue, std::pair<Instruction *, unsigned>>;
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp409 struct CallValue { struct
412 CallValue(Instruction *I) : Inst(I) { in CallValue() function
437 template <> struct DenseMapInfo<CallValue> {
438 static inline CallValue getEmptyKey() { in getEmptyKey()
442 static inline CallValue getTombstoneKey() { in getTombstoneKey()
446 static unsigned getHashValue(CallValue Val);
447 static bool isEqual(CallValue LHS, CallValue RHS);
452 unsigned DenseMapInfo<CallValue>::getHashValue(CallValue Val) { in getHashValue()
460 bool DenseMapInfo<CallValue>::isEqual(CallValue LHS, CallValue RHS) { in isEqual()
557 ScopedHashTable<CallValue, std::pair<Instruction *, unsigned>>;
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp415 struct CallValue { struct
418 CallValue(Instruction *I) : Inst(I) { in CallValue() argument
443 template <> struct DenseMapInfo<CallValue> {
444 static inline CallValue getEmptyKey() { in getEmptyKey()
448 static inline CallValue getTombstoneKey() { in getTombstoneKey()
452 static unsigned getHashValue(CallValue Val);
453 static bool isEqual(CallValue LHS, CallValue RHS);
458 unsigned DenseMapInfo<CallValue>::getHashValue(CallValue Val) { in getHashValue()
474 bool DenseMapInfo<CallValue>::isEqual(CallValue LHS, CallValue RHS) { in isEqual()
579 ScopedHashTable<CallValue, std::pair<Instruction *, unsigned>>;
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Scalar/
H A DEarlyCSE.cpp409 struct CallValue { struct
412 CallValue(Instruction *I) : Inst(I) { in CallValue() argument
437 template <> struct DenseMapInfo<CallValue> {
438 static inline CallValue getEmptyKey() { in getEmptyKey()
442 static inline CallValue getTombstoneKey() { in getTombstoneKey()
446 static unsigned getHashValue(CallValue Val);
447 static bool isEqual(CallValue LHS, CallValue RHS);
452 unsigned DenseMapInfo<CallValue>::getHashValue(CallValue Val) { in getHashValue()
460 bool DenseMapInfo<CallValue>::isEqual(CallValue LHS, CallValue RHS) { in isEqual()
557 ScopedHashTable<CallValue, std::pair<Instruction *, unsigned>>;
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Scalar/
H A DEarlyCSE.cpp415 struct CallValue { struct
418 CallValue(Instruction *I) : Inst(I) { in CallValue() function
443 template <> struct DenseMapInfo<CallValue> {
444 static inline CallValue getEmptyKey() { in getEmptyKey()
448 static inline CallValue getTombstoneKey() { in getTombstoneKey()
452 static unsigned getHashValue(CallValue Val);
453 static bool isEqual(CallValue LHS, CallValue RHS);
458 unsigned DenseMapInfo<CallValue>::getHashValue(CallValue Val) { in getHashValue()
474 bool DenseMapInfo<CallValue>::isEqual(CallValue LHS, CallValue RHS) { in isEqual()
579 ScopedHashTable<CallValue, std::pair<Instruction *, unsigned>>;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp409 struct CallValue { struct
412 CallValue(Instruction *I) : Inst(I) { in CallValue() argument
437 template <> struct DenseMapInfo<CallValue> {
438 static inline CallValue getEmptyKey() { in getEmptyKey()
442 static inline CallValue getTombstoneKey() { in getTombstoneKey()
446 static unsigned getHashValue(CallValue Val);
447 static bool isEqual(CallValue LHS, CallValue RHS);
452 unsigned DenseMapInfo<CallValue>::getHashValue(CallValue Val) { in getHashValue()
460 bool DenseMapInfo<CallValue>::isEqual(CallValue LHS, CallValue RHS) { in isEqual()
557 ScopedHashTable<CallValue, std::pair<Instruction *, unsigned>>;
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Scalar/
H A DEarlyCSE.cpp370 struct CallValue { struct
373 CallValue(Instruction *I) : Inst(I) { in CallValue() argument
398 template <> struct DenseMapInfo<CallValue> {
399 static inline CallValue getEmptyKey() { in getEmptyKey()
403 static inline CallValue getTombstoneKey() { in getTombstoneKey()
407 static unsigned getHashValue(CallValue Val);
408 static bool isEqual(CallValue LHS, CallValue RHS);
413 unsigned DenseMapInfo<CallValue>::getHashValue(CallValue Val) { in getHashValue()
421 bool DenseMapInfo<CallValue>::isEqual(CallValue LHS, CallValue RHS) { in isEqual()
518 ScopedHashTable<CallValue, std::pair<Instruction *, unsigned>>;
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp445 struct CallValue { struct
448 CallValue(Instruction *I) : Inst(I) { in CallValue() function
473 template <> struct DenseMapInfo<CallValue> {
474 static inline CallValue getEmptyKey() { in getEmptyKey()
478 static inline CallValue getTombstoneKey() { in getTombstoneKey()
482 static unsigned getHashValue(CallValue Val);
483 static bool isEqual(CallValue LHS, CallValue RHS);
488 unsigned DenseMapInfo<CallValue>::getHashValue(CallValue Val) { in getHashValue()
497 bool DenseMapInfo<CallValue>::isEqual(CallValue LHS, CallValue RHS) { in isEqual()
595 ScopedHashTable<CallValue, std::pair<Instruction *, unsigned>>;
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Scalar/
H A DEarlyCSE.cpp445 struct CallValue { struct
448 CallValue(Instruction *I) : Inst(I) { in CallValue() function
473 template <> struct DenseMapInfo<CallValue> {
474 static inline CallValue getEmptyKey() { in getEmptyKey()
478 static inline CallValue getTombstoneKey() { in getTombstoneKey()
482 static unsigned getHashValue(CallValue Val);
483 static bool isEqual(CallValue LHS, CallValue RHS);
488 unsigned DenseMapInfo<CallValue>::getHashValue(CallValue Val) { in getHashValue()
497 bool DenseMapInfo<CallValue>::isEqual(CallValue LHS, CallValue RHS) { in isEqual()
595 ScopedHashTable<CallValue, std::pair<Instruction *, unsigned>>;
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp411 struct CallValue { struct
414 CallValue(Instruction *I) : Inst(I) { in CallValue() argument
439 template <> struct DenseMapInfo<CallValue> {
440 static inline CallValue getEmptyKey() { in getEmptyKey()
444 static inline CallValue getTombstoneKey() { in getTombstoneKey()
448 static unsigned getHashValue(CallValue Val);
449 static bool isEqual(CallValue LHS, CallValue RHS);
454 unsigned DenseMapInfo<CallValue>::getHashValue(CallValue Val) { in getHashValue()
470 bool DenseMapInfo<CallValue>::isEqual(CallValue LHS, CallValue RHS) { in isEqual()
575 ScopedHashTable<CallValue, std::pair<Instruction *, unsigned>>;
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp445 struct CallValue { struct
448 CallValue(Instruction *I) : Inst(I) { in CallValue() argument
473 template <> struct DenseMapInfo<CallValue> {
474 static inline CallValue getEmptyKey() { in getEmptyKey()
478 static inline CallValue getTombstoneKey() { in getTombstoneKey()
482 static unsigned getHashValue(CallValue Val);
483 static bool isEqual(CallValue LHS, CallValue RHS);
488 unsigned DenseMapInfo<CallValue>::getHashValue(CallValue Val) { in getHashValue()
497 bool DenseMapInfo<CallValue>::isEqual(CallValue LHS, CallValue RHS) { in isEqual()
595 ScopedHashTable<CallValue, std::pair<Instruction *, unsigned>>;
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp445 struct CallValue { struct
448 CallValue(Instruction *I) : Inst(I) { in CallValue() function
473 template <> struct DenseMapInfo<CallValue> {
474 static inline CallValue getEmptyKey() { in getEmptyKey()
478 static inline CallValue getTombstoneKey() { in getTombstoneKey()
482 static unsigned getHashValue(CallValue Val);
483 static bool isEqual(CallValue LHS, CallValue RHS);
488 unsigned DenseMapInfo<CallValue>::getHashValue(CallValue Val) { in getHashValue()
497 bool DenseMapInfo<CallValue>::isEqual(CallValue LHS, CallValue RHS) { in isEqual()
595 ScopedHashTable<CallValue, std::pair<Instruction *, unsigned>>;
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp445 struct CallValue { struct
448 CallValue(Instruction *I) : Inst(I) { in CallValue() function
473 template <> struct DenseMapInfo<CallValue> {
474 static inline CallValue getEmptyKey() { in getEmptyKey()
478 static inline CallValue getTombstoneKey() { in getTombstoneKey()
482 static unsigned getHashValue(CallValue Val);
483 static bool isEqual(CallValue LHS, CallValue RHS);
488 unsigned DenseMapInfo<CallValue>::getHashValue(CallValue Val) { in getHashValue()
497 bool DenseMapInfo<CallValue>::isEqual(CallValue LHS, CallValue RHS) { in isEqual()
595 ScopedHashTable<CallValue, std::pair<Instruction *, unsigned>>;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp411 struct CallValue { struct
414 CallValue(Instruction *I) : Inst(I) { in CallValue() argument
439 template <> struct DenseMapInfo<CallValue> {
440 static inline CallValue getEmptyKey() { in getEmptyKey()
444 static inline CallValue getTombstoneKey() { in getTombstoneKey()
448 static unsigned getHashValue(CallValue Val);
449 static bool isEqual(CallValue LHS, CallValue RHS);
454 unsigned DenseMapInfo<CallValue>::getHashValue(CallValue Val) { in getHashValue()
470 bool DenseMapInfo<CallValue>::isEqual(CallValue LHS, CallValue RHS) { in isEqual()
575 ScopedHashTable<CallValue, std::pair<Instruction *, unsigned>>;
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp411 struct CallValue { struct
414 CallValue(Instruction *I) : Inst(I) { in CallValue() function
439 template <> struct DenseMapInfo<CallValue> {
440 static inline CallValue getEmptyKey() { in getEmptyKey()
444 static inline CallValue getTombstoneKey() { in getTombstoneKey()
448 static unsigned getHashValue(CallValue Val);
449 static bool isEqual(CallValue LHS, CallValue RHS);
454 unsigned DenseMapInfo<CallValue>::getHashValue(CallValue Val) { in getHashValue()
470 bool DenseMapInfo<CallValue>::isEqual(CallValue LHS, CallValue RHS) { in isEqual()
575 ScopedHashTable<CallValue, std::pair<Instruction *, unsigned>>;
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp445 struct CallValue { struct
448 CallValue(Instruction *I) : Inst(I) { in CallValue() function
473 template <> struct DenseMapInfo<CallValue> {
474 static inline CallValue getEmptyKey() { in getEmptyKey()
478 static inline CallValue getTombstoneKey() { in getTombstoneKey()
482 static unsigned getHashValue(CallValue Val);
483 static bool isEqual(CallValue LHS, CallValue RHS);
488 unsigned DenseMapInfo<CallValue>::getHashValue(CallValue Val) { in getHashValue()
497 bool DenseMapInfo<CallValue>::isEqual(CallValue LHS, CallValue RHS) { in isEqual()
595 ScopedHashTable<CallValue, std::pair<Instruction *, unsigned>>;
[all …]
/dports/games/scummvm-tools/scummvm-tools-2.5.0/decompiler/
H A Dvalue.h386 class CallValue : public Value {
398 CallValue(std::string funcName, ValueList args) : _funcName(funcName), _args(args) { } in CallValue() function
H A Dinstruction.cpp156 stack.push(new CallValue(_name, codeGen->_argList)); in processInst()
H A Dvalue.cpp236 std::ostream &CallValue::print(std::ostream &output) const { in print()
/dports/games/scummvm-tools/scummvm-tools-2.5.0/decompiler/kyra/
H A Dengine.cpp187 stack.push(new CallValue(f._name, cg->_argList)); in processInst()
209 stack.push(new CallValue(_name, cg->_argList)); in processInst()
/dports/devel/py-circuits/circuits-3.2/circuits/core/
H A Dmanager.py52 class CallValue(object): class
550 yield CallValue(state.event.value)
567 yield CallValue(value)
815 if isinstance(value, CallValue):
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/compiler/
H A Dqv4instr_moth.cpp313 MOTH_BEGIN_INSTR(CallValue) in dumpBytecode()
315 MOTH_END_INSTR(CallValue) in dumpBytecode()
H A Dqv4instr_moth_p.h104 #define INSTR_CallValue(op) INSTRUCTION(op, CallValue, 3, name, argc, argv)
283 F(CallValue) \
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/compiler/
H A Dqv4instr_moth.cpp313 MOTH_BEGIN_INSTR(CallValue) in dumpBytecode()
315 MOTH_END_INSTR(CallValue) in dumpBytecode()

12