HomeSort by relevance Sort by last modified time
    Searched defs:TargetMaterializeConstant (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
FastISel.h 330 /// TargetMaterializeConstant - Emit a constant in a register using
332 virtual unsigned TargetMaterializeConstant(const Constant* C) {
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMFastISel.cpp 149 virtual unsigned TargetMaterializeConstant(const Constant *C);
643 unsigned ARMFastISel::TargetMaterializeConstant(const Constant *C) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FastISel.cpp 125 unsigned TargetMaterializeConstant(const Constant *C);
    [all...]

Completed in 152 milliseconds