Home
last modified time | relevance | path

Searched refs:getSubclassDataFromInstruction (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/
DInstructions.h86 return (1u << getSubclassDataFromInstruction()) >> 1; in getAlignment()
145 bool isVolatile() const { return getSubclassDataFromInstruction() & 1; } in isVolatile()
150 setInstructionSubclassData((getSubclassDataFromInstruction() & ~1) | in setVolatile()
157 return (1 << (getSubclassDataFromInstruction() >> 1)) >> 1; in getAlignment()
218 bool isVolatile() const { return getSubclassDataFromInstruction() & 1; } in isVolatile()
223 setInstructionSubclassData((getSubclassDataFromInstruction() & ~1) | in setVolatile()
233 return (1 << (getSubclassDataFromInstruction() >> 1)) >> 1; in getAlignment()
911 bool isTailCall() const { return getSubclassDataFromInstruction() & 1; }
913 setInstructionSubclassData((getSubclassDataFromInstruction() & ~1) |
932 return static_cast<CallingConv::ID>(getSubclassDataFromInstruction() >> 1);
[all …]
DInstruction.h364 unsigned getSubclassDataFromInstruction() const { in getSubclassDataFromInstruction() function
DInstrTypes.h710 return Predicate(getSubclassDataFromInstruction());
/external/llvm/lib/VMCore/
DInstructions.cpp894 setInstructionSubclassData((getSubclassDataFromInstruction() & 1) | in setAlignment()
993 setInstructionSubclassData((getSubclassDataFromInstruction() & 1) | in setAlignment()