OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setInstructionSubclassData
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/IR/
Instructions.h
123
// Shadow Instruction::
setInstructionSubclassData
with a private forwarding
125
void
setInstructionSubclassData
(unsigned short D) {
126
Instruction::
setInstructionSubclassData
(D);
177
setInstructionSubclassData
((getSubclassDataFromInstruction() & ~1) |
197
setInstructionSubclassData
((getSubclassDataFromInstruction() & ~(7 << 7)) |
209
setInstructionSubclassData
((getSubclassDataFromInstruction() & ~(1 << 6)) |
243
// Shadow Instruction::
setInstructionSubclassData
with a private forwarding
245
void
setInstructionSubclassData
(unsigned short D) {
246
Instruction::
setInstructionSubclassData
(D);
294
setInstructionSubclassData
((getSubclassDataFromInstruction() & ~1)
[
all
...]
Instruction.h
436
void
setInstructionSubclassData
(unsigned short D) {
InstrTypes.h
719
void setPredicate(Predicate P) {
setInstructionSubclassData
(P); }
[
all
...]
/external/llvm/lib/IR/
Instructions.cpp
[
all
...]
Completed in 56 milliseconds