HomeSort by relevance Sort by last modified time
    Searched refs:setAlignment (Results 201 - 225 of 338) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
MachineFunction.h 438 /// setAlignment - Set the alignment (log2, not bytes) of the function.
439 void setAlignment(unsigned A) { Alignment = A; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
IRBuilder.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/Scalar/
GVNExpression.h 347 void setAlignment(unsigned Align) { Alignment = Align; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
MachineBasicBlock.h 355 void setAlignment(unsigned Align) { Alignment = Align; }
    [all...]
MachineFunction.h 441 /// setAlignment - Set the alignment (log2, not bytes) of the function.
442 void setAlignment(unsigned A) { Alignment = A; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
IRBuilder.h     [all...]
IntrinsicInst.h 526 void setAlignment(Constant* A) {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/Scalar/
GVNExpression.h 353 void setAlignment(unsigned Align) { Alignment = Align; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
MachineBasicBlock.h 355 void setAlignment(unsigned Align) { Alignment = Align; }
    [all...]
MachineFunction.h 441 /// setAlignment - Set the alignment (log2, not bytes) of the function.
442 void setAlignment(unsigned A) { Alignment = A; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
IRBuilder.h     [all...]
IntrinsicInst.h 526 void setAlignment(Constant* A) {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/Scalar/
GVNExpression.h 353 void setAlignment(unsigned Align) { Alignment = Align; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
MachineBasicBlock.h 355 void setAlignment(unsigned Align) { Alignment = Align; }
    [all...]
MachineFunction.h 441 /// setAlignment - Set the alignment (log2, not bytes) of the function.
442 void setAlignment(unsigned A) { Alignment = A; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
IRBuilder.h     [all...]
IntrinsicInst.h 526 void setAlignment(Constant* A) {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/Scalar/
GVNExpression.h 353 void setAlignment(unsigned Align) { Alignment = Align; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
MachineBasicBlock.h 355 void setAlignment(unsigned Align) { Alignment = Align; }
    [all...]
MachineFunction.h 441 /// setAlignment - Set the alignment (log2, not bytes) of the function.
442 void setAlignment(unsigned A) { Alignment = A; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
IRBuilder.h     [all...]
IntrinsicInst.h 526 void setAlignment(Constant* A) {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Scalar/
GVNExpression.h 353 void setAlignment(unsigned Align) { Alignment = Align; }
  /external/clang/lib/CodeGen/
CGCleanup.cpp 311 store->setAlignment(addr.getAlignment().getQuantity());
317 load->setAlignment(addr.getAlignment().getQuantity());
    [all...]
  /external/llvm/tools/gold/
gold-plugin.cpp 761 cast<GlobalVariable>(GV)->setAlignment(
    [all...]

Completed in 2241 milliseconds

1 2 3 4 5 6 7 891011>>