ClassID enum name | llvm::sandboxir::Value | |
classof(const Value *From) | llvm::sandboxir::SelectInst | static |
clearValue() | llvm::sandboxir::Value | inlineprotected |
const_op_iterator typedef | llvm::sandboxir::User | |
const_op_range typedef | llvm::sandboxir::User | |
const_use_iterator typedef | llvm::sandboxir::Value | |
const_user_iterator typedef | llvm::sandboxir::Value | |
copyFastMathFlags(FastMathFlags FMF) | llvm::sandboxir::Instruction | |
create(Value *Cond, Value *True, Value *False, Instruction *InsertBefore, Context &Ctx, const Twine &Name="") | llvm::sandboxir::SelectInst | static |
create(Value *Cond, Value *True, Value *False, BasicBlock *InsertAtEnd, Context &Ctx, const Twine &Name="") | llvm::sandboxir::SelectInst | static |
Ctx | llvm::sandboxir::Value | protected |
dump() const | llvm::sandboxir::Value | |
dumpCommonFooter(raw_ostream &OS) const | llvm::sandboxir::Value | |
dumpCommonHeader(raw_ostream &OS) const final | llvm::sandboxir::User | virtual |
dumpCommonPrefix(raw_ostream &OS) const | llvm::sandboxir::Value | |
dumpCommonSuffix(raw_ostream &OS) const | llvm::sandboxir::Value | |
dumpOS(raw_ostream &OS) const override | llvm::sandboxir::SingleLLVMInstructionImpl< llvm::SelectInst > | inlinevirtual |
eraseFromParent() | llvm::sandboxir::Instruction | |
getCondition() | llvm::sandboxir::SelectInst | inline |
getContext() const | llvm::sandboxir::Value | inline |
getFalseValue() | llvm::sandboxir::SelectInst | inline |
getFastMathFlags() const | llvm::sandboxir::Instruction | inline |
getIterator() const | llvm::sandboxir::Instruction | |
getName() const | llvm::sandboxir::Value | inline |
getNextNode() const | llvm::sandboxir::Instruction | |
getNumOfIRInstrs() const final | llvm::sandboxir::SingleLLVMInstructionImpl< llvm::SelectInst > | inlinevirtual |
getNumOperands() const | llvm::sandboxir::User | inlinevirtual |
getNumUses() const | llvm::sandboxir::Value | |
getOpcode() const | llvm::sandboxir::Instruction | inline |
getOpcodeName(Opcode Opc) | llvm::sandboxir::Instruction | static |
getOperand(unsigned OpIdx) const | llvm::sandboxir::User | inline |
getOperandUse(unsigned OpIdx) const | llvm::sandboxir::User | inline |
getOperandUseDefault(unsigned OpIdx, bool Verify) const | llvm::sandboxir::User | protected |
getParent() const | llvm::sandboxir::Instruction | |
getPrevNode() const | llvm::sandboxir::Instruction | |
getSubclassID() const | llvm::sandboxir::Value | inline |
getSubclassIDStr(ClassID ID) | llvm::sandboxir::Value | inlineprotectedstatic |
getTopmostLLVMInstruction() const | llvm::sandboxir::Instruction | protected |
getTrueValue() | llvm::sandboxir::SelectInst | inline |
getType() const | llvm::sandboxir::Value | inline |
getUid() const | llvm::sandboxir::Value | |
getUseOperandNo(const Use &Use) const final | llvm::sandboxir::SingleLLVMInstructionImpl< llvm::SelectInst > | inlinevirtual |
getUseOperandNoDefault(const Use &Use) const | llvm::sandboxir::User | inlineprotected |
hasAllowContract() const | llvm::sandboxir::Instruction | inline |
hasAllowReassoc() const | llvm::sandboxir::Instruction | inline |
hasAllowReciprocal() const | llvm::sandboxir::Instruction | inline |
hasApproxFunc() const | llvm::sandboxir::Instruction | inline |
hasNoInfs() const | llvm::sandboxir::Instruction | inline |
hasNoNaNs() const | llvm::sandboxir::Instruction | inline |
hasNoSignedWrap() const | llvm::sandboxir::Instruction | inline |
hasNoSignedZeros() const | llvm::sandboxir::Instruction | inline |
hasNoUnsignedWrap() const | llvm::sandboxir::Instruction | inline |
hasNUses(unsigned Num) const | llvm::sandboxir::Value | inline |
hasNUsesOrMore(unsigned Num) const | llvm::sandboxir::Value | inline |
insertAfter(Instruction *AfterI) | llvm::sandboxir::Instruction | |
insertBefore(Instruction *BeforeI) | llvm::sandboxir::Instruction | |
insertInto(BasicBlock *BB, const BBIterator &WhereIt) | llvm::sandboxir::Instruction | |
Instruction(ClassID ID, Opcode Opc, llvm::Instruction *I, sandboxir::Context &SBCtx) | llvm::sandboxir::Instruction | inlineprotected |
isExact() const | llvm::sandboxir::Instruction | inline |
isFast() const | llvm::sandboxir::Instruction | inline |
moveAfter(Instruction *After) | llvm::sandboxir::Instruction | inline |
moveBefore(BasicBlock &BB, const BBIterator &WhereIt) | llvm::sandboxir::Instruction | |
moveBefore(Instruction *Before) | llvm::sandboxir::Instruction | inline |
op_begin() | llvm::sandboxir::User | inlinevirtual |
op_begin() const | llvm::sandboxir::User | inlinevirtual |
op_end() | llvm::sandboxir::User | inlinevirtual |
op_end() const | llvm::sandboxir::User | inlinevirtual |
op_iterator typedef | llvm::sandboxir::User | |
op_range typedef | llvm::sandboxir::User | |
Opc | llvm::sandboxir::Instruction | protected |
Opcode enum name | llvm::sandboxir::Instruction | |
operands() | llvm::sandboxir::User | inline |
operands() const | llvm::sandboxir::User | inline |
operator=(const Value &)=delete | llvm::sandboxir::Value | protected |
printAsOperandCommon(raw_ostream &OS) const | llvm::sandboxir::Value | |
removeFromParent() | llvm::sandboxir::Instruction | |
replaceAllUsesWith(Value *Other) | llvm::sandboxir::Value | |
replaceUsesOfWith(Value *FromV, Value *ToV) | llvm::sandboxir::User | |
replaceUsesWithIf(Value *OtherV, llvm::function_ref< bool(const Use &)> ShouldReplace) | llvm::sandboxir::Value | |
setCondition(Value *New) | llvm::sandboxir::SelectInst | inline |
setFalseValue(Value *New) | llvm::sandboxir::SelectInst | inline |
setFast(bool B) | llvm::sandboxir::Instruction | |
setFastMathFlags(FastMathFlags FMF) | llvm::sandboxir::Instruction | |
setHasAllowContract(bool B) | llvm::sandboxir::Instruction | |
setHasAllowReassoc(bool B) | llvm::sandboxir::Instruction | |
setHasAllowReciprocal(bool B) | llvm::sandboxir::Instruction | |
setHasApproxFunc(bool B) | llvm::sandboxir::Instruction | |
setHasNoInfs(bool B) | llvm::sandboxir::Instruction | |
setHasNoNaNs(bool B) | llvm::sandboxir::Instruction | |
setHasNoSignedWrap(bool B=true) | llvm::sandboxir::Instruction | |
setHasNoSignedZeros(bool B) | llvm::sandboxir::Instruction | |
setHasNoUnsignedWrap(bool B=true) | llvm::sandboxir::Instruction | |
setIsExact(bool B=true) | llvm::sandboxir::Instruction | |
setOperand(unsigned OperandIdx, Value *Operand) | llvm::sandboxir::User | virtual |
setTrueValue(Value *New) | llvm::sandboxir::SelectInst | inline |
SubclassID | llvm::sandboxir::Value | protected |
swapOperandsInternal(unsigned OpIdxA, unsigned OpIdxB) | llvm::sandboxir::User | inlineprotected |
swapValues() | llvm::sandboxir::SelectInst | inline |
UID | llvm::sandboxir::Value | protected |
use_begin() | llvm::sandboxir::Value | |
use_begin() const | llvm::sandboxir::Value | inline |
use_end() | llvm::sandboxir::Value | inline |
use_end() const | llvm::sandboxir::Value | inline |
use_iterator typedef | llvm::sandboxir::Value | |
User(ClassID ID, llvm::Value *V, Context &Ctx) | llvm::sandboxir::User | inlineprotected |
user_begin() | llvm::sandboxir::Value | |
user_begin() const | llvm::sandboxir::Value | inline |
user_end() | llvm::sandboxir::Value | inline |
user_end() const | llvm::sandboxir::Value | inline |
user_iterator typedef | llvm::sandboxir::Value | |
users() | llvm::sandboxir::Value | inline |
users() const | llvm::sandboxir::Value | inline |
uses() | llvm::sandboxir::Value | inline |
uses() const | llvm::sandboxir::Value | inline |
Val | llvm::sandboxir::Value | protected |
Value(ClassID SubclassID, llvm::Value *Val, Context &Ctx) | llvm::sandboxir::Value | protected |
Value(const Value &)=delete | llvm::sandboxir::Value | protected |
verify() const final | llvm::sandboxir::SingleLLVMInstructionImpl< llvm::SelectInst > | inlinevirtual |
verifyUserOfLLVMUse(const llvm::Use &Use) const | llvm::sandboxir::User | protected |
~Value()=default | llvm::sandboxir::Value | virtual |